PHP 8.2.30
Preview: moodle41.sql Size: 1.12 MB
//var/softaculous/moodle41/moodle41.sql

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `moodle4122`
--

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets`
--

CREATE TABLE `[[dbprefix]]adminpresets` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `comments` longtext,
  `site` varchar(255) NOT NULL DEFAULT '',
  `author` varchar(255) DEFAULT NULL,
  `moodleversion` varchar(20) NOT NULL DEFAULT '',
  `moodlerelease` varchar(255) NOT NULL DEFAULT '',
  `iscore` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timeimported` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Table to store presets data' AUTO_INCREMENT=3 ;

--
-- Dumping data for table `[[dbprefix]]adminpresets`
--

INSERT INTO `[[dbprefix]]adminpresets` VALUES
(1, 0, 'Starter', 'Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.', '[[softurl]]', '', '', '', 1, [[timestamp]], 0),
(2, 0, 'Full', 'All the Starter features plus External (LTI) tool, SCORM, Workshop, Analytics, Badges, Competencies, Learning plans and lots more.', '[[softurl]]', '', '', '', 2, [[timestamp]], 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_app`
--

CREATE TABLE `[[dbprefix]]adminpresets_app` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiapp_adm_ix` (`adminpresetid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Applied presets' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_app_it`
--

CREATE TABLE `[[dbprefix]]adminpresets_app_it` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `configlogid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiappit_con_ix` (`configlogid`),
  KEY `[[dbprefix]]admiappit_adm_ix` (`adminpresetapplyid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Admin presets applied items. To maintain the relation with c' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_app_it_a`
--

CREATE TABLE `[[dbprefix]]adminpresets_app_it_a` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `configlogid` bigint(10) NOT NULL,
  `itemname` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiappita_con_ix` (`configlogid`),
  KEY `[[dbprefix]]admiappita_adm_ix` (`adminpresetapplyid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Attributes of the applied items' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_app_plug`
--

CREATE TABLE `[[dbprefix]]adminpresets_app_plug` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetapplyid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` smallint(4) NOT NULL DEFAULT '0',
  `oldvalue` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiappplug_adm_ix` (`adminpresetapplyid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Admin presets plugins applied' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_it`
--

CREATE TABLE `[[dbprefix]]adminpresets_it` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiit_adm_ix` (`adminpresetid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Table to store settings' AUTO_INCREMENT=25 ;

--
-- Dumping data for table `[[dbprefix]]adminpresets_it`
--

INSERT INTO `[[dbprefix]]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');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_it_a`
--

CREATE TABLE `[[dbprefix]]adminpresets_it_a` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `itemid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiita_ite_ix` (`itemid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Admin presets items attributes. For settings with attributes' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]adminpresets_plug`
--

CREATE TABLE `[[dbprefix]]adminpresets_plug` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `adminpresetid` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `enabled` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]admiplug_adm_ix` (`adminpresetid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Admin presets plugins status, to store information about whe' AUTO_INCREMENT=118 ;

--
-- Dumping data for table `[[dbprefix]]adminpresets_plug`
--

INSERT INTO `[[dbprefix]]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);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_indicator_calc`
--

CREATE TABLE `[[dbprefix]]analytics_indicator_calc` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `starttime` bigint(10) NOT NULL,
  `endtime` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `sampleorigin` varchar(255) NOT NULL DEFAULT '',
  `sampleid` bigint(10) NOT NULL,
  `indicator` varchar(255) NOT NULL DEFAULT '',
  `value` decimal(10,2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analindicalc_staendco_ix` (`starttime`,`endtime`,`contextid`),
  KEY `[[dbprefix]]analindicalc_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stored indicator calculations' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_models`
--

CREATE TABLE `[[dbprefix]]analytics_models` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `enabled` tinyint(1) NOT NULL DEFAULT '0',
  `trained` tinyint(1) NOT NULL DEFAULT '0',
  `name` varchar(1333) DEFAULT NULL,
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `predictionsprocessor` varchar(255) DEFAULT NULL,
  `version` bigint(10) NOT NULL,
  `contextids` longtext,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analmode_enatra_ix` (`enabled`,`trained`),
  KEY `[[dbprefix]]analmode_use_ix` (`usermodified`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Analytic models.' AUTO_INCREMENT=6 ;

--
-- Dumping data for table `[[dbprefix]]analytics_models`
--

INSERT INTO `[[dbprefix]]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, [[timestamp]], NULL, [[timestamp]], [[timestamp]], 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, [[timestamp]], NULL, [[timestamp]], [[timestamp]], 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, [[timestamp]], NULL, [[timestamp]], [[timestamp]], 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, [[timestamp]], NULL, [[timestamp]], [[timestamp]], 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, [[timestamp]], NULL, [[timestamp]], [[timestamp]], 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_models_log`
--

CREATE TABLE `[[dbprefix]]analytics_models_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL,
  `version` bigint(10) NOT NULL,
  `evaluationmode` varchar(50) NOT NULL DEFAULT '',
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL DEFAULT '0.00000',
  `info` longtext,
  `dir` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analmodelog_mod_ix` (`modelid`),
  KEY `[[dbprefix]]analmodelog_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Analytic models changes during evaluation.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_predictions`
--

CREATE TABLE `[[dbprefix]]analytics_predictions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `sampleid` bigint(10) NOT NULL,
  `rangeindex` mediumint(5) NOT NULL,
  `prediction` decimal(10,2) NOT NULL,
  `predictionscore` decimal(10,5) NOT NULL,
  `calculations` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timestart` bigint(10) DEFAULT NULL,
  `timeend` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analpred_modcon_ix` (`modelid`,`contextid`),
  KEY `[[dbprefix]]analpred_mod_ix` (`modelid`),
  KEY `[[dbprefix]]analpred_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Predictions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_prediction_actions`
--

CREATE TABLE `[[dbprefix]]analytics_prediction_actions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `predictionid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `actionname` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analpredacti_preuseac_ix` (`predictionid`,`userid`,`actionname`),
  KEY `[[dbprefix]]analpredacti_pre_ix` (`predictionid`),
  KEY `[[dbprefix]]analpredacti_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Register of user actions over predictions.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_predict_samples`
--

CREATE TABLE `[[dbprefix]]analytics_predict_samples` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL,
  `analysableid` bigint(10) NOT NULL,
  `timesplitting` varchar(255) NOT NULL DEFAULT '',
  `rangeindex` bigint(10) NOT NULL,
  `sampleids` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analpredsamp_modanati_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`),
  KEY `[[dbprefix]]analpredsamp_mod_ix` (`modelid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Samples already used for predictions.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_train_samples`
--

CREATE TABLE `[[dbprefix]]analytics_train_samples` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL,
  `analysableid` bigint(10) NOT NULL,
  `timesplitting` varchar(255) NOT NULL DEFAULT '',
  `sampleids` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analtraisamp_modanati_ix` (`modelid`,`analysableid`,`timesplitting`),
  KEY `[[dbprefix]]analtraisamp_mod_ix` (`modelid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Samples used for training' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_used_analysables`
--

CREATE TABLE `[[dbprefix]]analytics_used_analysables` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL,
  `action` varchar(50) NOT NULL DEFAULT '',
  `analysableid` bigint(10) NOT NULL,
  `firstanalysis` bigint(10) NOT NULL,
  `timeanalysed` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analusedanal_modact_ix` (`modelid`,`action`),
  KEY `[[dbprefix]]analusedanal_ana_ix` (`analysableid`),
  KEY `[[dbprefix]]analusedanal_mod_ix` (`modelid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='List of analysables used by each model' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]analytics_used_files`
--

CREATE TABLE `[[dbprefix]]analytics_used_files` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `modelid` bigint(10) NOT NULL DEFAULT '0',
  `fileid` bigint(10) NOT NULL DEFAULT '0',
  `action` varchar(50) NOT NULL DEFAULT '',
  `time` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]analusedfile_modactfi_ix` (`modelid`,`action`,`fileid`),
  KEY `[[dbprefix]]analusedfile_mod_ix` (`modelid`),
  KEY `[[dbprefix]]analusedfile_fil_ix` (`fileid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Files that have already been used for training and predictio' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign`
--

CREATE TABLE `[[dbprefix]]assign` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `alwaysshowdescription` tinyint(2) NOT NULL DEFAULT '0',
  `nosubmissions` tinyint(2) NOT NULL DEFAULT '0',
  `submissiondrafts` tinyint(2) NOT NULL DEFAULT '0',
  `sendnotifications` tinyint(2) NOT NULL DEFAULT '0',
  `sendlatenotifications` tinyint(2) NOT NULL DEFAULT '0',
  `duedate` bigint(10) NOT NULL DEFAULT '0',
  `allowsubmissionsfromdate` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `requiresubmissionstatement` tinyint(2) NOT NULL DEFAULT '0',
  `completionsubmit` tinyint(2) NOT NULL DEFAULT '0',
  `cutoffdate` bigint(10) NOT NULL DEFAULT '0',
  `gradingduedate` bigint(10) NOT NULL DEFAULT '0',
  `teamsubmission` tinyint(2) NOT NULL DEFAULT '0',
  `requireallteammemberssubmit` tinyint(2) NOT NULL DEFAULT '0',
  `teamsubmissiongroupingid` bigint(10) NOT NULL DEFAULT '0',
  `blindmarking` tinyint(2) NOT NULL DEFAULT '0',
  `hidegrader` tinyint(2) NOT NULL DEFAULT '0',
  `revealidentities` tinyint(2) NOT NULL DEFAULT '0',
  `attemptreopenmethod` varchar(10) NOT NULL DEFAULT 'none',
  `maxattempts` mediumint(6) NOT NULL DEFAULT '-1',
  `markingworkflow` tinyint(2) NOT NULL DEFAULT '0',
  `markingallocation` tinyint(2) NOT NULL DEFAULT '0',
  `sendstudentnotifications` tinyint(2) NOT NULL DEFAULT '1',
  `preventsubmissionnotingroup` tinyint(2) NOT NULL DEFAULT '0',
  `activity` longtext,
  `activityformat` smallint(4) NOT NULL DEFAULT '0',
  `timelimit` bigint(10) NOT NULL DEFAULT '0',
  `submissionattachments` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assi_cou_ix` (`course`),
  KEY `[[dbprefix]]assi_tea_ix` (`teamsubmissiongroupingid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table saves information about an instance of mod_assign' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_comments`
--

CREATE TABLE `[[dbprefix]]assignfeedback_comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `commenttext` longtext,
  `commentformat` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assicomm_ass_ix` (`assignment`),
  KEY `[[dbprefix]]assicomm_gra_ix` (`grade`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Text feedback for submitted assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_editpdf_annot`
--

CREATE TABLE `[[dbprefix]]assignfeedback_editpdf_annot` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `pageno` bigint(10) NOT NULL DEFAULT '0',
  `x` bigint(10) DEFAULT '0',
  `y` bigint(10) DEFAULT '0',
  `endx` bigint(10) DEFAULT '0',
  `endy` bigint(10) DEFAULT '0',
  `path` longtext,
  `type` varchar(10) DEFAULT 'line',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assieditanno_grapag_ix` (`gradeid`,`pageno`),
  KEY `[[dbprefix]]assieditanno_gra_ix` (`gradeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='stores annotations added to pdfs submitted by students' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_editpdf_cmnt`
--

CREATE TABLE `[[dbprefix]]assignfeedback_editpdf_cmnt` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `x` bigint(10) DEFAULT '0',
  `y` bigint(10) DEFAULT '0',
  `width` bigint(10) DEFAULT '120',
  `rawtext` longtext,
  `pageno` bigint(10) NOT NULL DEFAULT '0',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assieditcmnt_grapag_ix` (`gradeid`,`pageno`),
  KEY `[[dbprefix]]assieditcmnt_gra_ix` (`gradeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores comments added to pdfs' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_editpdf_quick`
--

CREATE TABLE `[[dbprefix]]assignfeedback_editpdf_quick` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `rawtext` longtext NOT NULL,
  `width` bigint(10) NOT NULL DEFAULT '120',
  `colour` varchar(10) DEFAULT 'yellow',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assieditquic_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores teacher specified quicklist comments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_editpdf_rot`
--

CREATE TABLE `[[dbprefix]]assignfeedback_editpdf_rot` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `gradeid` bigint(10) NOT NULL DEFAULT '0',
  `pageno` bigint(10) NOT NULL DEFAULT '0',
  `pathnamehash` longtext NOT NULL,
  `isrotated` tinyint(1) NOT NULL DEFAULT '0',
  `degree` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]assieditrot_grapag_uix` (`gradeid`,`pageno`),
  KEY `[[dbprefix]]assieditrot_gra_ix` (`gradeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores rotation information of a page.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignfeedback_file`
--

CREATE TABLE `[[dbprefix]]assignfeedback_file` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assifile_ass2_ix` (`assignment`),
  KEY `[[dbprefix]]assifile_gra_ix` (`grade`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores info about the number of files submitted by a student' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignment`
--

CREATE TABLE `[[dbprefix]]assignment` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `assignmenttype` varchar(50) NOT NULL DEFAULT '',
  `resubmit` tinyint(2) NOT NULL DEFAULT '0',
  `preventlate` tinyint(2) NOT NULL DEFAULT '0',
  `emailteachers` tinyint(2) NOT NULL DEFAULT '0',
  `var1` bigint(10) DEFAULT '0',
  `var2` bigint(10) DEFAULT '0',
  `var3` bigint(10) DEFAULT '0',
  `var4` bigint(10) DEFAULT '0',
  `var5` bigint(10) DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '100000',
  `timedue` bigint(10) NOT NULL DEFAULT '0',
  `timeavailable` bigint(10) NOT NULL DEFAULT '0',
  `grade` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assi_cou2_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignment_submissions`
--

CREATE TABLE `[[dbprefix]]assignment_submissions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  `data1` longtext,
  `data2` longtext,
  `grade` bigint(11) NOT NULL DEFAULT '0',
  `submissioncomment` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT '0',
  `teacher` bigint(10) NOT NULL DEFAULT '0',
  `timemarked` bigint(10) NOT NULL DEFAULT '0',
  `mailed` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assisubm_use2_ix` (`userid`),
  KEY `[[dbprefix]]assisubm_mai_ix` (`mailed`),
  KEY `[[dbprefix]]assisubm_tim_ix` (`timemarked`),
  KEY `[[dbprefix]]assisubm_ass2_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Info about submitted assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignment_upgrade`
--

CREATE TABLE `[[dbprefix]]assignment_upgrade` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `oldcmid` bigint(10) NOT NULL DEFAULT '0',
  `oldinstance` bigint(10) NOT NULL DEFAULT '0',
  `newcmid` bigint(10) NOT NULL DEFAULT '0',
  `newinstance` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assiupgr_old_ix` (`oldcmid`),
  KEY `[[dbprefix]]assiupgr_old2_ix` (`oldinstance`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Info about upgraded assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignsubmission_file`
--

CREATE TABLE `[[dbprefix]]assignsubmission_file` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `submission` bigint(10) NOT NULL DEFAULT '0',
  `numfiles` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assifile_ass_ix` (`assignment`),
  KEY `[[dbprefix]]assifile_sub_ix` (`submission`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Info about file submissions for assignments' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assignsubmission_onlinetext`
--

CREATE TABLE `[[dbprefix]]assignsubmission_onlinetext` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `submission` bigint(10) NOT NULL DEFAULT '0',
  `onlinetext` longtext,
  `onlineformat` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assionli_ass_ix` (`assignment`),
  KEY `[[dbprefix]]assionli_sub_ix` (`submission`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Info about onlinetext submission' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_grades`
--

CREATE TABLE `[[dbprefix]]assign_grades` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `grader` bigint(10) NOT NULL DEFAULT '0',
  `grade` decimal(10,5) DEFAULT '0.00000',
  `attemptnumber` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`),
  KEY `[[dbprefix]]assigrad_use_ix` (`userid`),
  KEY `[[dbprefix]]assigrad_att_ix` (`attemptnumber`),
  KEY `[[dbprefix]]assigrad_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Grading information about a single assignment submission.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_overrides`
--

CREATE TABLE `[[dbprefix]]assign_overrides` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `allowsubmissionsfromdate` bigint(10) DEFAULT NULL,
  `duedate` bigint(10) DEFAULT NULL,
  `cutoffdate` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assiover_ass_ix` (`assignid`),
  KEY `[[dbprefix]]assiover_gro_ix` (`groupid`),
  KEY `[[dbprefix]]assiover_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The overrides to assign settings.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_plugin_config`
--

CREATE TABLE `[[dbprefix]]assign_plugin_config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `plugin` varchar(28) NOT NULL DEFAULT '',
  `subtype` varchar(28) NOT NULL DEFAULT '',
  `name` varchar(28) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assiplugconf_plu_ix` (`plugin`),
  KEY `[[dbprefix]]assiplugconf_sub_ix` (`subtype`),
  KEY `[[dbprefix]]assiplugconf_nam_ix` (`name`),
  KEY `[[dbprefix]]assiplugconf_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Config data for an instance of a plugin in an assignment.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_submission`
--

CREATE TABLE `[[dbprefix]]assign_submission` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `timestarted` bigint(10) DEFAULT NULL,
  `status` varchar(10) DEFAULT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `attemptnumber` bigint(10) NOT NULL DEFAULT '0',
  `latest` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]assisubm_assusegroat_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`),
  KEY `[[dbprefix]]assisubm_use_ix` (`userid`),
  KEY `[[dbprefix]]assisubm_att_ix` (`attemptnumber`),
  KEY `[[dbprefix]]assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`),
  KEY `[[dbprefix]]assisubm_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table keeps information about student interactions with' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_user_flags`
--

CREATE TABLE `[[dbprefix]]assign_user_flags` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `locked` bigint(10) NOT NULL DEFAULT '0',
  `mailed` smallint(4) NOT NULL DEFAULT '0',
  `extensionduedate` bigint(10) NOT NULL DEFAULT '0',
  `workflowstate` varchar(20) DEFAULT NULL,
  `allocatedmarker` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assiuserflag_mai_ix` (`mailed`),
  KEY `[[dbprefix]]assiuserflag_use_ix` (`userid`),
  KEY `[[dbprefix]]assiuserflag_ass_ix` (`assignment`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='List of flags that can be set for a single user in a single ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]assign_user_mapping`
--

CREATE TABLE `[[dbprefix]]assign_user_mapping` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `assignment` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]assiusermapp_ass_ix` (`assignment`),
  KEY `[[dbprefix]]assiusermapp_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Map an assignment specific id number to a user' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]auth_lti_linked_login`
--

CREATE TABLE `[[dbprefix]]auth_lti_linked_login` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `issuer` longtext NOT NULL,
  `issuer256` varchar(64) NOT NULL DEFAULT '',
  `sub` varchar(255) NOT NULL DEFAULT '',
  `sub256` varchar(64) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]authltilinklogi_usei_uix` (`userid`,`issuer256`,`sub256`),
  KEY `[[dbprefix]]authltilinklogi_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Accounts linked to a users Moodle account.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]auth_oauth2_linked_login`
--

CREATE TABLE `[[dbprefix]]auth_oauth2_linked_login` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `username` varchar(255) NOT NULL DEFAULT '',
  `email` longtext NOT NULL,
  `confirmtoken` varchar(64) NOT NULL DEFAULT '',
  `confirmtokenexpires` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]authoautlinklogi_use_uix` (`userid`,`issuerid`,`username`),
  KEY `[[dbprefix]]authoautlinklogi_issu_ix` (`issuerid`,`username`),
  KEY `[[dbprefix]]authoautlinklogi_use_ix` (`usermodified`),
  KEY `[[dbprefix]]authoautlinklogi_use2_ix` (`userid`),
  KEY `[[dbprefix]]authoautlinklogi_iss_ix` (`issuerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Accounts linked to a users Moodle account.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]backup_controllers`
--

CREATE TABLE `[[dbprefix]]backup_controllers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `operation` varchar(20) NOT NULL DEFAULT 'backup',
  `type` varchar(10) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `format` varchar(20) NOT NULL DEFAULT '',
  `interactive` smallint(4) NOT NULL,
  `purpose` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `status` smallint(4) NOT NULL,
  `execution` smallint(4) NOT NULL,
  `executiontime` bigint(10) NOT NULL,
  `checksum` varchar(32) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `progress` decimal(15,14) NOT NULL DEFAULT '0.00000000000000',
  `controller` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]backcont_bac_uix` (`backupid`),
  KEY `[[dbprefix]]backcont_typite_ix` (`type`,`itemid`),
  KEY `[[dbprefix]]backcont_useite_ix` (`userid`,`itemid`),
  KEY `[[dbprefix]]backcont_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='To store the backup_controllers as they are used' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]backup_courses`
--

CREATE TABLE `[[dbprefix]]backup_courses` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `laststarttime` bigint(10) NOT NULL DEFAULT '0',
  `lastendtime` bigint(10) NOT NULL DEFAULT '0',
  `laststatus` varchar(1) NOT NULL DEFAULT '5',
  `nextstarttime` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]backcour_cou_uix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='To store every course backup status' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]backup_logs`
--

CREATE TABLE `[[dbprefix]]backup_logs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `loglevel` smallint(4) NOT NULL,
  `message` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]backlogs_bacid_uix` (`backupid`,`id`),
  KEY `[[dbprefix]]backlogs_bac_ix` (`backupid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='To store all the logs from backup and restore operations (by' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge`
--

CREATE TABLE `[[dbprefix]]badge` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issuercontact` varchar(255) DEFAULT NULL,
  `expiredate` bigint(10) DEFAULT NULL,
  `expireperiod` bigint(10) DEFAULT NULL,
  `type` tinyint(1) NOT NULL DEFAULT '1',
  `courseid` bigint(10) DEFAULT NULL,
  `message` longtext NOT NULL,
  `messagesubject` longtext NOT NULL,
  `attachment` tinyint(1) NOT NULL DEFAULT '1',
  `notification` tinyint(1) NOT NULL DEFAULT '1',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `nextcron` bigint(10) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `language` varchar(255) DEFAULT NULL,
  `imageauthorname` varchar(255) DEFAULT NULL,
  `imageauthoremail` varchar(255) DEFAULT NULL,
  `imageauthorurl` varchar(255) DEFAULT NULL,
  `imagecaption` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badg_typ_ix` (`type`),
  KEY `[[dbprefix]]badg_cou_ix` (`courseid`),
  KEY `[[dbprefix]]badg_use_ix` (`usermodified`),
  KEY `[[dbprefix]]badg_use2_ix` (`usercreated`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines badge' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_alignment`
--

CREATE TABLE `[[dbprefix]]badge_alignment` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `targetname` varchar(255) NOT NULL DEFAULT '',
  `targeturl` varchar(255) NOT NULL DEFAULT '',
  `targetdescription` longtext,
  `targetframework` varchar(255) DEFAULT NULL,
  `targetcode` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgalig_bad_ix` (`badgeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines alignment for badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_backpack`
--

CREATE TABLE `[[dbprefix]]badge_backpack` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `email` varchar(100) NOT NULL DEFAULT '',
  `backpackuid` bigint(10) NOT NULL,
  `autosync` tinyint(1) NOT NULL DEFAULT '0',
  `password` varchar(50) DEFAULT NULL,
  `externalbackpackid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgback_useext_uix` (`userid`,`externalbackpackid`),
  KEY `[[dbprefix]]badgback_use_ix` (`userid`),
  KEY `[[dbprefix]]badgback_ext_ix` (`externalbackpackid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines settings for connecting external backpack' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_backpack_oauth2`
--

CREATE TABLE `[[dbprefix]]badge_backpack_oauth2` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `usermodified` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `externalbackpackid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `refreshtoken` longtext NOT NULL,
  `expires` bigint(10) DEFAULT NULL,
  `scope` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgbackoaut_use_ix` (`usermodified`),
  KEY `[[dbprefix]]badgbackoaut_use2_ix` (`userid`),
  KEY `[[dbprefix]]badgbackoaut_iss_ix` (`issuerid`),
  KEY `[[dbprefix]]badgbackoaut_ext_ix` (`externalbackpackid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Default comment for the table, please edit me' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_criteria`
--

CREATE TABLE `[[dbprefix]]badge_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT '1',
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgcrit_badcri_uix` (`badgeid`,`criteriatype`),
  KEY `[[dbprefix]]badgcrit_cri_ix` (`criteriatype`),
  KEY `[[dbprefix]]badgcrit_bad_ix` (`badgeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines criteria for issuing badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_criteria_met`
--

CREATE TABLE `[[dbprefix]]badge_criteria_met` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `issuedid` bigint(10) DEFAULT NULL,
  `critid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgcritmet_cri_ix` (`critid`),
  KEY `[[dbprefix]]badgcritmet_use_ix` (`userid`),
  KEY `[[dbprefix]]badgcritmet_iss_ix` (`issuedid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines criteria that were met for an issued badge' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_criteria_param`
--

CREATE TABLE `[[dbprefix]]badge_criteria_param` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `critid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgcritpara_cri_ix` (`critid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines parameters for badges criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_endorsement`
--

CREATE TABLE `[[dbprefix]]badge_endorsement` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issueremail` varchar(255) NOT NULL DEFAULT '',
  `claimid` varchar(255) DEFAULT NULL,
  `claimcomment` longtext,
  `dateissued` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgendo_bad_ix` (`badgeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines endorsement for badge' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_external`
--

CREATE TABLE `[[dbprefix]]badge_external` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backpackid` bigint(10) NOT NULL,
  `collectionid` bigint(10) NOT NULL,
  `entityid` varchar(255) DEFAULT NULL,
  `assertion` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgexte_bac_ix` (`backpackid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Setting for external badges display' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_external_backpack`
--

CREATE TABLE `[[dbprefix]]badge_external_backpack` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `backpackapiurl` varchar(255) NOT NULL DEFAULT '',
  `backpackweburl` varchar(255) NOT NULL DEFAULT '',
  `apiversion` varchar(12) NOT NULL DEFAULT '1.0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `oauth2_issuerid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgexteback_bac_uix` (`backpackapiurl`),
  UNIQUE KEY `[[dbprefix]]badgexteback_bac2_uix` (`backpackweburl`),
  KEY `[[dbprefix]]badgexteback_oau_ix` (`oauth2_issuerid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines settings for site level backpacks that a user can co' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]badge_external_backpack`
--

INSERT INTO `[[dbprefix]]badge_external_backpack` VALUES
(1, 'https://api.badgr.io/v2', 'https://badgr.io', '2', 1, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_external_identifier`
--

CREATE TABLE `[[dbprefix]]badge_external_identifier` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `sitebackpackid` bigint(10) NOT NULL,
  `internalid` varchar(128) NOT NULL DEFAULT '',
  `externalid` varchar(128) NOT NULL DEFAULT '',
  `type` varchar(16) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgexteiden_sitinte_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`),
  KEY `[[dbprefix]]badgexteiden_sit_ix` (`sitebackpackid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Setting for external badges mappings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_issued`
--

CREATE TABLE `[[dbprefix]]badge_issued` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `uniquehash` longtext NOT NULL,
  `dateissued` bigint(10) NOT NULL DEFAULT '0',
  `dateexpire` bigint(10) DEFAULT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT '0',
  `issuernotified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgissu_baduse_uix` (`badgeid`,`userid`),
  KEY `[[dbprefix]]badgissu_bad_ix` (`badgeid`),
  KEY `[[dbprefix]]badgissu_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines issued badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_manual_award`
--

CREATE TABLE `[[dbprefix]]badge_manual_award` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL,
  `recipientid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `issuerrole` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]badgmanuawar_bad_ix` (`badgeid`),
  KEY `[[dbprefix]]badgmanuawar_rec_ix` (`recipientid`),
  KEY `[[dbprefix]]badgmanuawar_iss_ix` (`issuerid`),
  KEY `[[dbprefix]]badgmanuawar_iss2_ix` (`issuerrole`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Track manual award criteria for badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]badge_related`
--

CREATE TABLE `[[dbprefix]]badge_related` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `badgeid` bigint(10) NOT NULL DEFAULT '0',
  `relatedbadgeid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`),
  KEY `[[dbprefix]]badgrela_bad_ix` (`badgeid`),
  KEY `[[dbprefix]]badgrela_rel_ix` (`relatedbadgeid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines badge related for badges' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]bigbluebuttonbn`
--

CREATE TABLE `[[dbprefix]]bigbluebuttonbn` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `type` tinyint(2) NOT NULL DEFAULT '0',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '1',
  `meetingid` varchar(255) NOT NULL DEFAULT '',
  `moderatorpass` varchar(255) NOT NULL DEFAULT '',
  `viewerpass` varchar(255) NOT NULL DEFAULT '',
  `wait` tinyint(1) NOT NULL DEFAULT '0',
  `record` tinyint(1) NOT NULL DEFAULT '0',
  `recordallfromstart` tinyint(1) NOT NULL DEFAULT '0',
  `recordhidebutton` tinyint(1) NOT NULL DEFAULT '0',
  `welcome` longtext,
  `voicebridge` mediumint(5) NOT NULL DEFAULT '0',
  `openingtime` bigint(10) NOT NULL DEFAULT '0',
  `closingtime` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `presentation` longtext,
  `participants` longtext,
  `userlimit` smallint(3) NOT NULL DEFAULT '0',
  `recordings_html` tinyint(1) NOT NULL DEFAULT '0',
  `recordings_deleted` tinyint(1) NOT NULL DEFAULT '1',
  `recordings_imported` tinyint(1) NOT NULL DEFAULT '0',
  `recordings_preview` tinyint(1) NOT NULL DEFAULT '0',
  `clienttype` tinyint(1) NOT NULL DEFAULT '0',
  `muteonstart` tinyint(1) NOT NULL DEFAULT '0',
  `disablecam` tinyint(1) NOT NULL DEFAULT '0',
  `disablemic` tinyint(1) NOT NULL DEFAULT '0',
  `disableprivatechat` tinyint(1) NOT NULL DEFAULT '0',
  `disablepublicchat` tinyint(1) NOT NULL DEFAULT '0',
  `disablenote` tinyint(1) NOT NULL DEFAULT '0',
  `hideuserlist` tinyint(1) NOT NULL DEFAULT '0',
  `lockedlayout` tinyint(1) NOT NULL DEFAULT '0',
  `completionattendance` int(9) NOT NULL DEFAULT '0',
  `completionengagementchats` int(9) NOT NULL DEFAULT '0',
  `completionengagementtalks` int(9) NOT NULL DEFAULT '0',
  `completionengagementraisehand` int(9) NOT NULL DEFAULT '0',
  `completionengagementpollvotes` int(9) NOT NULL DEFAULT '0',
  `completionengagementemojis` int(9) NOT NULL DEFAULT '0',
  `guestallowed` tinyint(2) DEFAULT '0',
  `mustapproveuser` tinyint(2) DEFAULT '1',
  `guestlinkuid` varchar(1024) DEFAULT NULL,
  `guestpassword` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The bigbluebuttonbn table to store information about a meeti' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]bigbluebuttonbn_logs`
--

CREATE TABLE `[[dbprefix]]bigbluebuttonbn_logs` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `bigbluebuttonbnid` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `meetingid` varchar(256) NOT NULL DEFAULT '',
  `log` varchar(32) NOT NULL DEFAULT '',
  `meta` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]bigblogs_cou_ix` (`courseid`),
  KEY `[[dbprefix]]bigblogs_log_ix` (`log`),
  KEY `[[dbprefix]]bigblogs_coubiguselog_ix` (`courseid`,`bigbluebuttonbnid`,`userid`,`log`),
  KEY `[[dbprefix]]bigblogs_uselog_ix` (`userid`,`log`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The bigbluebuttonbn table to store meeting activity events' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]bigbluebuttonbn_recordings`
--

CREATE TABLE `[[dbprefix]]bigbluebuttonbn_recordings` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `bigbluebuttonbnid` bigint(10) NOT NULL,
  `groupid` bigint(10) DEFAULT NULL,
  `recordingid` varchar(64) NOT NULL DEFAULT '',
  `headless` tinyint(1) NOT NULL DEFAULT '0',
  `imported` tinyint(1) NOT NULL DEFAULT '0',
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `importeddata` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `usermodified` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]bigbreco_cou_ix` (`courseid`),
  KEY `[[dbprefix]]bigbreco_rec_ix` (`recordingid`),
  KEY `[[dbprefix]]bigbreco_big_ix` (`bigbluebuttonbnid`),
  KEY `[[dbprefix]]bigbreco_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The bigbluebuttonbn table to store references to recordings' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block`
--

CREATE TABLE `[[dbprefix]]block` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(40) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT '0',
  `lastcron` bigint(10) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]bloc_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='contains all installed blocks' AUTO_INCREMENT=44 ;

--
-- Dumping data for table `[[dbprefix]]block`
--

INSERT INTO `[[dbprefix]]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);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block_instances`
--

CREATE TABLE `[[dbprefix]]block_instances` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `blockname` varchar(40) NOT NULL DEFAULT '',
  `parentcontextid` bigint(10) NOT NULL,
  `showinsubcontexts` smallint(4) NOT NULL,
  `requiredbytheme` smallint(4) NOT NULL DEFAULT '0',
  `pagetypepattern` varchar(64) NOT NULL DEFAULT '',
  `subpagepattern` varchar(16) DEFAULT NULL,
  `defaultregion` varchar(16) NOT NULL DEFAULT '',
  `defaultweight` bigint(10) NOT NULL,
  `configdata` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`),
  KEY `[[dbprefix]]blocinst_tim_ix` (`timemodified`),
  KEY `[[dbprefix]]blocinst_par_ix` (`parentcontextid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table stores block instances. The type of block this is' AUTO_INCREMENT=9 ;

--
-- Dumping data for table `[[dbprefix]]block_instances`
--

INSERT INTO `[[dbprefix]]block_instances` VALUES
(1, 'admin_bookmarks', 1, 0, 0, 'admin-*', NULL, 'side-pre', 2, '', [[timestamp]], [[timestamp]]),
(2, 'recentlyaccesseditems', 1, 0, 0, 'my-index', '2', 'side-post', 0, '', [[timestamp]], [[timestamp]]),
(3, 'timeline', 1, 0, 0, 'my-index', '2', 'content', 0, '', [[timestamp]], [[timestamp]]),
(4, 'calendar_month', 1, 0, 0, 'my-index', '2', 'content', 1, '', [[timestamp]], [[timestamp]]),
(5, 'myoverview', 1, 0, 0, 'my-index', '3', 'content', 0, '', [[timestamp]], [[timestamp]]),
(6, 'recentlyaccesseditems', 5, 0, 0, 'my-index', '4', 'side-post', 0, '', [[timestamp]], [[timestamp]]),
(7, 'timeline', 5, 0, 0, 'my-index', '4', 'content', 0, '', [[timestamp]], [[timestamp]]),
(8, 'calendar_month', 5, 0, 0, 'my-index', '4', 'content', 1, '', [[timestamp]], [[timestamp]]);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block_positions`
--

CREATE TABLE `[[dbprefix]]block_positions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `blockinstanceid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `pagetype` varchar(64) NOT NULL DEFAULT '',
  `subpage` varchar(16) NOT NULL DEFAULT '',
  `visible` smallint(4) NOT NULL,
  `region` varchar(16) NOT NULL DEFAULT '',
  `weight` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]blocposi_bloconpagsu_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`),
  KEY `[[dbprefix]]blocposi_blo_ix` (`blockinstanceid`),
  KEY `[[dbprefix]]blocposi_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores the position of a sticky block_instance on a another ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block_recentlyaccesseditems`
--

CREATE TABLE `[[dbprefix]]block_recentlyaccesseditems` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timeaccess` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`),
  KEY `[[dbprefix]]blocrece_use_ix` (`userid`),
  KEY `[[dbprefix]]blocrece_cou_ix` (`courseid`),
  KEY `[[dbprefix]]blocrece_cmi_ix` (`cmid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Most recently accessed items accessed by a user' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block_recent_activity`
--

CREATE TABLE `[[dbprefix]]block_recent_activity` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `action` tinyint(1) NOT NULL,
  `modname` varchar(20) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]blocreceacti_coutim_ix` (`courseid`,`timecreated`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Recent activity block' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]block_rss_client`
--

CREATE TABLE `[[dbprefix]]block_rss_client` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `title` longtext NOT NULL,
  `preferredtitle` varchar(64) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `shared` tinyint(2) NOT NULL DEFAULT '0',
  `url` varchar(255) NOT NULL DEFAULT '',
  `skiptime` bigint(10) NOT NULL DEFAULT '0',
  `skipuntil` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Remote news feed information. Contains the news feed id, the' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]blog_association`
--

CREATE TABLE `[[dbprefix]]blog_association` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `blogid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]blogasso_con_ix` (`contextid`),
  KEY `[[dbprefix]]blogasso_blo_ix` (`blogid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Associations of blog entries with courses and module instanc' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]blog_external`
--

CREATE TABLE `[[dbprefix]]blog_external` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext,
  `url` longtext NOT NULL,
  `filtertags` varchar(255) DEFAULT NULL,
  `failedlastsync` tinyint(1) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) DEFAULT NULL,
  `timefetched` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]blogexte_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='External blog links used for RSS copying of blog entries to ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]book`
--

CREATE TABLE `[[dbprefix]]book` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `numbering` smallint(4) NOT NULL DEFAULT '0',
  `navstyle` smallint(4) NOT NULL DEFAULT '1',
  `customtitles` tinyint(2) NOT NULL DEFAULT '0',
  `revision` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]book_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines book' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]book_chapters`
--

CREATE TABLE `[[dbprefix]]book_chapters` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `bookid` bigint(10) NOT NULL DEFAULT '0',
  `pagenum` bigint(10) NOT NULL DEFAULT '0',
  `subchapter` bigint(10) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext NOT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT '0',
  `hidden` tinyint(2) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `importsrc` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]bookchap_boo_ix` (`bookid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Defines book_chapters' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]cache_filters`
--

CREATE TABLE `[[dbprefix]]cache_filters` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `version` bigint(10) NOT NULL DEFAULT '0',
  `md5key` varchar(32) NOT NULL DEFAULT '',
  `rawtext` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]cachfilt_filmd5_ix` (`filter`,`md5key`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='For keeping information about cached data' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]cache_flags`
--

CREATE TABLE `[[dbprefix]]cache_flags` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `flagtype` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `value` longtext NOT NULL,
  `expiry` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]cachflag_fla_ix` (`flagtype`),
  KEY `[[dbprefix]]cachflag_nam_ix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Cache of time-sensitive flags' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]cache_flags`
--

INSERT INTO `[[dbprefix]]cache_flags` VALUES
(1, 'userpreferenceschanged', '2', [[timestamp]], '1', [[timestamp]]);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]capabilities`
--

CREATE TABLE `[[dbprefix]]capabilities` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `captype` varchar(50) NOT NULL DEFAULT '',
  `contextlevel` bigint(10) NOT NULL DEFAULT '0',
  `component` varchar(100) NOT NULL DEFAULT '',
  `riskbitmask` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]capa_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='this defines all capabilities' AUTO_INCREMENT=714 ;

--
-- Dumping data for table `[[dbprefix]]capabilities`
--

INSERT INTO `[[dbprefix]]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);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]chat`
--

CREATE TABLE `[[dbprefix]]chat` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `keepdays` bigint(11) NOT NULL DEFAULT '0',
  `studentlogs` smallint(4) NOT NULL DEFAULT '0',
  `chattime` bigint(10) NOT NULL DEFAULT '0',
  `schedule` smallint(4) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]chat_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Each of these is a chat room' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]chat_messages`
--

CREATE TABLE `[[dbprefix]]chat_messages` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `issystem` tinyint(1) NOT NULL DEFAULT '0',
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]chatmess_use_ix` (`userid`),
  KEY `[[dbprefix]]chatmess_gro_ix` (`groupid`),
  KEY `[[dbprefix]]chatmess_timcha_ix` (`timestamp`,`chatid`),
  KEY `[[dbprefix]]chatmess_cha_ix` (`chatid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores all the actual chat messages' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]chat_messages_current`
--

CREATE TABLE `[[dbprefix]]chat_messages_current` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `issystem` tinyint(1) NOT NULL DEFAULT '0',
  `message` longtext NOT NULL,
  `timestamp` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]chatmesscurr_use_ix` (`userid`),
  KEY `[[dbprefix]]chatmesscurr_gro_ix` (`groupid`),
  KEY `[[dbprefix]]chatmesscurr_timcha_ix` (`timestamp`,`chatid`),
  KEY `[[dbprefix]]chatmesscurr_cha_ix` (`chatid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores current session' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]chat_users`
--

CREATE TABLE `[[dbprefix]]chat_users` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `chatid` bigint(11) NOT NULL DEFAULT '0',
  `userid` bigint(11) NOT NULL DEFAULT '0',
  `groupid` bigint(11) NOT NULL DEFAULT '0',
  `version` varchar(16) NOT NULL DEFAULT '',
  `ip` varchar(45) NOT NULL DEFAULT '',
  `firstping` bigint(10) NOT NULL DEFAULT '0',
  `lastping` bigint(10) NOT NULL DEFAULT '0',
  `lastmessageping` bigint(10) NOT NULL DEFAULT '0',
  `sid` varchar(32) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `lang` varchar(30) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]chatuser_use_ix` (`userid`),
  KEY `[[dbprefix]]chatuser_las_ix` (`lastping`),
  KEY `[[dbprefix]]chatuser_gro_ix` (`groupid`),
  KEY `[[dbprefix]]chatuser_cha_ix` (`chatid`),
  KEY `[[dbprefix]]chatuser_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Keeps track of which users are in which chat rooms' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]choice`
--

CREATE TABLE `[[dbprefix]]choice` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `publish` tinyint(2) NOT NULL DEFAULT '0',
  `showresults` tinyint(2) NOT NULL DEFAULT '0',
  `display` smallint(4) NOT NULL DEFAULT '0',
  `allowupdate` tinyint(2) NOT NULL DEFAULT '0',
  `allowmultiple` tinyint(2) NOT NULL DEFAULT '0',
  `showunanswered` tinyint(2) NOT NULL DEFAULT '0',
  `includeinactive` tinyint(2) NOT NULL DEFAULT '1',
  `limitanswers` tinyint(2) NOT NULL DEFAULT '0',
  `timeopen` bigint(10) NOT NULL DEFAULT '0',
  `timeclose` bigint(10) NOT NULL DEFAULT '0',
  `showpreview` tinyint(2) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `completionsubmit` tinyint(1) NOT NULL DEFAULT '0',
  `showavailable` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]choi_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Available choices are stored here' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]choice_answers`
--

CREATE TABLE `[[dbprefix]]choice_answers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `choiceid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `optionid` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]choiansw_use_ix` (`userid`),
  KEY `[[dbprefix]]choiansw_cho_ix` (`choiceid`),
  KEY `[[dbprefix]]choiansw_opt_ix` (`optionid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='choices performed by users' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]choice_options`
--

CREATE TABLE `[[dbprefix]]choice_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `choiceid` bigint(10) NOT NULL DEFAULT '0',
  `text` longtext,
  `maxanswers` bigint(10) DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]choiopti_cho_ix` (`choiceid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='available options to choice' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]cohort`
--

CREATE TABLE `[[dbprefix]]cohort` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `component` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `theme` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]coho_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Each record represents one cohort (aka site-wide group).' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]cohort_members`
--

CREATE TABLE `[[dbprefix]]cohort_members` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `cohortid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `timeadded` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]cohomemb_cohuse_uix` (`cohortid`,`userid`),
  KEY `[[dbprefix]]cohomemb_coh_ix` (`cohortid`),
  KEY `[[dbprefix]]cohomemb_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Link a user to a cohort.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]comments`
--

CREATE TABLE `[[dbprefix]]comments` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(255) DEFAULT NULL,
  `commentarea` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `content` longtext NOT NULL,
  `format` tinyint(2) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]comm_concomite_ix` (`contextid`,`commentarea`,`itemid`),
  KEY `[[dbprefix]]comm_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='moodle comments module' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency`
--

CREATE TABLE `[[dbprefix]]competency` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` smallint(4) NOT NULL DEFAULT '0',
  `idnumber` varchar(100) DEFAULT NULL,
  `competencyframeworkid` bigint(10) NOT NULL,
  `parentid` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL,
  `ruletype` varchar(100) DEFAULT NULL,
  `ruleoutcome` tinyint(2) NOT NULL DEFAULT '0',
  `ruleconfig` longtext,
  `scaleid` bigint(10) DEFAULT NULL,
  `scaleconfiguration` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]comp_comidn_uix` (`competencyframeworkid`,`idnumber`),
  KEY `[[dbprefix]]comp_rul_ix` (`ruleoutcome`),
  KEY `[[dbprefix]]comp_sca_ix` (`scaleid`),
  KEY `[[dbprefix]]comp_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table contains the master record of each competency in ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_coursecomp`
--

CREATE TABLE `[[dbprefix]]competency_coursecomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `ruleoutcome` tinyint(2) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compcour_coucom_uix` (`courseid`,`competencyid`),
  KEY `[[dbprefix]]compcour_courul_ix` (`courseid`,`ruleoutcome`),
  KEY `[[dbprefix]]compcour_cou2_ix` (`courseid`),
  KEY `[[dbprefix]]compcour_com_ix` (`competencyid`),
  KEY `[[dbprefix]]compcour_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Link a competency to a course.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_coursecompsetting`
--

CREATE TABLE `[[dbprefix]]competency_coursecompsetting` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `pushratingstouserplans` tinyint(2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compcour_cou_uix` (`courseid`),
  KEY `[[dbprefix]]compcour_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table contains the course specific settings for compete' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_evidence`
--

CREATE TABLE `[[dbprefix]]competency_evidence` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `usercompetencyid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `action` tinyint(2) NOT NULL,
  `actionuserid` bigint(10) DEFAULT NULL,
  `descidentifier` varchar(255) NOT NULL DEFAULT '',
  `desccomponent` varchar(255) NOT NULL DEFAULT '',
  `desca` longtext,
  `url` varchar(255) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `note` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]compevid_use_ix` (`usercompetencyid`),
  KEY `[[dbprefix]]compevid_con_ix` (`contextid`),
  KEY `[[dbprefix]]compevid_act_ix` (`actionuserid`),
  KEY `[[dbprefix]]compevid_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The evidence linked to a user competency' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_framework`
--

CREATE TABLE `[[dbprefix]]competency_framework` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` smallint(4) NOT NULL DEFAULT '0',
  `scaleid` bigint(11) DEFAULT NULL,
  `scaleconfiguration` longtext NOT NULL,
  `visible` tinyint(2) NOT NULL DEFAULT '1',
  `taxonomies` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compfram_idn_uix` (`idnumber`),
  KEY `[[dbprefix]]compfram_con_ix` (`contextid`),
  KEY `[[dbprefix]]compfram_sca_ix` (`scaleid`),
  KEY `[[dbprefix]]compfram_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='List of competency frameworks.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_modulecomp`
--

CREATE TABLE `[[dbprefix]]competency_modulecomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `cmid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `ruleoutcome` tinyint(2) NOT NULL,
  `overridegrade` tinyint(1) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compmodu_cmicom_uix` (`cmid`,`competencyid`),
  KEY `[[dbprefix]]compmodu_cmirul_ix` (`cmid`,`ruleoutcome`),
  KEY `[[dbprefix]]compmodu_cmi_ix` (`cmid`),
  KEY `[[dbprefix]]compmodu_com_ix` (`competencyid`),
  KEY `[[dbprefix]]compmodu_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Link a competency to a module.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_plan`
--

CREATE TABLE `[[dbprefix]]competency_plan` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` smallint(4) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL,
  `templateid` bigint(10) DEFAULT NULL,
  `origtemplateid` bigint(10) DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  `duedate` bigint(10) DEFAULT '0',
  `reviewerid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]compplan_usesta_ix` (`userid`,`status`),
  KEY `[[dbprefix]]compplan_tem_ix` (`templateid`),
  KEY `[[dbprefix]]compplan_stadue_ix` (`status`,`duedate`),
  KEY `[[dbprefix]]compplan_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Learning plans' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_plancomp`
--

CREATE TABLE `[[dbprefix]]competency_plancomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `planid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compplan_placom_uix` (`planid`,`competencyid`),
  KEY `[[dbprefix]]compplan_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Plan competencies' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_relatedcomp`
--

CREATE TABLE `[[dbprefix]]competency_relatedcomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `competencyid` bigint(10) NOT NULL,
  `relatedcompetencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]comprela_com_ix` (`competencyid`),
  KEY `[[dbprefix]]comprela_rel_ix` (`relatedcompetencyid`),
  KEY `[[dbprefix]]comprela_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Related competencies' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_template`
--

CREATE TABLE `[[dbprefix]]competency_template` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `description` longtext,
  `descriptionformat` smallint(4) NOT NULL DEFAULT '0',
  `visible` tinyint(2) NOT NULL DEFAULT '1',
  `duedate` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]comptemp_con_ix` (`contextid`),
  KEY `[[dbprefix]]comptemp_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Learning plan templates.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_templatecohort`
--

CREATE TABLE `[[dbprefix]]competency_templatecohort` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `templateid` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]comptemp_temcoh_uix` (`templateid`,`cohortid`),
  KEY `[[dbprefix]]comptemp_tem2_ix` (`templateid`),
  KEY `[[dbprefix]]comptemp_use3_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Default comment for the table, please edit me' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_templatecomp`
--

CREATE TABLE `[[dbprefix]]competency_templatecomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `templateid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]comptemp_tem_ix` (`templateid`),
  KEY `[[dbprefix]]comptemp_com_ix` (`competencyid`),
  KEY `[[dbprefix]]comptemp_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Link a competency to a learning plan template.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_usercomp`
--

CREATE TABLE `[[dbprefix]]competency_usercomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT '0',
  `reviewerid` bigint(10) DEFAULT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compuser_usecom_uix` (`userid`,`competencyid`),
  KEY `[[dbprefix]]compuser_use_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='User competencies' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_usercompcourse`
--

CREATE TABLE `[[dbprefix]]competency_usercompcourse` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`),
  KEY `[[dbprefix]]compuser_use2_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='User competencies in a course' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_usercompplan`
--

CREATE TABLE `[[dbprefix]]competency_usercompplan` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `planid` bigint(10) NOT NULL,
  `proficiency` tinyint(2) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compuser_usecompla_uix` (`userid`,`competencyid`,`planid`),
  KEY `[[dbprefix]]compuser_use3_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='User competencies plans' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_userevidence`
--

CREATE TABLE `[[dbprefix]]competency_userevidence` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(1) NOT NULL,
  `url` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]compuser_use4_ix` (`userid`),
  KEY `[[dbprefix]]compuser_use5_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='The evidence of prior learning' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]competency_userevidencecomp`
--

CREATE TABLE `[[dbprefix]]competency_userevidencecomp` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userevidenceid` bigint(10) NOT NULL,
  `competencyid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]compuser_usecom2_uix` (`userevidenceid`,`competencyid`),
  KEY `[[dbprefix]]compuser_use6_ix` (`userevidenceid`),
  KEY `[[dbprefix]]compuser_use7_ix` (`usermodified`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Relationship between user evidence and competencies' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]config`
--

CREATE TABLE `[[dbprefix]]config` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]conf_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Moodle configuration variables' AUTO_INCREMENT=581 ;

--
-- Dumping data for table `[[dbprefix]]config`
--

INSERT INTO `[[dbprefix]]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', '[[siteidentifier]][[domhost]]'),
(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', '[[timestamp]]'),
(25, 'jsrev', '[[timestamp]]'),
(26, 'templaterev', '[[timestamp]]'),
(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', '2022112822'),
(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', 'hidden'),
(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', 'badges[[timestamp]]'),
(155, 'badges_allowcoursebadges', '1'),
(156, 'badges_allowexternalbackpack', '1'),
(157, 'rememberuserlicensepref', '1'),
(159, 'forcetimezone', '99'),
(160, 'country', '0'),
(161, 'defaultcity', ''),
(162, 'geoip2file', '[[softdatadir]]/geoip/GeoLite2-City.mmdb'),
(163, 'googlemapkey3', ''),
(164, 'allcountrycodes', ''),
(165, 'geopluginapikey', ''),
(166, 'autolang', '1'),
(167, 'lang', '[[language]]'),
(168, 'autolangusercreation', '1'),
(169, 'langmenu', '1'),
(170, 'langlist', ''),
(171, 'langrev', '[[timestamp]]'),
(172, 'langcache', '1'),
(173, 'langstringcache', '1'),
(174, 'locale', ''),
(175, 'latinexcelexport', '0'),
(176, 'messagingallusers', '0'),
(177, 'messagingdefaultpressenter', '1'),
(178, 'messagingdeletereadnotificationsdelay', '604800'),
(179, 'messagingdeleteallnotificationsdelay', '2620800'),
(180, 'messagingallowemailoverride', '0'),
(181, 'requiremodintro', '0'),
(183, 'authloginviaemail', '0'),
(184, 'allowaccountssameemail', '0'),
(185, 'authpreventaccountcreation', '0'),
(186, 'loginpageautofocus', '0'),
(187, 'guestloginbutton', '1'),
(188, 'limitconcurrentlogins', '0'),
(189, 'alternateloginurl', ''),
(190, 'forgottenpasswordurl', ''),
(191, 'auth_instructions', ''),
(192, 'allowemailaddresses', ''),
(193, 'denyemailaddresses', ''),
(194, 'verifychangedemail', '1'),
(195, 'recaptchapublickey', ''),
(196, 'recaptchaprivatekey', ''),
(197, 'filteruploadedfiles', '0'),
(198, 'filtermatchoneperpage', '0'),
(199, 'filtermatchonepertext', '0'),
(200, 'filternavigationwithsystemcontext', '0'),
(201, 'media_default_width', '640'),
(202, 'media_default_height', '360'),
(203, 'portfolio_moderate_filesize_threshold', '1048576'),
(204, 'portfolio_high_filesize_threshold', '5242880'),
(205, 'portfolio_moderate_db_threshold', '20'),
(206, 'portfolio_high_db_threshold', '50'),
(207, 'repositorycacheexpire', '120'),
(208, 'repositorygetfiletimeout', '30'),
(209, 'repositorysyncfiletimeout', '1'),
(210, 'repositorysyncimagetimeout', '3'),
(211, 'repositoryallowexternallinks', '1'),
(212, 'legacyfilesinnewcourses', '0'),
(213, 'legacyfilesaddallowed', '1'),
(214, 'searchengine', 'simpledb'),
(215, 'searchindexwhendisabled', '0'),
(216, 'searchindextime', '600'),
(217, 'searchallavailablecourses', '0'),
(218, 'searchincludeallcourses', '0'),
(219, 'searchenablecategories', '0'),
(220, 'searchdefaultcategory', 'core-all'),
(221, 'searchhideallcategory', '0'),
(222, 'searchmaxtopresults', '3'),
(223, 'searchteacherroles', ''),
(224, 'searchenginequeryonly', ''),
(225, 'searchbannerenable', '0'),
(226, 'searchbanner', ''),
(227, 'allowbeforeblock', '0'),
(228, 'allowedip', ''),
(229, 'blockedip', ''),
(230, 'protectusernames', '1'),
(231, 'forcelogin', '0'),
(232, 'forceloginforprofiles', '1'),
(233, 'forceloginforprofileimage', '0'),
(234, 'opentowebcrawlers', '0'),
(235, 'allowindexing', '0'),
(236, 'maxbytes', '0'),
(237, 'userquota', '104857600'),
(238, 'allowobjectembed', '0'),
(239, 'enabletrusttext', '0'),
(240, 'maxeditingtime', '1800'),
(241, 'extendedusernamechars', '0'),
(242, 'keeptagnamecase', '1'),
(243, 'profilesforenrolledusersonly', '1'),
(244, 'cronclionly', '1'),
(245, 'cronremotepassword', ''),
(246, 'lockoutthreshold', '0'),
(247, 'lockoutwindow', '1800'),
(248, 'lockoutduration', '1800'),
(249, 'passwordpolicy', '1'),
(250, 'minpasswordlength', '8'),
(251, 'minpassworddigits', '1'),
(252, 'minpasswordlower', '1'),
(253, 'minpasswordupper', '1'),
(254, 'minpasswordnonalphanum', '1'),
(255, 'maxconsecutiveidentchars', '0'),
(256, 'passwordpolicycheckonlogin', '0'),
(257, 'passwordreuselimit', '0'),
(258, 'pwresettime', '1800'),
(259, 'passwordchangelogout', '0'),
(260, 'passwordchangetokendeletion', '0'),
(261, 'tokenduration', '7257600'),
(262, 'groupenrolmentkeypolicy', '1'),
(263, 'disableuserimages', '0'),
(264, 'emailchangeconfirmation', '1'),
(265, 'rememberusername', '2'),
(266, 'strictformsrequired', '0'),
(267, 'cookiesecure', '1'),
(268, 'cookiehttponly', '0'),
(269, 'allowframembedding', '0'),
(270, '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'),
(271, 'curlsecurityallowedport', '443\n80'),
(272, 'referrerpolicy', 'default'),
(273, 'displayloginfailures', '0'),
(274, 'notifyloginfailures', ''),
(275, 'notifyloginthreshold', '10'),
(276, 'themelist', ''),
(277, 'themedesignermode', '0'),
(278, 'allowuserthemes', '0'),
(279, 'allowcoursethemes', '0'),
(280, 'allowcategorythemes', '0'),
(281, 'allowcohortthemes', '0'),
(282, 'allowthemechangeonurl', '0'),
(283, 'allowuserblockhiding', '1'),
(284, 'langmenuinsecurelayout', '0'),
(285, 'logininfoinsecurelayout', '0'),
(286, 'custommenuitems', ''),
(287, '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'),
(288, 'enabledevicedetection', '1'),
(289, 'devicedetectregex', '[]'),
(290, 'calendartype', 'gregorian'),
(291, 'calendar_adminseesall', '0'),
(292, 'calendar_site_timeformat', '0'),
(293, 'calendar_startwday', '1'),
(294, 'calendar_weekend', '65'),
(295, 'calendar_lookahead', '21'),
(296, 'calendar_maxevents', '10'),
(297, 'enablecalendarexport', '1'),
(298, 'calendar_customexport', '1'),
(299, 'calendar_exportlookahead', '365'),
(300, 'calendar_exportlookback', '5'),
(301, 'calendar_exportsalt', '[[export_salt]]'),
(302, 'calendar_showicalsource', '1'),
(303, 'useblogassociations', '1'),
(304, 'bloglevel', '4'),
(305, 'useexternalblogs', '1'),
(306, 'externalblogcrontime', '86400'),
(307, 'maxexternalblogsperuser', '1'),
(308, 'blogusecomments', '1'),
(309, 'blogshowcommentscount', '1'),
(310, 'enabledashboard', '1'),
(311, 'defaulthomepage', '1'),
(312, 'navshowfullcoursenames', '0'),
(313, 'navshowcategories', '1'),
(314, 'navshowmycoursecategories', '0'),
(315, 'navshowallcourses', '0'),
(316, 'navsortmycoursessort', 'sortorder'),
(317, 'navsortmycourseshiddenlast', '1'),
(318, 'navcourselimit', '10'),
(319, 'usesitenameforsitepages', '0'),
(320, 'linkadmincategories', '1'),
(321, 'linkcoursesections', '1'),
(322, 'navshowfrontpagemods', '1'),
(323, 'navadduserpostslinks', '1'),
(324, 'sitenameintitle', 'shortname'),
(325, 'formatstringstriptags', '1'),
(326, '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"}]'),
(327, 'docroot', 'https://docs.moodle.org'),
(328, 'doclang', ''),
(329, 'doctonewwindow', '0'),
(330, 'coursecontactduplicates', '0'),
(331, 'courselistshortnames', '0'),
(332, 'coursesperpage', '20'),
(333, 'courseswithsummarieslimit', '10'),
(334, 'courseoverviewfileslimit', '1'),
(335, 'courseoverviewfilesext', 'web_image'),
(336, 'coursegraceperiodbefore', '0'),
(337, 'coursegraceperiodafter', '0'),
(338, 'useexternalyui', '0'),
(339, 'yuicomboloading', '1'),
(340, 'cachejs', '1'),
(341, 'additionalhtmlhead', ''),
(342, 'additionalhtmltopofbody', ''),
(343, 'additionalhtmlfooter', ''),
(344, 'cachetemplates', '1'),
(345, 'pathtophp', ''),
(346, 'pathtodu', ''),
(347, 'aspellpath', ''),
(348, 'pathtodot', ''),
(349, 'pathtogs', '/usr/bin/gs'),
(350, 'pathtopdftoppm', ''),
(351, 'pathtopython', ''),
(352, 'supportname', 'Admin User'),
(353, 'supportpage', ''),
(354, 'supportavailability', '1'),
(355, 'dbsessions', '0'),
(356, 'sessiontimeoutwarning', '1200'),
(357, 'sessioncookie', ''),
(358, 'sessioncookiepath', ''),
(359, 'sessioncookiedomain', ''),
(360, 'statsfirstrun', 'none'),
(361, 'statsmaxruntime', '0'),
(362, 'statsruntimedays', '31'),
(363, 'statsuserthreshold', '0'),
(364, 'slasharguments', '1'),
(365, 'getremoteaddrconf', '3'),
(366, 'reverseproxyignore', ''),
(367, 'proxyhost', ''),
(368, 'proxyport', '0'),
(369, 'proxytype', 'HTTP'),
(370, 'proxyuser', ''),
(371, 'proxypassword', ''),
(372, 'proxybypass', 'localhost, 127.0.0.1'),
(373, 'proxylogunsafe', '0'),
(374, 'proxyfixunsafe', '0'),
(375, 'maintenance_enabled', '0'),
(376, 'maintenance_message', ''),
(377, 'deleteunconfirmed', '168'),
(378, 'deleteincompleteusers', '0'),
(379, 'disablegradehistory', '0'),
(380, 'gradehistorylifetime', '0'),
(381, 'tempdatafoldercleanup', '168'),
(382, 'filescleanupperiod', '86400'),
(383, 'extramemorylimit', '512M'),
(384, 'maxtimelimit', '0'),
(385, 'curlcache', '120'),
(386, 'curltimeoutkbitrate', '56'),
(387, 'cron_enabled', '1'),
(388, 'task_scheduled_concurrency_limit', '3'),
(389, 'task_scheduled_max_runtime', '1800'),
(390, 'task_adhoc_concurrency_limit', '3'),
(391, 'task_adhoc_max_runtime', '1800'),
(392, 'task_logmode', '1'),
(393, 'task_logtostdout', '1'),
(394, 'task_logretention', '2419200'),
(395, 'task_logretainruns', '20'),
(396, 'smtphosts', ''),
(397, 'smtpsecure', ''),
(398, 'smtpauthtype', 'LOGIN'),
(399, 'smtpuser', ''),
(400, 'smtppass', ''),
(401, 'smtpmaxbulk', '1'),
(402, 'noreplyaddress', '[[admin_email]]'),
(403, 'allowedemaildomains', ''),
(404, 'divertallemailsto', ''),
(405, 'divertallemailsexcept', ''),
(406, 'emaildkimselector', ''),
(407, 'sitemailcharset', '0'),
(408, 'allowusermailcharset', '0'),
(409, 'allowattachments', '1'),
(410, 'mailnewline', 'LF'),
(411, 'emailfromvia', '1'),
(412, 'emailsubjectprefix', ''),
(413, 'emailheaders', ''),
(414, 'updateautocheck', '1'),
(415, 'updateminmaturity', '200'),
(416, 'updatenotifybuilds', '0'),
(417, 'enablewsdocumentation', '0'),
(418, 'customreportslimit', '0'),
(419, 'customreportsliveediting', '1'),
(420, 'dndallowtextandlinks', '0'),
(421, 'pathtosassc', ''),
(422, 'contextlocking', '0'),
(423, 'contextlockappliestoadmin', '1'),
(424, 'forceclean', '0'),
(425, 'enablecourserelativedates', '0'),
(426, 'debug', '0'),
(427, 'debugdisplay', '0'),
(428, 'perfdebug', '7'),
(429, 'debugstringids', '0'),
(430, 'debugsqltrace', '0'),
(431, 'debugvalidators', '0'),
(432, 'debugpageinfo', '0'),
(433, 'profilingenabled', '0'),
(434, 'profilingincluded', ''),
(435, 'profilingexcluded', ''),
(436, 'profilingautofrec', '0'),
(437, 'profilingallowme', '0'),
(438, 'profilingallowall', '0'),
(439, 'profilingslow', '0'),
(440, 'profilinglifetime', '1440'),
(441, 'profilingimportprefix', '(I)'),
(442, 'allowguestmymoodle', '1'),
(443, 'release', '4.1.22 (Build: 20251208)'),
(444, 'localcachedirpurged', '[[timestamp]]'),
(445, 'scheduledtaskreset', '[[timestamp]]'),
(446, 'paygw_plugins_sortorder', 'paypal'),
(447, 'allversionshash', '92107c4d41d64db60de10fc38904b56b34473b46'),
(449, 'registrationpending', '0'),
(450, 'branch', '401'),
(451, 'enableaccessibilitytools', '1'),
(452, 'notloggedinroleid', '6'),
(453, 'guestroleid', '6'),
(454, 'defaultuserroleid', '7'),
(455, 'creatornewroleid', '3'),
(456, 'restorernewroleid', '3'),
(457, 'sitepolicyhandler', ''),
(458, 'gradebookroles', '5'),
(459, 'h5plibraryhandler', 'h5plib_v124'),
(460, 'airnotifierurl', 'https://messages.moodle.net'),
(461, 'airnotifierport', '443'),
(462, 'airnotifiermobileappname', 'com.moodle.moodlemobile'),
(463, 'airnotifierappname', 'commoodlemoodlemobile'),
(464, 'airnotifieraccesskey', ''),
(465, 'bigbluebuttonbn_default_dpa_accepted', '0'),
(466, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/'),
(467, 'bigbluebuttonbn_shared_secret', '[[bb_shared_secret]]'),
(468, 'bigbluebuttonbn_poll_interval', '5'),
(469, 'bigbluebuttonbn_welcome_default', ''),
(470, 'bigbluebuttonbn_welcome_editable', '1'),
(471, 'bigbluebuttonbn_recording_default', '1'),
(472, 'bigbluebuttonbn_recording_refresh_period', '300'),
(473, 'bigbluebuttonbn_recording_editable', '1'),
(474, 'bigbluebuttonbn_recording_all_from_start_default', '0'),
(475, 'bigbluebuttonbn_recording_all_from_start_editable', '0'),
(476, 'bigbluebuttonbn_recording_hide_button_default', '0'),
(477, 'bigbluebuttonbn_recording_hide_button_editable', '0'),
(478, 'bigbluebuttonbn_importrecordings_enabled', '0'),
(479, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0'),
(480, 'bigbluebuttonbn_recordings_deleted_default', '1'),
(481, 'bigbluebuttonbn_recordings_deleted_editable', '0'),
(482, 'bigbluebuttonbn_recordings_imported_default', '0'),
(483, 'bigbluebuttonbn_recordings_imported_editable', '1'),
(484, 'bigbluebuttonbn_recordings_preview_default', '1'),
(485, 'bigbluebuttonbn_recordings_preview_editable', '0'),
(486, 'bigbluebuttonbn_recordings_asc_sort', '0'),
(487, 'bigbluebuttonbn_recording_protect_editable', '1'),
(488, 'bigbluebuttonbn_waitformoderator_default', '0'),
(489, 'bigbluebuttonbn_waitformoderator_editable', '1'),
(490, 'bigbluebuttonbn_waitformoderator_ping_interval', '10'),
(491, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60'),
(492, 'bigbluebuttonbn_voicebridge_editable', '0'),
(493, 'bigbluebuttonbn_preuploadpresentation_editable', '0'),
(494, 'bigbluebuttonbn_userlimit_default', '0'),
(495, 'bigbluebuttonbn_userlimit_editable', '0'),
(496, 'bigbluebuttonbn_participant_moderator_default', '0'),
(497, 'bigbluebuttonbn_muteonstart_default', '0'),
(498, 'bigbluebuttonbn_muteonstart_editable', '0'),
(499, 'bigbluebuttonbn_disablecam_default', '0'),
(500, 'bigbluebuttonbn_disablecam_editable', '1'),
(501, 'bigbluebuttonbn_disablemic_default', '0'),
(502, 'bigbluebuttonbn_disablemic_editable', '1'),
(503, 'bigbluebuttonbn_disableprivatechat_default', '0'),
(504, 'bigbluebuttonbn_disableprivatechat_editable', '1'),
(505, 'bigbluebuttonbn_disablepublicchat_default', '0'),
(506, 'bigbluebuttonbn_disablepublicchat_editable', '1'),
(507, 'bigbluebuttonbn_disablenote_default', '0'),
(508, 'bigbluebuttonbn_disablenote_editable', '1'),
(509, 'bigbluebuttonbn_hideuserlist_default', '0'),
(510, 'bigbluebuttonbn_hideuserlist_editable', '1'),
(511, 'bigbluebuttonbn_recordingready_enabled', '0'),
(512, 'bigbluebuttonbn_meetingevents_enabled', '0'),
(513, 'bigbluebuttonbn_guestaccess_enabled', '0'),
(514, 'chat_method', 'ajax'),
(515, 'chat_refresh_userlist', '10'),
(516, 'chat_old_ping', '35'),
(517, 'chat_refresh_room', '5'),
(518, 'chat_normal_updatemode', 'jsupdate'),
(519, 'chat_serverhost', '[[domhost]]'),
(520, 'chat_serverip', '127.0.0.1'),
(521, 'chat_serverport', '9111'),
(522, 'chat_servermax', '100'),
(523, 'data_enablerssfeeds', '0'),
(524, 'feedback_allowfullanonymous', '0'),
(525, 'forum_displaymode', '3'),
(526, 'forum_shortpost', '300'),
(527, 'forum_longpost', '600'),
(528, 'forum_manydiscussions', '100'),
(529, 'forum_maxbytes', '512000'),
(530, 'forum_maxattachments', '9'),
(531, 'forum_subscription', '0'),
(532, 'forum_trackingtype', '1'),
(533, 'forum_trackreadposts', '1'),
(534, 'forum_allowforcedreadtracking', '0'),
(535, 'forum_oldpostdays', '14'),
(536, 'forum_usermarksread', '0'),
(537, 'forum_cleanreadtime', '2'),
(538, 'digestmailtime', '17'),
(539, 'forum_enablerssfeeds', '0'),
(540, 'forum_enabletimedposts', '1'),
(541, 'glossary_entbypage', '10'),
(542, 'glossary_dupentries', '0'),
(543, 'glossary_allowcomments', '0'),
(544, 'glossary_linkbydefault', '1'),
(545, 'glossary_defaultapproval', '1'),
(546, 'glossary_enablerssfeeds', '0'),
(547, 'glossary_linkentries', '0'),
(548, 'glossary_casesensitive', '0'),
(549, 'glossary_fullmatch', '0'),
(550, 'block_course_list_adminview', 'all'),
(551, 'block_course_list_hideallcourseslink', '0'),
(552, 'block_online_users_timetosee', '5'),
(553, 'block_online_users_onlinestatushiding', '1'),
(554, 'block_rss_client_num_entries', '5'),
(555, 'block_rss_client_timeout', '30'),
(556, 'block_html_allowcssclasses', '0'),
(557, 'pathtounoconv', '/usr/bin/unoconv'),
(558, 'filter_multilang_force_old', '0'),
(559, 'logguests', '1'),
(560, 'loglifetime', '0'),
(561, 'profileroles', '5,4,3'),
(562, 'coursecontact', '3'),
(563, 'frontpage', '6'),
(564, 'frontpageloggedin', '6'),
(565, 'maxcategorydepth', '2'),
(566, 'frontpagecourselimit', '200'),
(567, 'commentsperpage', '15'),
(568, 'defaultfrontpageroleid', '8'),
(569, 'messageinbound_enabled', '0'),
(570, 'messageinbound_mailbox', ''),
(571, 'messageinbound_domain', ''),
(572, 'messageinbound_host', ''),
(573, 'messageinbound_hostssl', 'ssl'),
(574, 'messageinbound_hostuser', ''),
(575, 'messageinbound_hostpass', ''),
(576, 'mobilecssurl', ''),
(577, 'enablemobilewebservice', '0'),
(578, 'timezone', 'America/New_York'),
(579, 'registerauth', ''),
(580, 'supportemail', '[[support_email]]');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]config_log`
--

CREATE TABLE `[[dbprefix]]config_log` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  `oldvalue` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]conflog_tim_ix` (`timemodified`),
  KEY `[[dbprefix]]conflog_use_ix` (`userid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Changes done in server configuration through admin UI' AUTO_INCREMENT=1842 ;

--
-- Dumping data for table `[[dbprefix]]config_log`
--

INSERT INTO `[[dbprefix]]config_log` VALUES
(1, 0, [[timestamp]], NULL, 'enableuserfeedback', '0', NULL),
(2, 0, [[timestamp]], NULL, 'userfeedback_nextreminder', '1', NULL),
(3, 0, [[timestamp]], NULL, 'userfeedback_remindafter', '90', NULL),
(4, 0, [[timestamp]], NULL, 'enableoutcomes', '0', NULL),
(5, 0, [[timestamp]], NULL, 'usecomments', '1', NULL),
(6, 0, [[timestamp]], NULL, 'usetags', '1', NULL),
(7, 0, [[timestamp]], NULL, 'enablenotes', '1', NULL),
(8, 0, [[timestamp]], NULL, 'enableportfolios', '0', NULL),
(9, 0, [[timestamp]], NULL, 'enablewebservices', '0', NULL),
(10, 0, [[timestamp]], NULL, 'enablestats', '0', NULL),
(11, 0, [[timestamp]], NULL, 'enablerssfeeds', '0', NULL),
(12, 0, [[timestamp]], NULL, 'enableblogs', '1', NULL),
(13, 0, [[timestamp]], NULL, 'enablecompletion', '1', NULL),
(14, 0, [[timestamp]], NULL, 'completiondefault', '1', NULL),
(15, 0, [[timestamp]], NULL, 'enableavailability', '1', NULL),
(16, 0, [[timestamp]], NULL, 'enableplagiarism', '0', NULL),
(17, 0, [[timestamp]], NULL, 'enablebadges', '1', NULL),
(18, 0, [[timestamp]], NULL, 'enableglobalsearch', '0', NULL),
(19, 0, [[timestamp]], NULL, 'allowstealth', '0', NULL),
(20, 0, [[timestamp]], NULL, 'enableanalytics', '1', NULL),
(21, 0, [[timestamp]], 'core_competency', 'enabled', '1', NULL),
(22, 0, [[timestamp]], NULL, 'messaging', '1', NULL),
(23, 0, [[timestamp]], NULL, 'enablecustomreports', '1', NULL),
(24, 0, [[timestamp]], NULL, 'allowemojipicker', '1', NULL),
(25, 0, [[timestamp]], NULL, 'userfiltersdefault', 'realname', NULL),
(26, 0, [[timestamp]], NULL, 'defaultpreference_maildisplay', '2', NULL),
(27, 0, [[timestamp]], NULL, 'defaultpreference_mailformat', '1', NULL),
(28, 0, [[timestamp]], NULL, 'defaultpreference_maildigest', '0', NULL),
(29, 0, [[timestamp]], NULL, 'defaultpreference_autosubscribe', '1', NULL),
(30, 0, [[timestamp]], NULL, 'defaultpreference_trackforums', '0', NULL),
(31, 0, [[timestamp]], NULL, 'defaultpreference_core_contentbank_visibility', '1', NULL),
(32, 0, [[timestamp]], NULL, 'enroladminnewcourse', '1', NULL),
(33, 0, [[timestamp]], NULL, 'autologinguests', '0', NULL),
(34, 0, [[timestamp]], NULL, 'hiddenuserfields', '', NULL),
(35, 0, [[timestamp]], NULL, 'showuseridentity', 'email', NULL),
(36, 0, [[timestamp]], NULL, 'fullnamedisplay', 'language', NULL),
(37, 0, [[timestamp]], NULL, 'alternativefullnameformat', 'language', NULL),
(38, 0, [[timestamp]], NULL, 'maxusersperpage', '100', NULL),
(39, 0, [[timestamp]], NULL, 'enablegravatar', '0', NULL),
(40, 0, [[timestamp]], NULL, 'gravatardefaulturl', 'mm', NULL),
(41, 0, [[timestamp]], NULL, 'agedigitalconsentverification', '0', NULL),
(42, 0, [[timestamp]], 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, [[timestamp]], NULL, 'sitepolicy', '', NULL),
(44, 0, [[timestamp]], NULL, 'sitepolicyguest', '', NULL),
(45, 0, [[timestamp]], 'moodlecourse', 'visible', '1', NULL),
(46, 0, [[timestamp]], 'moodlecourse', 'downloadcontentsitedefault', '0', NULL),
(47, 0, [[timestamp]], 'moodlecourse', 'participantsperpage', '20', NULL),
(48, 0, [[timestamp]], 'moodlecourse', 'format', 'topics', NULL),
(49, 0, [[timestamp]], 'moodlecourse', 'maxsections', '52', NULL),
(50, 0, [[timestamp]], 'moodlecourse', 'numsections', '4', NULL),
(51, 0, [[timestamp]], 'moodlecourse', 'hiddensections', '1', NULL),
(52, 0, [[timestamp]], 'moodlecourse', 'coursedisplay', '0', NULL),
(53, 0, [[timestamp]], 'moodlecourse', 'courseenddateenabled', '1', NULL),
(54, 0, [[timestamp]], 'moodlecourse', 'courseduration', '31536000', NULL),
(55, 0, [[timestamp]], 'moodlecourse', 'lang', '', NULL),
(56, 0, [[timestamp]], 'moodlecourse', 'newsitems', '5', NULL),
(57, 0, [[timestamp]], 'moodlecourse', 'showgrades', '1', NULL),
(58, 0, [[timestamp]], 'moodlecourse', 'showreports', '0', NULL),
(59, 0, [[timestamp]], 'moodlecourse', 'showactivitydates', '1', NULL),
(60, 0, [[timestamp]], 'moodlecourse', 'maxbytes', '0', NULL),
(61, 0, [[timestamp]], 'moodlecourse', 'enablecompletion', '1', NULL),
(62, 0, [[timestamp]], 'moodlecourse', 'showcompletionconditions', '1', NULL),
(63, 0, [[timestamp]], 'moodlecourse', 'groupmode', '0', NULL),
(64, 0, [[timestamp]], 'moodlecourse', 'groupmodeforce', '0', NULL),
(65, 0, [[timestamp]], NULL, 'downloadcoursecontentallowed', '0', NULL),
(66, 0, [[timestamp]], NULL, 'maxsizeperdownloadcoursefile', '52428800', NULL),
(67, 0, [[timestamp]], NULL, 'enablecourserequests', '1', NULL),
(68, 0, [[timestamp]], NULL, 'defaultrequestcategory', '1', NULL),
(69, 0, [[timestamp]], NULL, 'lockrequestcategory', '0', NULL),
(70, 0, [[timestamp]], NULL, 'courserequestnotify', '', NULL),
(71, 0, [[timestamp]], NULL, 'activitychoosertabmode', '0', NULL),
(72, 0, [[timestamp]], NULL, 'activitychooseractivefooter', 'hidden', NULL),
(73, 0, [[timestamp]], 'backup', 'loglifetime', '30', NULL),
(74, 0, [[timestamp]], 'backup', 'backup_general_users', '1', NULL),
(75, 0, [[timestamp]], 'backup', 'backup_general_users_locked', '', NULL),
(76, 0, [[timestamp]], 'backup', 'backup_general_anonymize', '0', NULL),
(77, 0, [[timestamp]], 'backup', 'backup_general_anonymize_locked', '', NULL),
(78, 0, [[timestamp]], 'backup', 'backup_general_role_assignments', '1', NULL),
(79, 0, [[timestamp]], 'backup', 'backup_general_role_assignments_locked', '', NULL),
(80, 0, [[timestamp]], 'backup', 'backup_general_activities', '1', NULL),
(81, 0, [[timestamp]], 'backup', 'backup_general_activities_locked', '', NULL),
(82, 0, [[timestamp]], 'backup', 'backup_general_blocks', '1', NULL),
(83, 0, [[timestamp]], 'backup', 'backup_general_blocks_locked', '', NULL),
(84, 0, [[timestamp]], 'backup', 'backup_general_files', '1', NULL),
(85, 0, [[timestamp]], 'backup', 'backup_general_files_locked', '', NULL),
(86, 0, [[timestamp]], 'backup', 'backup_general_filters', '1', NULL),
(87, 0, [[timestamp]], 'backup', 'backup_general_filters_locked', '', NULL),
(88, 0, [[timestamp]], 'backup', 'backup_general_comments', '1', NULL),
(89, 0, [[timestamp]], 'backup', 'backup_general_comments_locked', '', NULL),
(90, 0, [[timestamp]], 'backup', 'backup_general_badges', '1', NULL),
(91, 0, [[timestamp]], 'backup', 'backup_general_badges_locked', '', NULL),
(92, 0, [[timestamp]], 'backup', 'backup_general_calendarevents', '1', NULL),
(93, 0, [[timestamp]], 'backup', 'backup_general_calendarevents_locked', '', NULL),
(94, 0, [[timestamp]], 'backup', 'backup_general_userscompletion', '1', NULL),
(95, 0, [[timestamp]], 'backup', 'backup_general_userscompletion_locked', '', NULL),
(96, 0, [[timestamp]], 'backup', 'backup_general_logs', '0', NULL),
(97, 0, [[timestamp]], 'backup', 'backup_general_logs_locked', '', NULL),
(98, 0, [[timestamp]], 'backup', 'backup_general_histories', '0', NULL),
(99, 0, [[timestamp]], 'backup', 'backup_general_histories_locked', '', NULL),
(100, 0, [[timestamp]], 'backup', 'backup_general_questionbank', '1', NULL),
(101, 0, [[timestamp]], 'backup', 'backup_general_questionbank_locked', '', NULL),
(102, 0, [[timestamp]], 'backup', 'backup_general_groups', '1', NULL),
(103, 0, [[timestamp]], 'backup', 'backup_general_groups_locked', '', NULL),
(104, 0, [[timestamp]], 'backup', 'backup_general_competencies', '1', NULL),
(105, 0, [[timestamp]], 'backup', 'backup_general_competencies_locked', '', NULL),
(106, 0, [[timestamp]], 'backup', 'backup_general_contentbankcontent', '1', NULL),
(107, 0, [[timestamp]], 'backup', 'backup_general_contentbankcontent_locked', '', NULL),
(108, 0, [[timestamp]], 'backup', 'backup_general_legacyfiles', '1', NULL),
(109, 0, [[timestamp]], 'backup', 'backup_general_legacyfiles_locked', '', NULL),
(110, 0, [[timestamp]], 'backup', 'import_general_maxresults', '10', NULL),
(111, 0, [[timestamp]], 'backup', 'import_general_duplicate_admin_allowed', '0', NULL),
(112, 0, [[timestamp]], 'backup', 'backup_import_permissions', '0', NULL),
(113, 0, [[timestamp]], 'backup', 'backup_import_permissions_locked', '', NULL),
(114, 0, [[timestamp]], 'backup', 'backup_import_activities', '1', NULL),
(115, 0, [[timestamp]], 'backup', 'backup_import_activities_locked', '', NULL),
(116, 0, [[timestamp]], 'backup', 'backup_import_blocks', '1', NULL),
(117, 0, [[timestamp]], 'backup', 'backup_import_blocks_locked', '', NULL),
(118, 0, [[timestamp]], 'backup', 'backup_import_filters', '1', NULL),
(119, 0, [[timestamp]], 'backup', 'backup_import_filters_locked', '', NULL),
(120, 0, [[timestamp]], 'backup', 'backup_import_calendarevents', '1', NULL),
(121, 0, [[timestamp]], 'backup', 'backup_import_calendarevents_locked', '', NULL),
(122, 0, [[timestamp]], 'backup', 'backup_import_questionbank', '1', NULL),
(123, 0, [[timestamp]], 'backup', 'backup_import_questionbank_locked', '', NULL),
(124, 0, [[timestamp]], 'backup', 'backup_import_groups', '1', NULL),
(125, 0, [[timestamp]], 'backup', 'backup_import_groups_locked', '', NULL),
(126, 0, [[timestamp]], 'backup', 'backup_import_competencies', '1', NULL),
(127, 0, [[timestamp]], 'backup', 'backup_import_competencies_locked', '', NULL),
(128, 0, [[timestamp]], 'backup', 'backup_import_contentbankcontent', '1', NULL),
(129, 0, [[timestamp]], 'backup', 'backup_import_contentbankcontent_locked', '', NULL),
(130, 0, [[timestamp]], 'backup', 'backup_import_legacyfiles', '1', NULL),
(131, 0, [[timestamp]], 'backup', 'backup_import_legacyfiles_locked', '', NULL),
(132, 0, [[timestamp]], 'backup', 'backup_auto_active', '0', NULL),
(133, 0, [[timestamp]], 'backup', 'backup_auto_weekdays', '0000000', NULL),
(134, 0, [[timestamp]], 'backup', 'backup_auto_hour', '0', NULL),
(135, 0, [[timestamp]], 'backup', 'backup_auto_minute', '0', NULL),
(136, 0, [[timestamp]], 'backup', 'backup_auto_storage', '0', NULL),
(137, 0, [[timestamp]], 'backup', 'backup_auto_destination', '', NULL),
(138, 0, [[timestamp]], 'backup', 'backup_auto_max_kept', '1', NULL),
(139, 0, [[timestamp]], 'backup', 'backup_auto_delete_days', '0', NULL),
(140, 0, [[timestamp]], 'backup', 'backup_auto_min_kept', '0', NULL),
(141, 0, [[timestamp]], 'backup', 'backup_shortname', '0', NULL),
(142, 0, [[timestamp]], 'backup', 'backup_auto_skip_hidden', '1', NULL),
(143, 0, [[timestamp]], 'backup', 'backup_auto_skip_modif_days', '30', NULL),
(144, 0, [[timestamp]], 'backup', 'backup_auto_skip_modif_prev', '0', NULL),
(145, 0, [[timestamp]], 'backup', 'backup_auto_users', '1', NULL),
(146, 0, [[timestamp]], 'backup', 'backup_auto_role_assignments', '1', NULL),
(147, 0, [[timestamp]], 'backup', 'backup_auto_activities', '1', NULL),
(148, 0, [[timestamp]], 'backup', 'backup_auto_blocks', '1', NULL),
(149, 0, [[timestamp]], 'backup', 'backup_auto_files', '1', NULL),
(150, 0, [[timestamp]], 'backup', 'backup_auto_filters', '1', NULL),
(151, 0, [[timestamp]], 'backup', 'backup_auto_comments', '1', NULL),
(152, 0, [[timestamp]], 'backup', 'backup_auto_badges', '1', NULL),
(153, 0, [[timestamp]], 'backup', 'backup_auto_calendarevents', '1', NULL),
(154, 0, [[timestamp]], 'backup', 'backup_auto_userscompletion', '1', NULL),
(155, 0, [[timestamp]], 'backup', 'backup_auto_logs', '0', NULL),
(156, 0, [[timestamp]], 'backup', 'backup_auto_histories', '0', NULL),
(157, 0, [[timestamp]], 'backup', 'backup_auto_questionbank', '1', NULL),
(158, 0, [[timestamp]], 'backup', 'backup_auto_groups', '1', NULL),
(159, 0, [[timestamp]], 'backup', 'backup_auto_competencies', '1', NULL),
(160, 0, [[timestamp]], 'backup', 'backup_auto_contentbankcontent', '1', NULL),
(161, 0, [[timestamp]], 'backup', 'backup_auto_legacyfiles', '1', NULL),
(162, 0, [[timestamp]], 'restore', 'restore_general_users', '1', NULL),
(163, 0, [[timestamp]], 'restore', 'restore_general_users_locked', '', NULL),
(164, 0, [[timestamp]], 'restore', 'restore_general_enrolments', '1', NULL),
(165, 0, [[timestamp]], 'restore', 'restore_general_enrolments_locked', '', NULL),
(166, 0, [[timestamp]], 'restore', 'restore_general_role_assignments', '1', NULL),
(167, 0, [[timestamp]], 'restore', 'restore_general_role_assignments_locked', '', NULL),
(168, 0, [[timestamp]], 'restore', 'restore_general_permissions', '1', NULL),
(169, 0, [[timestamp]], 'restore', 'restore_general_permissions_locked', '', NULL),
(170, 0, [[timestamp]], 'restore', 'restore_general_activities', '1', NULL),
(171, 0, [[timestamp]], 'restore', 'restore_general_activities_locked', '', NULL),
(172, 0, [[timestamp]], 'restore', 'restore_general_blocks', '1', NULL),
(173, 0, [[timestamp]], 'restore', 'restore_general_blocks_locked', '', NULL),
(174, 0, [[timestamp]], 'restore', 'restore_general_filters', '1', NULL),
(175, 0, [[timestamp]], 'restore', 'restore_general_filters_locked', '', NULL),
(176, 0, [[timestamp]], 'restore', 'restore_general_comments', '1', NULL),
(177, 0, [[timestamp]], 'restore', 'restore_general_comments_locked', '', NULL),
(178, 0, [[timestamp]], 'restore', 'restore_general_badges', '1', NULL),
(179, 0, [[timestamp]], 'restore', 'restore_general_badges_locked', '', NULL),
(180, 0, [[timestamp]], 'restore', 'restore_general_calendarevents', '1', NULL),
(181, 0, [[timestamp]], 'restore', 'restore_general_calendarevents_locked', '', NULL),
(182, 0, [[timestamp]], 'restore', 'restore_general_userscompletion', '1', NULL),
(183, 0, [[timestamp]], 'restore', 'restore_general_userscompletion_locked', '', NULL),
(184, 0, [[timestamp]], 'restore', 'restore_general_logs', '1', NULL),
(185, 0, [[timestamp]], 'restore', 'restore_general_logs_locked', '', NULL),
(186, 0, [[timestamp]], 'restore', 'restore_general_histories', '1', NULL),
(187, 0, [[timestamp]], 'restore', 'restore_general_histories_locked', '', NULL),
(188, 0, [[timestamp]], 'restore', 'restore_general_groups', '1', NULL),
(189, 0, [[timestamp]], 'restore', 'restore_general_groups_locked', '', NULL),
(190, 0, [[timestamp]], 'restore', 'restore_general_competencies', '1', NULL),
(191, 0, [[timestamp]], 'restore', 'restore_general_competencies_locked', '', NULL),
(192, 0, [[timestamp]], 'restore', 'restore_general_contentbankcontent', '1', NULL),
(193, 0, [[timestamp]], 'restore', 'restore_general_contentbankcontent_locked', '', NULL),
(194, 0, [[timestamp]], 'restore', 'restore_general_legacyfiles', '1', NULL),
(195, 0, [[timestamp]], 'restore', 'restore_general_legacyfiles_locked', '', NULL),
(196, 0, [[timestamp]], 'restore', 'restore_merge_overwrite_conf', '0', NULL),
(197, 0, [[timestamp]], 'restore', 'restore_merge_overwrite_conf_locked', '', NULL),
(198, 0, [[timestamp]], 'restore', 'restore_merge_course_fullname', '1', NULL),
(199, 0, [[timestamp]], 'restore', 'restore_merge_course_fullname_locked', '', NULL),
(200, 0, [[timestamp]], 'restore', 'restore_merge_course_shortname', '1', NULL),
(201, 0, [[timestamp]], 'restore', 'restore_merge_course_shortname_locked', '', NULL),
(202, 0, [[timestamp]], 'restore', 'restore_merge_course_startdate', '1', NULL),
(203, 0, [[timestamp]], 'restore', 'restore_merge_course_startdate_locked', '', NULL),
(204, 0, [[timestamp]], 'restore', 'restore_replace_overwrite_conf', '0', NULL),
(205, 0, [[timestamp]], 'restore', 'restore_replace_overwrite_conf_locked', '', NULL),
(206, 0, [[timestamp]], 'restore', 'restore_replace_course_fullname', '1', NULL),
(207, 0, [[timestamp]], 'restore', 'restore_replace_course_fullname_locked', '', NULL),
(208, 0, [[timestamp]], 'restore', 'restore_replace_course_shortname', '1', NULL),
(209, 0, [[timestamp]], 'restore', 'restore_replace_course_shortname_locked', '', NULL),
(210, 0, [[timestamp]], 'restore', 'restore_replace_course_startdate', '1', NULL),
(211, 0, [[timestamp]], 'restore', 'restore_replace_course_startdate_locked', '', NULL),
(212, 0, [[timestamp]], 'restore', 'restore_replace_keep_roles_and_enrolments', '0', NULL),
(213, 0, [[timestamp]], 'restore', 'restore_replace_keep_roles_and_enrolments_locked', '', NULL),
(214, 0, [[timestamp]], 'restore', 'restore_replace_keep_groups_and_groupings', '0', NULL),
(215, 0, [[timestamp]], 'restore', 'restore_replace_keep_groups_and_groupings_locked', '', NULL),
(216, 0, [[timestamp]], NULL, 'enableasyncbackup', '0', NULL),
(217, 0, [[timestamp]], 'backup', 'backup_async_message_users', '0', NULL),
(218, 0, [[timestamp]], 'backup', 'backup_async_message_subject', 'Moodle {operation} completed successfully', NULL),
(219, 0, [[timestamp]], 'backup', 'backup_async_message', 'Your {operation} (ID: {backupid}) has completed successfully. You can access it here: <a href="{link}">{link}</a>.', NULL),
(220, 0, [[timestamp]], NULL, 'grade_profilereport', 'user', NULL),
(221, 0, [[timestamp]], NULL, 'grade_aggregationposition', '1', NULL),
(222, 0, [[timestamp]], NULL, 'grade_includescalesinaggregation', '1', NULL),
(223, 0, [[timestamp]], NULL, 'grade_hiddenasdate', '0', NULL),
(224, 0, [[timestamp]], NULL, 'gradepublishing', '0', NULL),
(225, 0, [[timestamp]], NULL, 'grade_export_exportfeedback', '0', NULL),
(226, 0, [[timestamp]], NULL, 'grade_export_displaytype', '1', NULL),
(227, 0, [[timestamp]], NULL, 'grade_export_decimalpoints', '2', NULL),
(228, 0, [[timestamp]], NULL, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email', NULL),
(229, 0, [[timestamp]], NULL, 'grade_export_customprofilefields', '', NULL),
(230, 0, [[timestamp]], NULL, 'recovergradesdefault', '0', NULL),
(231, 0, [[timestamp]], NULL, 'gradeexport', '', NULL),
(232, 0, [[timestamp]], NULL, 'unlimitedgrades', '0', NULL),
(233, 0, [[timestamp]], NULL, 'grade_report_showmin', '1', NULL),
(234, 0, [[timestamp]], NULL, 'gradepointmax', '100', NULL),
(235, 0, [[timestamp]], NULL, 'gradepointdefault', '100', NULL),
(236, 0, [[timestamp]], NULL, 'grade_minmaxtouse', '1', NULL),
(237, 0, [[timestamp]], NULL, 'grade_mygrades_report', 'overview', NULL),
(238, 0, [[timestamp]], NULL, 'gradereport_mygradeurl', '', NULL),
(239, 0, [[timestamp]], NULL, 'grade_hideforcedsettings', '1', NULL),
(240, 0, [[timestamp]], NULL, 'grade_aggregation', '13', NULL),
(241, 0, [[timestamp]], NULL, 'grade_aggregation_flag', '0', NULL),
(242, 0, [[timestamp]], NULL, 'grade_aggregations_visible', '13', NULL),
(243, 0, [[timestamp]], NULL, 'grade_aggregateonlygraded', '1', NULL),
(244, 0, [[timestamp]], NULL, 'grade_aggregateonlygraded_flag', '2', NULL),
(245, 0, [[timestamp]], NULL, 'grade_aggregateoutcomes', '0', NULL),
(246, 0, [[timestamp]], NULL, 'grade_aggregateoutcomes_flag', '2', NULL),
(247, 0, [[timestamp]], NULL, 'grade_keephigh', '0', NULL),
(248, 0, [[timestamp]], NULL, 'grade_keephigh_flag', '3', NULL),
(249, 0, [[timestamp]], NULL, 'grade_droplow', '0', NULL),
(250, 0, [[timestamp]], NULL, 'grade_droplow_flag', '2', NULL),
(251, 0, [[timestamp]], NULL, 'grade_overridecat', '1', NULL),
(252, 0, [[timestamp]], NULL, 'grade_displaytype', '1', NULL),
(253, 0, [[timestamp]], NULL, 'grade_decimalpoints', '2', NULL),
(254, 0, [[timestamp]], NULL, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime', NULL),
(255, 0, [[timestamp]], NULL, 'grade_report_studentsperpage', '100', NULL),
(256, 0, [[timestamp]], NULL, 'grade_report_showonlyactiveenrol', '1', NULL),
(257, 0, [[timestamp]], NULL, 'grade_report_quickgrading', '1', NULL),
(258, 0, [[timestamp]], NULL, 'grade_report_showquickfeedback', '0', NULL),
(259, 0, [[timestamp]], NULL, 'grade_report_meanselection', '1', NULL),
(260, 0, [[timestamp]], NULL, 'grade_report_enableajax', '0', NULL),
(261, 0, [[timestamp]], NULL, 'grade_report_showcalculations', '1', NULL),
(262, 0, [[timestamp]], NULL, 'grade_report_showeyecons', '0', NULL),
(263, 0, [[timestamp]], NULL, 'grade_report_showaverages', '1', NULL),
(264, 0, [[timestamp]], NULL, 'grade_report_showlocks', '0', NULL),
(265, 0, [[timestamp]], NULL, 'grade_report_showranges', '0', NULL),
(266, 0, [[timestamp]], NULL, 'grade_report_showanalysisicon', '1', NULL),
(267, 0, [[timestamp]], NULL, 'grade_report_showuserimage', '1', NULL),
(268, 0, [[timestamp]], NULL, 'grade_report_showactivityicons', '1', NULL),
(269, 0, [[timestamp]], NULL, 'grade_report_shownumberofgrades', '0', NULL),
(270, 0, [[timestamp]], NULL, 'grade_report_averagesdisplaytype', 'inherit', NULL),
(271, 0, [[timestamp]], NULL, 'grade_report_rangesdisplaytype', 'inherit', NULL),
(272, 0, [[timestamp]], NULL, 'grade_report_averagesdecimalpoints', 'inherit', NULL),
(273, 0, [[timestamp]], NULL, 'grade_report_rangesdecimalpoints', 'inherit', NULL),
(274, 0, [[timestamp]], NULL, 'grade_report_historyperpage', '50', NULL),
(275, 0, [[timestamp]], NULL, 'grade_report_overview_showrank', '0', NULL),
(276, 0, [[timestamp]], NULL, 'grade_report_overview_showtotalsifcontainhidden', '0', NULL),
(277, 0, [[timestamp]], NULL, 'grade_report_user_showrank', '0', NULL),
(278, 0, [[timestamp]], NULL, 'grade_report_user_showpercentage', '1', NULL),
(279, 0, [[timestamp]], NULL, 'grade_report_user_showgrade', '1', NULL),
(280, 0, [[timestamp]], NULL, 'grade_report_user_showfeedback', '1', NULL),
(281, 0, [[timestamp]], NULL, 'grade_report_user_showrange', '1', NULL),
(282, 0, [[timestamp]], NULL, 'grade_report_user_showweight', '1', NULL),
(283, 0, [[timestamp]], NULL, 'grade_report_user_showaverage', '0', NULL),
(284, 0, [[timestamp]], NULL, 'grade_report_user_showlettergrade', '0', NULL),
(285, 0, [[timestamp]], NULL, 'grade_report_user_rangedecimals', '0', NULL),
(286, 0, [[timestamp]], NULL, 'grade_report_user_showhiddenitems', '1', NULL),
(287, 0, [[timestamp]], NULL, 'grade_report_user_showtotalsifcontainhidden', '0', NULL),
(288, 0, [[timestamp]], NULL, 'grade_report_user_showcontributiontocoursetotal', '1', NULL),
(289, 0, [[timestamp]], 'analytics', 'modeinstruction', '', NULL),
(290, 0, [[timestamp]], 'analytics', 'percentonline', '0', NULL),
(291, 0, [[timestamp]], 'analytics', 'typeinstitution', '', NULL),
(292, 0, [[timestamp]], 'analytics', 'levelinstitution', '', NULL),
(293, 0, [[timestamp]], 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor', NULL),
(294, 0, [[timestamp]], 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range', NULL),
(295, 0, [[timestamp]], 'analytics', 'modeloutputdir', '', NULL),
(296, 0, [[timestamp]], 'analytics', 'onlycli', '1', NULL),
(297, 0, [[timestamp]], 'analytics', 'modeltimelimit', '1200', NULL),
(298, 0, [[timestamp]], 'analytics', 'calclifetime', '35', NULL),
(299, 0, [[timestamp]], NULL, 'badges_defaultissuername', '', NULL),
(300, 0, [[timestamp]], NULL, 'badges_defaultissuercontact', '', NULL),
(301, 0, [[timestamp]], NULL, 'badges_badgesalt', 'badges[[timestamp]]', NULL),
(302, 0, [[timestamp]], NULL, 'badges_allowcoursebadges', '1', NULL),
(303, 0, [[timestamp]], NULL, 'badges_allowexternalbackpack', '1', NULL),
(304, 0, [[timestamp]], NULL, 'rememberuserlicensepref', '1', NULL),
(305, 0, [[timestamp]], NULL, 'timezone', 'America/New_York', NULL),
(306, 0, [[timestamp]], NULL, 'forcetimezone', '99', NULL),
(307, 0, [[timestamp]], NULL, 'country', '0', NULL),
(308, 0, [[timestamp]], NULL, 'defaultcity', '', NULL),
(309, 0, [[timestamp]], NULL, 'geoip2file', '[[softdatadir]]/geoip/GeoLite2-City.mmdb', NULL),
(310, 0, [[timestamp]], NULL, 'googlemapkey3', '', NULL),
(311, 0, [[timestamp]], NULL, 'allcountrycodes', '', NULL),
(312, 0, [[timestamp]], NULL, 'geopluginapikey', '', NULL),
(313, 0, [[timestamp]], NULL, 'autolang', '1', NULL),
(314, 0, [[timestamp]], NULL, 'lang', 'en', NULL),
(315, 0, [[timestamp]], NULL, 'autolangusercreation', '1', NULL),
(316, 0, [[timestamp]], NULL, 'langmenu', '1', NULL),
(317, 0, [[timestamp]], NULL, 'langlist', '', NULL),
(318, 0, [[timestamp]], NULL, 'langcache', '1', NULL),
(319, 0, [[timestamp]], NULL, 'langstringcache', '1', NULL),
(320, 0, [[timestamp]], NULL, 'locale', '', NULL),
(321, 0, [[timestamp]], NULL, 'latinexcelexport', '0', NULL),
(322, 0, [[timestamp]], NULL, 'messagingallusers', '0', NULL),
(323, 0, [[timestamp]], NULL, 'messagingdefaultpressenter', '1', NULL),
(324, 0, [[timestamp]], NULL, 'messagingdeletereadnotificationsdelay', '604800', NULL),
(325, 0, [[timestamp]], NULL, 'messagingdeleteallnotificationsdelay', '2620800', NULL),
(326, 0, [[timestamp]], NULL, 'messagingallowemailoverride', '0', NULL),
(327, 0, [[timestamp]], NULL, 'requiremodintro', '0', NULL),
(328, 0, [[timestamp]], 'antivirus', 'notifyemail', '', NULL),
(329, 0, [[timestamp]], 'antivirus', 'notifylevel', '2', NULL),
(330, 0, [[timestamp]], 'antivirus', 'threshold', '1200', NULL),
(331, 0, [[timestamp]], 'antivirus', 'enablequarantine', '0', NULL),
(332, 0, [[timestamp]], 'antivirus', 'quarantinetime', '2419200', NULL),
(333, 0, [[timestamp]], NULL, 'registerauth', '', NULL),
(334, 0, [[timestamp]], NULL, 'authloginviaemail', '0', NULL),
(335, 0, [[timestamp]], NULL, 'allowaccountssameemail', '0', NULL),
(336, 0, [[timestamp]], NULL, 'authpreventaccountcreation', '0', NULL),
(337, 0, [[timestamp]], NULL, 'loginpageautofocus', '0', NULL),
(338, 0, [[timestamp]], NULL, 'guestloginbutton', '1', NULL),
(339, 0, [[timestamp]], NULL, 'limitconcurrentlogins', '0', NULL),
(340, 0, [[timestamp]], NULL, 'alternateloginurl', '', NULL),
(341, 0, [[timestamp]], NULL, 'forgottenpasswordurl', '', NULL),
(342, 0, [[timestamp]], NULL, 'auth_instructions', '', NULL),
(343, 0, [[timestamp]], NULL, 'allowemailaddresses', '', NULL),
(344, 0, [[timestamp]], NULL, 'denyemailaddresses', '', NULL),
(345, 0, [[timestamp]], NULL, 'verifychangedemail', '1', NULL),
(346, 0, [[timestamp]], NULL, 'recaptchapublickey', '', NULL),
(347, 0, [[timestamp]], NULL, 'recaptchaprivatekey', '', NULL),
(348, 0, [[timestamp]], 'cachestore_apcu', 'testperformance', '0', NULL),
(349, 0, [[timestamp]], 'cachestore_memcached', 'testservers', '', NULL),
(350, 0, [[timestamp]], 'cachestore_mongodb', 'testserver', '', NULL),
(351, 0, [[timestamp]], 'cachestore_redis', 'test_server', '', NULL),
(352, 0, [[timestamp]], 'cachestore_redis', 'test_password', '', NULL),
(353, 0, [[timestamp]], 'cachestore_redis', 'test_ttl', '0', NULL),
(354, 0, [[timestamp]], NULL, 'filteruploadedfiles', '0', NULL),
(355, 0, [[timestamp]], NULL, 'filtermatchoneperpage', '0', NULL),
(356, 0, [[timestamp]], NULL, 'filtermatchonepertext', '0', NULL),
(357, 0, [[timestamp]], NULL, 'filternavigationwithsystemcontext', '0', NULL),
(358, 0, [[timestamp]], NULL, 'media_default_width', '640', NULL),
(359, 0, [[timestamp]], NULL, 'media_default_height', '360', NULL),
(360, 0, [[timestamp]], NULL, 'portfolio_moderate_filesize_threshold', '1048576', NULL),
(361, 0, [[timestamp]], NULL, 'portfolio_high_filesize_threshold', '5242880', NULL),
(362, 0, [[timestamp]], NULL, 'portfolio_moderate_db_threshold', '20', NULL),
(363, 0, [[timestamp]], NULL, 'portfolio_high_db_threshold', '50', NULL),
(364, 0, [[timestamp]], 'question_preview', 'behaviour', 'deferredfeedback', NULL),
(365, 0, [[timestamp]], 'question_preview', 'correctness', '1', NULL),
(366, 0, [[timestamp]], 'question_preview', 'marks', '2', NULL),
(367, 0, [[timestamp]], 'question_preview', 'markdp', '2', NULL),
(368, 0, [[timestamp]], 'question_preview', 'feedback', '1', NULL),
(369, 0, [[timestamp]], 'question_preview', 'generalfeedback', '1', NULL),
(370, 0, [[timestamp]], 'question_preview', 'rightanswer', '1', NULL),
(371, 0, [[timestamp]], 'question_preview', 'history', '0', NULL),
(372, 0, [[timestamp]], NULL, 'repositorycacheexpire', '120', NULL),
(373, 0, [[timestamp]], NULL, 'repositorygetfiletimeout', '30', NULL),
(374, 0, [[timestamp]], NULL, 'repositorysyncfiletimeout', '1', NULL),
(375, 0, [[timestamp]], NULL, 'repositorysyncimagetimeout', '3', NULL),
(376, 0, [[timestamp]], NULL, 'repositoryallowexternallinks', '1', NULL),
(377, 0, [[timestamp]], NULL, 'legacyfilesinnewcourses', '0', NULL),
(378, 0, [[timestamp]], NULL, 'legacyfilesaddallowed', '1', NULL),
(379, 0, [[timestamp]], NULL, 'searchengine', 'simpledb', NULL),
(380, 0, [[timestamp]], NULL, 'searchindexwhendisabled', '0', NULL),
(381, 0, [[timestamp]], NULL, 'searchindextime', '600', NULL),
(382, 0, [[timestamp]], NULL, 'searchallavailablecourses', '0', NULL),
(383, 0, [[timestamp]], NULL, 'searchincludeallcourses', '0', NULL),
(384, 0, [[timestamp]], NULL, 'searchenablecategories', '0', NULL),
(385, 0, [[timestamp]], NULL, 'searchdefaultcategory', 'core-all', NULL),
(386, 0, [[timestamp]], NULL, 'searchhideallcategory', '0', NULL),
(387, 0, [[timestamp]], NULL, 'searchmaxtopresults', '3', NULL),
(388, 0, [[timestamp]], NULL, 'searchteacherroles', '', NULL),
(389, 0, [[timestamp]], NULL, 'searchenginequeryonly', '', NULL),
(390, 0, [[timestamp]], NULL, 'searchbannerenable', '0', NULL),
(391, 0, [[timestamp]], NULL, 'searchbanner', '', NULL),
(392, 0, [[timestamp]], NULL, 'allowbeforeblock', '0', NULL),
(393, 0, [[timestamp]], NULL, 'allowedip', '', NULL),
(394, 0, [[timestamp]], NULL, 'blockedip', '', NULL),
(395, 0, [[timestamp]], NULL, 'protectusernames', '1', NULL),
(396, 0, [[timestamp]], NULL, 'forcelogin', '0', NULL),
(397, 0, [[timestamp]], NULL, 'forceloginforprofiles', '1', NULL),
(398, 0, [[timestamp]], NULL, 'forceloginforprofileimage', '0', NULL),
(399, 0, [[timestamp]], NULL, 'opentowebcrawlers', '0', NULL),
(400, 0, [[timestamp]], NULL, 'allowindexing', '0', NULL),
(401, 0, [[timestamp]], NULL, 'maxbytes', '0', NULL),
(402, 0, [[timestamp]], NULL, 'userquota', '104857600', NULL),
(403, 0, [[timestamp]], NULL, 'allowobjectembed', '0', NULL),
(404, 0, [[timestamp]], NULL, 'enabletrusttext', '0', NULL),
(405, 0, [[timestamp]], NULL, 'maxeditingtime', '1800', NULL),
(406, 0, [[timestamp]], NULL, 'extendedusernamechars', '0', NULL),
(407, 0, [[timestamp]], NULL, 'keeptagnamecase', '1', NULL),
(408, 0, [[timestamp]], NULL, 'profilesforenrolledusersonly', '1', NULL),
(409, 0, [[timestamp]], NULL, 'cronclionly', '1', NULL),
(410, 0, [[timestamp]], NULL, 'cronremotepassword', '', NULL),
(411, 0, [[timestamp]], 'tool_task', 'enablerunnow', '1', NULL),
(412, 0, [[timestamp]], NULL, 'lockoutthreshold', '0', NULL),
(413, 0, [[timestamp]], NULL, 'lockoutwindow', '1800', NULL),
(414, 0, [[timestamp]], NULL, 'lockoutduration', '1800', NULL),
(415, 0, [[timestamp]], NULL, 'passwordpolicy', '1', NULL),
(416, 0, [[timestamp]], NULL, 'minpasswordlength', '8', NULL),
(417, 0, [[timestamp]], NULL, 'minpassworddigits', '1', NULL),
(418, 0, [[timestamp]], NULL, 'minpasswordlower', '1', NULL),
(419, 0, [[timestamp]], NULL, 'minpasswordupper', '1', NULL),
(420, 0, [[timestamp]], NULL, 'minpasswordnonalphanum', '1', NULL),
(421, 0, [[timestamp]], NULL, 'maxconsecutiveidentchars', '0', NULL),
(422, 0, [[timestamp]], NULL, 'passwordpolicycheckonlogin', '0', NULL),
(423, 0, [[timestamp]], NULL, 'passwordreuselimit', '0', NULL),
(424, 0, [[timestamp]], NULL, 'pwresettime', '1800', NULL),
(425, 0, [[timestamp]], NULL, 'passwordchangelogout', '0', NULL),
(426, 0, [[timestamp]], NULL, 'passwordchangetokendeletion', '0', NULL),
(427, 0, [[timestamp]], NULL, 'tokenduration', '7257600', NULL),
(428, 0, [[timestamp]], NULL, 'groupenrolmentkeypolicy', '1', NULL),
(429, 0, [[timestamp]], NULL, 'disableuserimages', '0', NULL),
(430, 0, [[timestamp]], NULL, 'emailchangeconfirmation', '1', NULL),
(431, 0, [[timestamp]], NULL, 'rememberusername', '2', NULL),
(432, 0, [[timestamp]], NULL, 'strictformsrequired', '0', NULL),
(433, 0, [[timestamp]], '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, [[timestamp]], NULL, 'cookiesecure', '1', NULL),
(435, 0, [[timestamp]], NULL, 'cookiehttponly', '0', NULL),
(436, 0, [[timestamp]], NULL, 'allowframembedding', '0', NULL),
(437, 0, [[timestamp]], 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, [[timestamp]], NULL, 'curlsecurityallowedport', '443\n80', NULL),
(439, 0, [[timestamp]], NULL, 'referrerpolicy', 'default', NULL),
(440, 0, [[timestamp]], NULL, 'displayloginfailures', '0', NULL),
(441, 0, [[timestamp]], NULL, 'notifyloginfailures', '', NULL),
(442, 0, [[timestamp]], NULL, 'notifyloginthreshold', '10', NULL),
(443, 0, [[timestamp]], NULL, 'themelist', '', NULL),
(444, 0, [[timestamp]], NULL, 'themedesignermode', '0', NULL),
(445, 0, [[timestamp]], NULL, 'allowuserthemes', '0', NULL),
(446, 0, [[timestamp]], NULL, 'allowcoursethemes', '0', NULL),
(447, 0, [[timestamp]], NULL, 'allowcategorythemes', '0', NULL),
(448, 0, [[timestamp]], NULL, 'allowcohortthemes', '0', NULL),
(449, 0, [[timestamp]], NULL, 'allowthemechangeonurl', '0', NULL),
(450, 0, [[timestamp]], NULL, 'allowuserblockhiding', '1', NULL),
(451, 0, [[timestamp]], NULL, 'langmenuinsecurelayout', '0', NULL),
(452, 0, [[timestamp]], NULL, 'logininfoinsecurelayout', '0', NULL),
(453, 0, [[timestamp]], NULL, 'custommenuitems', '', NULL),
(454, 0, [[timestamp]], 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, [[timestamp]], NULL, 'enabledevicedetection', '1', NULL),
(456, 0, [[timestamp]], NULL, 'devicedetectregex', '[]', NULL),
(457, 0, [[timestamp]], 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links', NULL),
(458, 0, [[timestamp]], 'theme_boost', 'preset', 'default.scss', NULL),
(459, 0, [[timestamp]], 'theme_boost', 'presetfiles', '', NULL),
(460, 0, [[timestamp]], 'theme_boost', 'backgroundimage', '', NULL),
(461, 0, [[timestamp]], 'theme_boost', 'loginbackgroundimage', '', NULL),
(462, 0, [[timestamp]], 'theme_boost', 'brandcolor', '', NULL),
(463, 0, [[timestamp]], 'theme_boost', 'scsspre', '', NULL),
(464, 0, [[timestamp]], 'theme_boost', 'scss', '', NULL),
(465, 0, [[timestamp]], 'theme_classic', 'navbardark', '0', NULL),
(466, 0, [[timestamp]], 'theme_classic', 'unaddableblocks', '', NULL),
(467, 0, [[timestamp]], 'theme_classic', 'preset', 'default.scss', NULL),
(468, 0, [[timestamp]], 'theme_classic', 'presetfiles', '', NULL),
(469, 0, [[timestamp]], 'theme_classic', 'backgroundimage', '', NULL),
(470, 0, [[timestamp]], 'theme_classic', 'loginbackgroundimage', '', NULL),
(471, 0, [[timestamp]], 'theme_classic', 'brandcolor', '', NULL),
(472, 0, [[timestamp]], 'theme_classic', 'scsspre', '', NULL),
(473, 0, [[timestamp]], 'theme_classic', 'scss', '', NULL),
(474, 0, [[timestamp]], 'core_admin', 'logo', '', NULL),
(475, 0, [[timestamp]], 'core_admin', 'logocompact', '', NULL),
(476, 0, [[timestamp]], 'core_admin', 'favicon', '', NULL),
(477, 0, [[timestamp]], 'core_admin', 'coursecolor1', '#81ecec', NULL),
(478, 0, [[timestamp]], 'core_admin', 'coursecolor2', '#74b9ff', NULL),
(479, 0, [[timestamp]], 'core_admin', 'coursecolor3', '#a29bfe', NULL),
(480, 0, [[timestamp]], 'core_admin', 'coursecolor4', '#dfe6e9', NULL),
(481, 0, [[timestamp]], 'core_admin', 'coursecolor5', '#00b894', NULL),
(482, 0, [[timestamp]], 'core_admin', 'coursecolor6', '#0984e3', NULL),
(483, 0, [[timestamp]], 'core_admin', 'coursecolor7', '#b2bec3', NULL),
(484, 0, [[timestamp]], 'core_admin', 'coursecolor8', '#fdcb6e', NULL),
(485, 0, [[timestamp]], 'core_admin', 'coursecolor9', '#fd79a8', NULL),
(486, 0, [[timestamp]], 'core_admin', 'coursecolor10', '#6c5ce7', NULL),
(487, 0, [[timestamp]], NULL, 'calendartype', 'gregorian', NULL),
(488, 0, [[timestamp]], NULL, 'calendar_adminseesall', '0', NULL),
(489, 0, [[timestamp]], NULL, 'calendar_site_timeformat', '0', NULL),
(490, 0, [[timestamp]], NULL, 'calendar_startwday', '1', NULL),
(491, 0, [[timestamp]], NULL, 'calendar_weekend', '65', NULL),
(492, 0, [[timestamp]], NULL, 'calendar_lookahead', '21', NULL),
(493, 0, [[timestamp]], NULL, 'calendar_maxevents', '10', NULL),
(494, 0, [[timestamp]], NULL, 'enablecalendarexport', '1', NULL),
(495, 0, [[timestamp]], NULL, 'calendar_customexport', '1', NULL),
(496, 0, [[timestamp]], NULL, 'calendar_exportlookahead', '365', NULL),
(497, 0, [[timestamp]], NULL, 'calendar_exportlookback', '5', NULL),
(498, 0, [[timestamp]], NULL, 'calendar_exportsalt', '[[export_salt_old]]', NULL),
(499, 0, [[timestamp]], NULL, 'calendar_showicalsource', '1', NULL),
(500, 0, [[timestamp]], NULL, 'useblogassociations', '1', NULL),
(501, 0, [[timestamp]], NULL, 'bloglevel', '4', NULL),
(502, 0, [[timestamp]], NULL, 'useexternalblogs', '1', NULL),
(503, 0, [[timestamp]], NULL, 'externalblogcrontime', '86400', NULL),
(504, 0, [[timestamp]], NULL, 'maxexternalblogsperuser', '1', NULL),
(505, 0, [[timestamp]], NULL, 'blogusecomments', '1', NULL),
(506, 0, [[timestamp]], NULL, 'blogshowcommentscount', '1', NULL),
(507, 0, [[timestamp]], NULL, 'enabledashboard', '1', NULL),
(508, 0, [[timestamp]], NULL, 'defaulthomepage', '3', NULL),
(509, 0, [[timestamp]], NULL, 'navshowfullcoursenames', '0', NULL),
(510, 0, [[timestamp]], NULL, 'navshowcategories', '1', NULL),
(511, 0, [[timestamp]], NULL, 'navshowmycoursecategories', '0', NULL),
(512, 0, [[timestamp]], NULL, 'navshowallcourses', '0', NULL),
(513, 0, [[timestamp]], NULL, 'navsortmycoursessort', 'sortorder', NULL),
(514, 0, [[timestamp]], NULL, 'navsortmycourseshiddenlast', '1', NULL),
(515, 0, [[timestamp]], NULL, 'navcourselimit', '10', NULL),
(516, 0, [[timestamp]], NULL, 'usesitenameforsitepages', '0', NULL),
(517, 0, [[timestamp]], NULL, 'linkadmincategories', '1', NULL),
(518, 0, [[timestamp]], NULL, 'linkcoursesections', '1', NULL),
(519, 0, [[timestamp]], NULL, 'navshowfrontpagemods', '1', NULL),
(520, 0, [[timestamp]], NULL, 'navadduserpostslinks', '1', NULL),
(521, 0, [[timestamp]], NULL, 'sitenameintitle', 'shortname', NULL),
(522, 0, [[timestamp]], NULL, 'formatstringstriptags', '1', NULL),
(523, 0, [[timestamp]], 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, [[timestamp]], NULL, 'docroot', 'https://docs.moodle.org', NULL),
(525, 0, [[timestamp]], NULL, 'doclang', '', NULL),
(526, 0, [[timestamp]], NULL, 'doctonewwindow', '0', NULL),
(527, 0, [[timestamp]], NULL, 'coursecontactduplicates', '0', NULL),
(528, 0, [[timestamp]], NULL, 'courselistshortnames', '0', NULL),
(529, 0, [[timestamp]], NULL, 'coursesperpage', '20', NULL),
(530, 0, [[timestamp]], NULL, 'courseswithsummarieslimit', '10', NULL),
(531, 0, [[timestamp]], NULL, 'courseoverviewfileslimit', '1', NULL),
(532, 0, [[timestamp]], NULL, 'courseoverviewfilesext', 'web_image', NULL),
(533, 0, [[timestamp]], NULL, 'coursegraceperiodbefore', '0', NULL),
(534, 0, [[timestamp]], NULL, 'coursegraceperiodafter', '0', NULL),
(535, 0, [[timestamp]], NULL, 'useexternalyui', '0', NULL),
(536, 0, [[timestamp]], NULL, 'yuicomboloading', '1', NULL),
(537, 0, [[timestamp]], NULL, 'cachejs', '1', NULL),
(538, 0, [[timestamp]], NULL, 'additionalhtmlhead', '', NULL),
(539, 0, [[timestamp]], NULL, 'additionalhtmltopofbody', '', NULL),
(540, 0, [[timestamp]], NULL, 'additionalhtmlfooter', '', NULL),
(541, 0, [[timestamp]], NULL, 'cachetemplates', '1', NULL),
(542, 0, [[timestamp]], NULL, 'pathtophp', '', NULL),
(543, 0, [[timestamp]], NULL, 'pathtodu', '', NULL),
(544, 0, [[timestamp]], NULL, 'aspellpath', '', NULL),
(545, 0, [[timestamp]], NULL, 'pathtodot', '', NULL),
(546, 0, [[timestamp]], NULL, 'pathtogs', '/usr/bin/gs', NULL),
(547, 0, [[timestamp]], NULL, 'pathtopdftoppm', '', NULL),
(548, 0, [[timestamp]], NULL, 'pathtopython', '', NULL),
(549, 0, [[timestamp]], NULL, 'supportname', 'Admin User', NULL),
(550, 0, [[timestamp]], NULL, 'supportpage', '', NULL),
(551, 0, [[timestamp]], NULL, 'supportavailability', '1', NULL),
(552, 0, [[timestamp]], NULL, 'dbsessions', '0', NULL),
(553, 0, [[timestamp]], NULL, 'sessiontimeoutwarning', '1200', NULL),
(554, 0, [[timestamp]], NULL, 'sessioncookie', '', NULL),
(555, 0, [[timestamp]], NULL, 'sessioncookiepath', '', NULL),
(556, 0, [[timestamp]], NULL, 'sessioncookiedomain', '', NULL),
(557, 0, [[timestamp]], NULL, 'statsfirstrun', 'none', NULL),
(558, 0, [[timestamp]], NULL, 'statsmaxruntime', '0', NULL),
(559, 0, [[timestamp]], NULL, 'statsruntimedays', '31', NULL),
(560, 0, [[timestamp]], NULL, 'statsuserthreshold', '0', NULL),
(561, 0, [[timestamp]], NULL, 'slasharguments', '1', NULL),
(562, 0, [[timestamp]], NULL, 'getremoteaddrconf', '3', NULL),
(563, 0, [[timestamp]], NULL, 'reverseproxyignore', '', NULL),
(564, 0, [[timestamp]], NULL, 'proxyhost', '', NULL),
(565, 0, [[timestamp]], NULL, 'proxyport', '0', NULL),
(566, 0, [[timestamp]], NULL, 'proxytype', 'HTTP', NULL),
(567, 0, [[timestamp]], NULL, 'proxyuser', '', NULL),
(568, 0, [[timestamp]], NULL, 'proxypassword', '', NULL),
(569, 0, [[timestamp]], NULL, 'proxybypass', 'localhost, 127.0.0.1', NULL),
(570, 0, [[timestamp]], NULL, 'proxylogunsafe', '0', NULL),
(571, 0, [[timestamp]], NULL, 'proxyfixunsafe', '0', NULL),
(572, 0, [[timestamp]], NULL, 'maintenance_enabled', '0', NULL),
(573, 0, [[timestamp]], NULL, 'maintenance_message', '', NULL),
(574, 0, [[timestamp]], NULL, 'deleteunconfirmed', '168', NULL),
(575, 0, [[timestamp]], NULL, 'deleteincompleteusers', '0', NULL),
(576, 0, [[timestamp]], NULL, 'disablegradehistory', '0', NULL),
(577, 0, [[timestamp]], NULL, 'gradehistorylifetime', '0', NULL),
(578, 0, [[timestamp]], NULL, 'tempdatafoldercleanup', '168', NULL),
(579, 0, [[timestamp]], NULL, 'filescleanupperiod', '86400', NULL),
(580, 0, [[timestamp]], NULL, 'extramemorylimit', '512M', NULL),
(581, 0, [[timestamp]], NULL, 'maxtimelimit', '0', NULL),
(582, 0, [[timestamp]], NULL, 'curlcache', '120', NULL),
(583, 0, [[timestamp]], NULL, 'curltimeoutkbitrate', '56', NULL),
(584, 0, [[timestamp]], NULL, 'cron_enabled', '1', NULL),
(585, 0, [[timestamp]], NULL, 'task_scheduled_concurrency_limit', '3', NULL),
(586, 0, [[timestamp]], NULL, 'task_scheduled_max_runtime', '1800', NULL),
(587, 0, [[timestamp]], NULL, 'task_adhoc_concurrency_limit', '3', NULL),
(588, 0, [[timestamp]], NULL, 'task_adhoc_max_runtime', '1800', NULL),
(589, 0, [[timestamp]], NULL, 'task_logmode', '1', NULL),
(590, 0, [[timestamp]], NULL, 'task_logtostdout', '1', NULL),
(591, 0, [[timestamp]], NULL, 'task_logretention', '2419200', NULL),
(592, 0, [[timestamp]], NULL, 'task_logretainruns', '20', NULL),
(593, 0, [[timestamp]], NULL, 'smtphosts', '', NULL),
(594, 0, [[timestamp]], NULL, 'smtpsecure', '', NULL),
(595, 0, [[timestamp]], NULL, 'smtpauthtype', 'LOGIN', NULL),
(596, 0, [[timestamp]], NULL, 'smtpuser', '', NULL),
(597, 0, [[timestamp]], NULL, 'smtppass', '', NULL),
(598, 0, [[timestamp]], NULL, 'smtpmaxbulk', '1', NULL),
(599, 0, [[timestamp]], NULL, 'noreplyaddress', '[[admin_email]]', NULL),
(600, 0, [[timestamp]], NULL, 'allowedemaildomains', '', NULL),
(601, 0, [[timestamp]], NULL, 'divertallemailsto', '', NULL),
(602, 0, [[timestamp]], NULL, 'divertallemailsexcept', '', NULL),
(603, 0, [[timestamp]], NULL, 'emaildkimselector', '', NULL),
(604, 0, [[timestamp]], NULL, 'sitemailcharset', '0', NULL),
(605, 0, [[timestamp]], NULL, 'allowusermailcharset', '0', NULL),
(606, 0, [[timestamp]], NULL, 'allowattachments', '1', NULL),
(607, 0, [[timestamp]], NULL, 'mailnewline', 'LF', NULL),
(608, 0, [[timestamp]], NULL, 'emailfromvia', '1', NULL),
(609, 0, [[timestamp]], NULL, 'emailsubjectprefix', '', NULL),
(610, 0, [[timestamp]], NULL, 'emailheaders', '', NULL),
(611, 0, [[timestamp]], NULL, 'updateautocheck', '1', NULL),
(612, 0, [[timestamp]], NULL, 'updateminmaturity', '200', NULL),
(613, 0, [[timestamp]], NULL, 'updatenotifybuilds', '0', NULL),
(614, 0, [[timestamp]], NULL, 'enablewsdocumentation', '0', NULL),
(615, 0, [[timestamp]], NULL, 'customreportslimit', '0', NULL),
(616, 0, [[timestamp]], NULL, 'customreportsliveediting', '1', NULL),
(617, 0, [[timestamp]], NULL, 'dndallowtextandlinks', '0', NULL),
(618, 0, [[timestamp]], NULL, 'pathtosassc', '', NULL),
(619, 0, [[timestamp]], NULL, 'contextlocking', '0', NULL),
(620, 0, [[timestamp]], NULL, 'contextlockappliestoadmin', '1', NULL),
(621, 0, [[timestamp]], NULL, 'forceclean', '0', NULL),
(622, 0, [[timestamp]], NULL, 'enablecourserelativedates', '0', NULL),
(623, 0, [[timestamp]], NULL, 'debug', '0', NULL),
(624, 0, [[timestamp]], NULL, 'debugdisplay', '0', NULL),
(625, 0, [[timestamp]], NULL, 'perfdebug', '7', NULL),
(626, 0, [[timestamp]], NULL, 'debugstringids', '0', NULL),
(627, 0, [[timestamp]], NULL, 'debugsqltrace', '0', NULL),
(628, 0, [[timestamp]], NULL, 'debugvalidators', '0', NULL),
(629, 0, [[timestamp]], NULL, 'debugpageinfo', '0', NULL),
(630, 0, [[timestamp]], NULL, 'profilingenabled', '0', NULL),
(631, 0, [[timestamp]], NULL, 'profilingincluded', '', NULL),
(632, 0, [[timestamp]], NULL, 'profilingexcluded', '', NULL),
(633, 0, [[timestamp]], NULL, 'profilingautofrec', '0', NULL),
(634, 0, [[timestamp]], NULL, 'profilingallowme', '0', NULL),
(635, 0, [[timestamp]], NULL, 'profilingallowall', '0', NULL),
(636, 0, [[timestamp]], NULL, 'profilingslow', '0', NULL),
(637, 0, [[timestamp]], NULL, 'profilinglifetime', '1440', NULL),
(638, 0, [[timestamp]], NULL, 'profilingimportprefix', '(I)', NULL),
(639, 0, [[timestamp]], 'core_competency', 'pushcourseratingstouserplans', '1', NULL),
(640, 0, [[timestamp]], NULL, 'calendar_exportsalt', '[[export_salt]]', '[[export_salt_old]]'),
(641, 0, [[timestamp]], NULL, 'defaulthomepage', '1', '3'),
(642, 0, [[timestamp]], NULL, 'allowguestmymoodle', '1', NULL),
(643, 0, [[timestamp]], NULL, 'calendar_exportsalt', '[[export_salt_old]]', '[[export_salt]]'),
(644, 0, [[timestamp]], 'activitynames', 'filter_active', '1', ''),
(645, 0, [[timestamp]], 'core_filter', 'order', 'activitynames', 'activitynames'),
(646, 0, [[timestamp]], 'displayh5p', 'filter_active', '1', ''),
(647, 0, [[timestamp]], 'core_filter', 'order', 'displayh5p, activitynames', 'activitynames, displayh5p'),
(648, 0, [[timestamp]], 'emoticon', 'filter_active', '1', ''),
(649, 0, [[timestamp]], 'mathjaxloader', 'filter_active', '1', ''),
(650, 0, [[timestamp]], 'core_filter', 'order', 'displayh5p, activitynames, mathjaxloader, emoticon', 'displayh5p, activitynames, emoticon, mathjaxloader'),
(651, 0, [[timestamp]], 'mediaplugin', 'filter_active', '1', ''),
(652, 0, [[timestamp]], 'urltolink', 'filter_active', '1', ''),
(653, 0, [[timestamp]], 'core_filter', 'order', 'displayh5p, activitynames, mathjaxloader, emoticon, urltolink, mediaplugin', 'displayh5p, activitynames, mathjaxloader, emoticon, mediaplugin, urltolink'),
(654, 0, [[timestamp]], 'tiny', 'editor_visibility', '1', '0'),
(655, 2, [[timestamp]], NULL, 'enableaccessibilitytools', '1', NULL),
(656, 2, [[timestamp]], 'tool_moodlenet', 'enablemoodlenet', '1', NULL),
(657, 2, [[timestamp]], NULL, 'notloggedinroleid', '6', NULL),
(658, 2, [[timestamp]], NULL, 'guestroleid', '6', NULL),
(659, 2, [[timestamp]], NULL, 'defaultuserroleid', '7', NULL),
(660, 2, [[timestamp]], NULL, 'creatornewroleid', '3', NULL),
(661, 2, [[timestamp]], NULL, 'restorernewroleid', '3', NULL),
(662, 2, [[timestamp]], 'tool_dataprivacy', 'contactdataprotectionofficer', '0', NULL),
(663, 2, [[timestamp]], 'tool_dataprivacy', 'automaticdataexportapproval', '0', NULL),
(664, 2, [[timestamp]], 'tool_dataprivacy', 'automaticdatadeletionapproval', '0', NULL),
(665, 2, [[timestamp]], 'tool_dataprivacy', 'automaticdeletionrequests', '1', NULL),
(666, 2, [[timestamp]], 'tool_dataprivacy', 'privacyrequestexpiry', '604800', NULL),
(667, 2, [[timestamp]], 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1', NULL),
(668, 2, [[timestamp]], 'tool_dataprivacy', 'showdataretentionsummary', '1', NULL),
(669, 2, [[timestamp]], 'tool_log', 'exportlog', '1', NULL),
(670, 2, [[timestamp]], NULL, 'sitepolicyhandler', '', NULL),
(671, 2, [[timestamp]], NULL, 'gradebookroles', '5', NULL),
(672, 2, [[timestamp]], 'analytics', 'logstore', 'logstore_standard', NULL),
(673, 2, [[timestamp]], NULL, 'h5plibraryhandler', 'h5plib_v124', NULL),
(674, 2, [[timestamp]], NULL, 'airnotifierurl', 'https://messages.moodle.net', NULL),
(675, 2, [[timestamp]], NULL, 'airnotifierport', '443', NULL),
(676, 2, [[timestamp]], NULL, 'airnotifiermobileappname', 'com.moodle.moodlemobile', NULL),
(677, 2, [[timestamp]], NULL, 'airnotifierappname', 'commoodlemoodlemobile', NULL),
(678, 2, [[timestamp]], NULL, 'airnotifieraccesskey', '', NULL),
(679, 2, [[timestamp]], 'message_airnotifier', 'encryptnotifications', '0', NULL),
(680, 2, [[timestamp]], 'message_airnotifier', 'encryptprocessing', '0', NULL),
(681, 2, [[timestamp]], 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments', NULL),
(682, 2, [[timestamp]], 'assign', 'showrecentsubmissions', '0', NULL),
(683, 2, [[timestamp]], 'assign', 'submissionreceipts', '1', NULL),
(684, 2, [[timestamp]], 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.', NULL),
(685, 2, [[timestamp]], 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.', NULL);
INSERT INTO `[[dbprefix]]config_log` VALUES
(686, 2, [[timestamp]], '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),
(687, 2, [[timestamp]], 'assign', 'maxperpage', '-1', NULL),
(688, 2, [[timestamp]], 'assign', 'alwaysshowdescription', '1', NULL),
(689, 2, [[timestamp]], 'assign', 'alwaysshowdescription_adv', '', NULL),
(690, 2, [[timestamp]], 'assign', 'alwaysshowdescription_locked', '', NULL),
(691, 2, [[timestamp]], 'assign', 'allowsubmissionsfromdate', '0', NULL),
(692, 2, [[timestamp]], 'assign', 'allowsubmissionsfromdate_enabled', '1', NULL),
(693, 2, [[timestamp]], 'assign', 'allowsubmissionsfromdate_adv', '', NULL),
(694, 2, [[timestamp]], 'assign', 'duedate', '604800', NULL),
(695, 2, [[timestamp]], 'assign', 'duedate_enabled', '1', NULL),
(696, 2, [[timestamp]], 'assign', 'duedate_adv', '', NULL),
(697, 2, [[timestamp]], 'assign', 'cutoffdate', '1209600', NULL),
(698, 2, [[timestamp]], 'assign', 'cutoffdate_enabled', '', NULL),
(699, 2, [[timestamp]], 'assign', 'cutoffdate_adv', '', NULL),
(700, 2, [[timestamp]], 'assign', 'enabletimelimit', '0', NULL),
(701, 2, [[timestamp]], 'assign', 'gradingduedate', '1209600', NULL),
(702, 2, [[timestamp]], 'assign', 'gradingduedate_enabled', '1', NULL),
(703, 2, [[timestamp]], 'assign', 'gradingduedate_adv', '', NULL),
(704, 2, [[timestamp]], 'assign', 'submissiondrafts', '0', NULL),
(705, 2, [[timestamp]], 'assign', 'submissiondrafts_adv', '', NULL),
(706, 2, [[timestamp]], 'assign', 'submissiondrafts_locked', '', NULL),
(707, 2, [[timestamp]], 'assign', 'requiresubmissionstatement', '0', NULL),
(708, 2, [[timestamp]], 'assign', 'requiresubmissionstatement_adv', '', NULL),
(709, 2, [[timestamp]], 'assign', 'requiresubmissionstatement_locked', '', NULL),
(710, 2, [[timestamp]], 'assign', 'attemptreopenmethod', 'none', NULL),
(711, 2, [[timestamp]], 'assign', 'attemptreopenmethod_adv', '', NULL),
(712, 2, [[timestamp]], 'assign', 'attemptreopenmethod_locked', '', NULL),
(713, 2, [[timestamp]], 'assign', 'maxattempts', '-1', NULL),
(714, 2, [[timestamp]], 'assign', 'maxattempts_adv', '', NULL),
(715, 2, [[timestamp]], 'assign', 'maxattempts_locked', '', NULL),
(716, 2, [[timestamp]], 'assign', 'teamsubmission', '0', NULL),
(717, 2, [[timestamp]], 'assign', 'teamsubmission_adv', '', NULL),
(718, 2, [[timestamp]], 'assign', 'teamsubmission_locked', '', NULL),
(719, 2, [[timestamp]], 'assign', 'preventsubmissionnotingroup', '0', NULL),
(720, 2, [[timestamp]], 'assign', 'preventsubmissionnotingroup_adv', '', NULL),
(721, 2, [[timestamp]], 'assign', 'preventsubmissionnotingroup_locked', '', NULL),
(722, 2, [[timestamp]], 'assign', 'requireallteammemberssubmit', '0', NULL),
(723, 2, [[timestamp]], 'assign', 'requireallteammemberssubmit_adv', '', NULL),
(724, 2, [[timestamp]], 'assign', 'requireallteammemberssubmit_locked', '', NULL),
(725, 2, [[timestamp]], 'assign', 'teamsubmissiongroupingid', '', NULL),
(726, 2, [[timestamp]], 'assign', 'teamsubmissiongroupingid_adv', '', NULL),
(727, 2, [[timestamp]], 'assign', 'sendnotifications', '0', NULL),
(728, 2, [[timestamp]], 'assign', 'sendnotifications_adv', '', NULL),
(729, 2, [[timestamp]], 'assign', 'sendnotifications_locked', '', NULL),
(730, 2, [[timestamp]], 'assign', 'sendlatenotifications', '0', NULL),
(731, 2, [[timestamp]], 'assign', 'sendlatenotifications_adv', '', NULL),
(732, 2, [[timestamp]], 'assign', 'sendlatenotifications_locked', '', NULL),
(733, 2, [[timestamp]], 'assign', 'sendstudentnotifications', '1', NULL),
(734, 2, [[timestamp]], 'assign', 'sendstudentnotifications_adv', '', NULL),
(735, 2, [[timestamp]], 'assign', 'sendstudentnotifications_locked', '', NULL),
(736, 2, [[timestamp]], 'assign', 'blindmarking', '0', NULL),
(737, 2, [[timestamp]], 'assign', 'blindmarking_adv', '', NULL),
(738, 2, [[timestamp]], 'assign', 'blindmarking_locked', '', NULL),
(739, 2, [[timestamp]], 'assign', 'hidegrader', '0', NULL),
(740, 2, [[timestamp]], 'assign', 'hidegrader_adv', '', NULL),
(741, 2, [[timestamp]], 'assign', 'hidegrader_locked', '', NULL),
(742, 2, [[timestamp]], 'assign', 'markingworkflow', '0', NULL),
(743, 2, [[timestamp]], 'assign', 'markingworkflow_adv', '', NULL),
(744, 2, [[timestamp]], 'assign', 'markingworkflow_locked', '', NULL),
(745, 2, [[timestamp]], 'assign', 'markingallocation', '0', NULL),
(746, 2, [[timestamp]], 'assign', 'markingallocation_adv', '', NULL),
(747, 2, [[timestamp]], 'assign', 'markingallocation_locked', '', NULL),
(748, 2, [[timestamp]], 'assignsubmission_file', 'default', '1', NULL),
(749, 2, [[timestamp]], 'assignsubmission_file', 'maxfiles', '20', NULL),
(750, 2, [[timestamp]], 'assignsubmission_file', 'filetypes', '', NULL),
(751, 2, [[timestamp]], 'assignsubmission_file', 'maxbytes', '0', NULL),
(752, 2, [[timestamp]], 'assignsubmission_onlinetext', 'default', '0', NULL),
(753, 2, [[timestamp]], 'assignfeedback_comments', 'default', '1', NULL),
(754, 2, [[timestamp]], 'assignfeedback_comments', 'inline', '0', NULL),
(755, 2, [[timestamp]], 'assignfeedback_comments', 'inline_adv', '', NULL),
(756, 2, [[timestamp]], 'assignfeedback_comments', 'inline_locked', '', NULL),
(757, 2, [[timestamp]], 'assignfeedback_editpdf', 'default', '1', NULL),
(758, 2, [[timestamp]], 'assignfeedback_editpdf', 'stamps', '', NULL),
(759, 2, [[timestamp]], 'assignfeedback_file', 'default', '0', NULL),
(760, 2, [[timestamp]], 'assignfeedback_offline', 'default', '0', NULL),
(761, 2, [[timestamp]], NULL, 'bigbluebuttonbn_default_dpa_accepted', '0', NULL),
(762, 2, [[timestamp]], NULL, 'bigbluebuttonbn_server_url', 'https://test-moodle.blindsidenetworks.com/bigbluebutton/', NULL),
(763, 2, [[timestamp]], NULL, 'bigbluebuttonbn_shared_secret', '********', NULL),
(764, 2, [[timestamp]], NULL, 'bigbluebuttonbn_poll_interval', '5', NULL),
(765, 2, [[timestamp]], NULL, 'bigbluebuttonbn_welcome_default', '', NULL),
(766, 2, [[timestamp]], NULL, 'bigbluebuttonbn_welcome_editable', '1', NULL),
(767, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_default', '1', NULL),
(768, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_refresh_period', '300', NULL),
(769, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_editable', '1', NULL),
(770, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_all_from_start_default', '0', NULL),
(771, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_all_from_start_editable', '0', NULL),
(772, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_hide_button_default', '0', NULL),
(773, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_hide_button_editable', '0', NULL),
(774, 2, [[timestamp]], NULL, 'bigbluebuttonbn_importrecordings_enabled', '0', NULL),
(775, 2, [[timestamp]], NULL, 'bigbluebuttonbn_importrecordings_from_deleted_enabled', '0', NULL),
(776, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_deleted_default', '1', NULL),
(777, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_deleted_editable', '0', NULL),
(778, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_imported_default', '0', NULL),
(779, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_imported_editable', '1', NULL),
(780, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_preview_default', '1', NULL),
(781, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_preview_editable', '0', NULL),
(782, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordings_asc_sort', '0', NULL),
(783, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recording_protect_editable', '1', NULL),
(784, 2, [[timestamp]], NULL, 'bigbluebuttonbn_waitformoderator_default', '0', NULL),
(785, 2, [[timestamp]], NULL, 'bigbluebuttonbn_waitformoderator_editable', '1', NULL),
(786, 2, [[timestamp]], NULL, 'bigbluebuttonbn_waitformoderator_ping_interval', '10', NULL),
(787, 2, [[timestamp]], NULL, 'bigbluebuttonbn_waitformoderator_cache_ttl', '60', NULL),
(788, 2, [[timestamp]], NULL, 'bigbluebuttonbn_voicebridge_editable', '0', NULL),
(789, 2, [[timestamp]], NULL, 'bigbluebuttonbn_preuploadpresentation_editable', '0', NULL),
(790, 2, [[timestamp]], 'mod_bigbluebuttonbn', 'presentationdefault', '', NULL),
(791, 2, [[timestamp]], NULL, 'bigbluebuttonbn_userlimit_default', '0', NULL),
(792, 2, [[timestamp]], NULL, 'bigbluebuttonbn_userlimit_editable', '0', NULL),
(793, 2, [[timestamp]], NULL, 'bigbluebuttonbn_participant_moderator_default', '0', NULL),
(794, 2, [[timestamp]], NULL, 'bigbluebuttonbn_muteonstart_default', '0', NULL),
(795, 2, [[timestamp]], NULL, 'bigbluebuttonbn_muteonstart_editable', '0', NULL),
(796, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablecam_default', '0', NULL),
(797, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablecam_editable', '1', NULL),
(798, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablemic_default', '0', NULL),
(799, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablemic_editable', '1', NULL),
(800, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disableprivatechat_default', '0', NULL),
(801, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disableprivatechat_editable', '1', NULL),
(802, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablepublicchat_default', '0', NULL),
(803, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablepublicchat_editable', '1', NULL),
(804, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablenote_default', '0', NULL),
(805, 2, [[timestamp]], NULL, 'bigbluebuttonbn_disablenote_editable', '1', NULL),
(806, 2, [[timestamp]], NULL, 'bigbluebuttonbn_hideuserlist_default', '0', NULL),
(807, 2, [[timestamp]], NULL, 'bigbluebuttonbn_hideuserlist_editable', '1', NULL),
(808, 2, [[timestamp]], NULL, 'bigbluebuttonbn_recordingready_enabled', '0', NULL),
(809, 2, [[timestamp]], NULL, 'bigbluebuttonbn_meetingevents_enabled', '0', NULL),
(810, 2, [[timestamp]], NULL, 'bigbluebuttonbn_guestaccess_enabled', '0', NULL),
(811, 2, [[timestamp]], 'book', 'numberingoptions', '0,1,2,3', NULL),
(812, 2, [[timestamp]], 'book', 'numbering', '1', NULL),
(813, 2, [[timestamp]], NULL, 'chat_method', 'ajax', NULL),
(814, 2, [[timestamp]], NULL, 'chat_refresh_userlist', '10', NULL),
(815, 2, [[timestamp]], NULL, 'chat_old_ping', '35', NULL),
(816, 2, [[timestamp]], NULL, 'chat_refresh_room', '5', NULL),
(817, 2, [[timestamp]], NULL, 'chat_normal_updatemode', 'jsupdate', NULL),
(818, 2, [[timestamp]], NULL, 'chat_serverhost', '[[domhost]]', NULL),
(819, 2, [[timestamp]], NULL, 'chat_serverip', '127.0.0.1', NULL),
(820, 2, [[timestamp]], NULL, 'chat_serverport', '9111', NULL),
(821, 2, [[timestamp]], NULL, 'chat_servermax', '100', NULL),
(822, 2, [[timestamp]], NULL, 'data_enablerssfeeds', '0', NULL),
(823, 2, [[timestamp]], NULL, 'feedback_allowfullanonymous', '0', NULL),
(824, 2, [[timestamp]], 'resource', 'framesize', '130', NULL),
(825, 2, [[timestamp]], 'resource', 'displayoptions', '0,1,4,5,6', NULL),
(826, 2, [[timestamp]], 'resource', 'printintro', '1', NULL),
(827, 2, [[timestamp]], 'resource', 'display', '0', NULL),
(828, 2, [[timestamp]], 'resource', 'showsize', '0', NULL),
(829, 2, [[timestamp]], 'resource', 'showtype', '0', NULL),
(830, 2, [[timestamp]], 'resource', 'showdate', '0', NULL),
(831, 2, [[timestamp]], 'resource', 'popupwidth', '620', NULL),
(832, 2, [[timestamp]], 'resource', 'popupheight', '450', NULL),
(833, 2, [[timestamp]], 'resource', 'filterfiles', '0', NULL),
(834, 2, [[timestamp]], 'folder', 'showexpanded', '1', NULL),
(835, 2, [[timestamp]], 'folder', 'maxsizetodownload', '0', NULL),
(836, 2, [[timestamp]], NULL, 'forum_displaymode', '3', NULL),
(837, 2, [[timestamp]], NULL, 'forum_shortpost', '300', NULL),
(838, 2, [[timestamp]], NULL, 'forum_longpost', '600', NULL),
(839, 2, [[timestamp]], NULL, 'forum_manydiscussions', '100', NULL),
(840, 2, [[timestamp]], NULL, 'forum_maxbytes', '512000', NULL),
(841, 2, [[timestamp]], NULL, 'forum_maxattachments', '9', NULL),
(842, 2, [[timestamp]], NULL, 'forum_subscription', '0', NULL),
(843, 2, [[timestamp]], NULL, 'forum_trackingtype', '1', NULL),
(844, 2, [[timestamp]], NULL, 'forum_trackreadposts', '1', NULL),
(845, 2, [[timestamp]], NULL, 'forum_allowforcedreadtracking', '0', NULL),
(846, 2, [[timestamp]], NULL, 'forum_oldpostdays', '14', NULL),
(847, 2, [[timestamp]], NULL, 'forum_usermarksread', '0', NULL),
(848, 2, [[timestamp]], NULL, 'forum_cleanreadtime', '2', NULL),
(849, 2, [[timestamp]], NULL, 'digestmailtime', '17', NULL),
(850, 2, [[timestamp]], NULL, 'forum_enablerssfeeds', '0', NULL),
(851, 2, [[timestamp]], NULL, 'forum_enabletimedposts', '1', NULL),
(852, 2, [[timestamp]], NULL, 'glossary_entbypage', '10', NULL),
(853, 2, [[timestamp]], NULL, 'glossary_dupentries', '0', NULL),
(854, 2, [[timestamp]], NULL, 'glossary_allowcomments', '0', NULL),
(855, 2, [[timestamp]], NULL, 'glossary_linkbydefault', '1', NULL),
(856, 2, [[timestamp]], NULL, 'glossary_defaultapproval', '1', NULL),
(857, 2, [[timestamp]], NULL, 'glossary_enablerssfeeds', '0', NULL),
(858, 2, [[timestamp]], NULL, 'glossary_linkentries', '0', NULL),
(859, 2, [[timestamp]], NULL, 'glossary_casesensitive', '0', NULL),
(860, 2, [[timestamp]], NULL, 'glossary_fullmatch', '0', NULL),
(861, 2, [[timestamp]], 'imscp', 'keepold', '1', NULL),
(862, 2, [[timestamp]], 'imscp', 'keepold_adv', '', NULL),
(863, 2, [[timestamp]], 'mod_lesson', 'mediafile', '', NULL),
(864, 2, [[timestamp]], 'mod_lesson', 'mediafile_adv', '1', NULL),
(865, 2, [[timestamp]], 'mod_lesson', 'mediawidth', '640', NULL),
(866, 2, [[timestamp]], 'mod_lesson', 'mediaheight', '480', NULL),
(867, 2, [[timestamp]], 'mod_lesson', 'mediaclose', '0', NULL),
(868, 2, [[timestamp]], 'mod_lesson', 'progressbar', '0', NULL),
(869, 2, [[timestamp]], 'mod_lesson', 'progressbar_adv', '', NULL),
(870, 2, [[timestamp]], 'mod_lesson', 'ongoing', '0', NULL),
(871, 2, [[timestamp]], 'mod_lesson', 'ongoing_adv', '1', NULL),
(872, 2, [[timestamp]], 'mod_lesson', 'displayleftmenu', '0', NULL),
(873, 2, [[timestamp]], 'mod_lesson', 'displayleftmenu_adv', '', NULL),
(874, 2, [[timestamp]], 'mod_lesson', 'displayleftif', '0', NULL),
(875, 2, [[timestamp]], 'mod_lesson', 'displayleftif_adv', '1', NULL),
(876, 2, [[timestamp]], 'mod_lesson', 'slideshow', '0', NULL),
(877, 2, [[timestamp]], 'mod_lesson', 'slideshow_adv', '1', NULL),
(878, 2, [[timestamp]], 'mod_lesson', 'slideshowwidth', '640', NULL),
(879, 2, [[timestamp]], 'mod_lesson', 'slideshowheight', '480', NULL),
(880, 2, [[timestamp]], 'mod_lesson', 'slideshowbgcolor', '#FFFFFF', NULL),
(881, 2, [[timestamp]], 'mod_lesson', 'maxanswers', '5', NULL),
(882, 2, [[timestamp]], 'mod_lesson', 'maxanswers_adv', '1', NULL),
(883, 2, [[timestamp]], 'mod_lesson', 'defaultfeedback', '0', NULL),
(884, 2, [[timestamp]], 'mod_lesson', 'defaultfeedback_adv', '1', NULL),
(885, 2, [[timestamp]], 'mod_lesson', 'activitylink', '', NULL),
(886, 2, [[timestamp]], 'mod_lesson', 'activitylink_adv', '1', NULL),
(887, 2, [[timestamp]], 'mod_lesson', 'timelimit', '0', NULL),
(888, 2, [[timestamp]], 'mod_lesson', 'timelimit_adv', '', NULL),
(889, 2, [[timestamp]], 'mod_lesson', 'password', '0', NULL),
(890, 2, [[timestamp]], 'mod_lesson', 'password_adv', '1', NULL),
(891, 2, [[timestamp]], 'mod_lesson', 'modattempts', '0', NULL),
(892, 2, [[timestamp]], 'mod_lesson', 'modattempts_adv', '', NULL),
(893, 2, [[timestamp]], 'mod_lesson', 'displayreview', '0', NULL),
(894, 2, [[timestamp]], 'mod_lesson', 'displayreview_adv', '', NULL),
(895, 2, [[timestamp]], 'mod_lesson', 'maximumnumberofattempts', '1', NULL),
(896, 2, [[timestamp]], 'mod_lesson', 'maximumnumberofattempts_adv', '', NULL),
(897, 2, [[timestamp]], 'mod_lesson', 'defaultnextpage', '0', NULL),
(898, 2, [[timestamp]], 'mod_lesson', 'defaultnextpage_adv', '1', NULL),
(899, 2, [[timestamp]], 'mod_lesson', 'numberofpagestoshow', '1', NULL),
(900, 2, [[timestamp]], 'mod_lesson', 'numberofpagestoshow_adv', '1', NULL),
(901, 2, [[timestamp]], 'mod_lesson', 'practice', '0', NULL),
(902, 2, [[timestamp]], 'mod_lesson', 'practice_adv', '', NULL),
(903, 2, [[timestamp]], 'mod_lesson', 'customscoring', '1', NULL),
(904, 2, [[timestamp]], 'mod_lesson', 'customscoring_adv', '1', NULL),
(905, 2, [[timestamp]], 'mod_lesson', 'retakesallowed', '0', NULL),
(906, 2, [[timestamp]], 'mod_lesson', 'retakesallowed_adv', '', NULL),
(907, 2, [[timestamp]], 'mod_lesson', 'handlingofretakes', '0', NULL),
(908, 2, [[timestamp]], 'mod_lesson', 'handlingofretakes_adv', '1', NULL),
(909, 2, [[timestamp]], 'mod_lesson', 'minimumnumberofquestions', '0', NULL),
(910, 2, [[timestamp]], 'mod_lesson', 'minimumnumberofquestions_adv', '1', NULL),
(911, 2, [[timestamp]], 'page', 'displayoptions', '5', NULL),
(912, 2, [[timestamp]], 'page', 'printintro', '0', NULL),
(913, 2, [[timestamp]], 'page', 'printlastmodified', '1', NULL),
(914, 2, [[timestamp]], 'page', 'display', '5', NULL),
(915, 2, [[timestamp]], 'page', 'popupwidth', '620', NULL),
(916, 2, [[timestamp]], 'page', 'popupheight', '450', NULL),
(917, 2, [[timestamp]], 'quiz', 'timelimit', '0', NULL),
(918, 2, [[timestamp]], 'quiz', 'timelimit_adv', '', NULL),
(919, 2, [[timestamp]], 'quiz', 'timelimit_locked', '', NULL),
(920, 2, [[timestamp]], 'quiz', 'notifyattemptgradeddelay', '18000', NULL),
(921, 2, [[timestamp]], 'quiz', 'overduehandling', 'autosubmit', NULL),
(922, 2, [[timestamp]], 'quiz', 'overduehandling_adv', '', NULL),
(923, 2, [[timestamp]], 'quiz', 'overduehandling_locked', '', NULL),
(924, 2, [[timestamp]], 'quiz', 'graceperiod', '86400', NULL),
(925, 2, [[timestamp]], 'quiz', 'graceperiod_adv', '', NULL),
(926, 2, [[timestamp]], 'quiz', 'graceperiod_locked', '', NULL),
(927, 2, [[timestamp]], 'quiz', 'graceperiodmin', '60', NULL),
(928, 2, [[timestamp]], 'quiz', 'attempts', '0', NULL),
(929, 2, [[timestamp]], 'quiz', 'attempts_adv', '', NULL),
(930, 2, [[timestamp]], 'quiz', 'attempts_locked', '', NULL),
(931, 2, [[timestamp]], 'quiz', 'grademethod', '1', NULL),
(932, 2, [[timestamp]], 'quiz', 'grademethod_adv', '', NULL),
(933, 2, [[timestamp]], 'quiz', 'grademethod_locked', '', NULL),
(934, 2, [[timestamp]], 'quiz', 'maximumgrade', '10', NULL),
(935, 2, [[timestamp]], 'quiz', 'maximumgrade_locked', '', NULL),
(936, 2, [[timestamp]], 'quiz', 'questionsperpage', '1', NULL),
(937, 2, [[timestamp]], 'quiz', 'questionsperpage_adv', '', NULL),
(938, 2, [[timestamp]], 'quiz', 'questionsperpage_locked', '', NULL),
(939, 2, [[timestamp]], 'quiz', 'navmethod', 'free', NULL),
(940, 2, [[timestamp]], 'quiz', 'navmethod_adv', '1', NULL),
(941, 2, [[timestamp]], 'quiz', 'navmethod_locked', '', NULL),
(942, 2, [[timestamp]], 'quiz', 'shuffleanswers', '1', NULL),
(943, 2, [[timestamp]], 'quiz', 'shuffleanswers_adv', '', NULL),
(944, 2, [[timestamp]], 'quiz', 'shuffleanswers_locked', '', NULL),
(945, 2, [[timestamp]], 'quiz', 'preferredbehaviour', 'deferredfeedback', NULL),
(946, 2, [[timestamp]], 'quiz', 'preferredbehaviour_locked', '', NULL),
(947, 2, [[timestamp]], 'quiz', 'canredoquestions', '0', NULL),
(948, 2, [[timestamp]], 'quiz', 'canredoquestions_adv', '1', NULL),
(949, 2, [[timestamp]], 'quiz', 'canredoquestions_locked', '', NULL),
(950, 2, [[timestamp]], 'quiz', 'attemptonlast', '0', NULL),
(951, 2, [[timestamp]], 'quiz', 'attemptonlast_adv', '1', NULL),
(952, 2, [[timestamp]], 'quiz', 'attemptonlast_locked', '', NULL),
(953, 2, [[timestamp]], 'quiz', 'reviewattempt', '69904', NULL),
(954, 2, [[timestamp]], 'quiz', 'reviewcorrectness', '69904', NULL),
(955, 2, [[timestamp]], 'quiz', 'reviewmarks', '69904', NULL),
(956, 2, [[timestamp]], 'quiz', 'reviewspecificfeedback', '69904', NULL),
(957, 2, [[timestamp]], 'quiz', 'reviewgeneralfeedback', '69904', NULL),
(958, 2, [[timestamp]], 'quiz', 'reviewrightanswer', '69904', NULL),
(959, 2, [[timestamp]], 'quiz', 'reviewoverallfeedback', '4368', NULL),
(960, 2, [[timestamp]], 'quiz', 'showuserpicture', '0', NULL),
(961, 2, [[timestamp]], 'quiz', 'showuserpicture_adv', '', NULL),
(962, 2, [[timestamp]], 'quiz', 'showuserpicture_locked', '', NULL),
(963, 2, [[timestamp]], 'quiz', 'decimalpoints', '2', NULL),
(964, 2, [[timestamp]], 'quiz', 'decimalpoints_adv', '', NULL),
(965, 2, [[timestamp]], 'quiz', 'decimalpoints_locked', '', NULL),
(966, 2, [[timestamp]], 'quiz', 'questiondecimalpoints', '-1', NULL),
(967, 2, [[timestamp]], 'quiz', 'questiondecimalpoints_adv', '', NULL),
(968, 2, [[timestamp]], 'quiz', 'questiondecimalpoints_locked', '', NULL),
(969, 2, [[timestamp]], 'quiz', 'showblocks', '0', NULL),
(970, 2, [[timestamp]], 'quiz', 'showblocks_adv', '1', NULL),
(971, 2, [[timestamp]], 'quiz', 'showblocks_locked', '', NULL),
(972, 2, [[timestamp]], 'quiz', 'quizpassword', '', NULL),
(973, 2, [[timestamp]], 'quiz', 'quizpassword_adv', '', NULL),
(974, 2, [[timestamp]], 'quiz', 'quizpassword_required', '', NULL),
(975, 2, [[timestamp]], 'quiz', 'quizpassword_locked', '', NULL),
(976, 2, [[timestamp]], 'quiz', 'subnet', '', NULL),
(977, 2, [[timestamp]], 'quiz', 'subnet_adv', '1', NULL),
(978, 2, [[timestamp]], 'quiz', 'subnet_locked', '', NULL),
(979, 2, [[timestamp]], 'quiz', 'delay1', '0', NULL),
(980, 2, [[timestamp]], 'quiz', 'delay1_adv', '1', NULL),
(981, 2, [[timestamp]], 'quiz', 'delay1_locked', '', NULL),
(982, 2, [[timestamp]], 'quiz', 'delay2', '0', NULL),
(983, 2, [[timestamp]], 'quiz', 'delay2_adv', '1', NULL),
(984, 2, [[timestamp]], 'quiz', 'delay2_locked', '', NULL),
(985, 2, [[timestamp]], 'quiz', 'browsersecurity', '-', NULL),
(986, 2, [[timestamp]], 'quiz', 'browsersecurity_adv', '1', NULL),
(987, 2, [[timestamp]], 'quiz', 'browsersecurity_locked', '', NULL),
(988, 2, [[timestamp]], 'quiz', 'initialnumfeedbacks', '2', NULL),
(989, 2, [[timestamp]], 'quiz', 'autosaveperiod', '60', NULL),
(990, 2, [[timestamp]], 'quiz_statistics', 'getstatslocktimeout', '900', NULL),
(991, 2, [[timestamp]], 'quizaccess_seb', 'autoreconfigureseb', '1', NULL),
(992, 2, [[timestamp]], 'quizaccess_seb', 'showseblinks', 'seb,http', NULL),
(993, 2, [[timestamp]], 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html', NULL),
(994, 2, [[timestamp]], 'quizaccess_seb', 'quizpasswordrequired', '0', NULL),
(995, 2, [[timestamp]], 'quizaccess_seb', 'displayblocksbeforestart', '0', NULL),
(996, 2, [[timestamp]], 'quizaccess_seb', 'displayblockswhenfinished', '1', NULL),
(997, 2, [[timestamp]], 'scorm', 'displaycoursestructure', '0', NULL),
(998, 2, [[timestamp]], 'scorm', 'displaycoursestructure_adv', '', NULL),
(999, 2, [[timestamp]], 'scorm', 'popup', '0', NULL),
(1000, 2, [[timestamp]], 'scorm', 'popup_adv', '', NULL),
(1001, 2, [[timestamp]], 'scorm', 'framewidth', '100', NULL),
(1002, 2, [[timestamp]], 'scorm', 'framewidth_adv', '1', NULL),
(1003, 2, [[timestamp]], 'scorm', 'frameheight', '500', NULL),
(1004, 2, [[timestamp]], 'scorm', 'frameheight_adv', '1', NULL),
(1005, 2, [[timestamp]], 'scorm', 'winoptgrp_adv', '1', NULL),
(1006, 2, [[timestamp]], 'scorm', 'scrollbars', '0', NULL),
(1007, 2, [[timestamp]], 'scorm', 'directories', '0', NULL),
(1008, 2, [[timestamp]], 'scorm', 'location', '0', NULL),
(1009, 2, [[timestamp]], 'scorm', 'menubar', '0', NULL),
(1010, 2, [[timestamp]], 'scorm', 'toolbar', '0', NULL),
(1011, 2, [[timestamp]], 'scorm', 'status', '0', NULL),
(1012, 2, [[timestamp]], 'scorm', 'skipview', '0', NULL),
(1013, 2, [[timestamp]], 'scorm', 'skipview_adv', '1', NULL),
(1014, 2, [[timestamp]], 'scorm', 'hidebrowse', '0', NULL),
(1015, 2, [[timestamp]], 'scorm', 'hidebrowse_adv', '1', NULL),
(1016, 2, [[timestamp]], 'scorm', 'hidetoc', '0', NULL),
(1017, 2, [[timestamp]], 'scorm', 'hidetoc_adv', '1', NULL),
(1018, 2, [[timestamp]], 'scorm', 'nav', '1', NULL),
(1019, 2, [[timestamp]], 'scorm', 'nav_adv', '1', NULL),
(1020, 2, [[timestamp]], 'scorm', 'navpositionleft', '-100', NULL),
(1021, 2, [[timestamp]], 'scorm', 'navpositionleft_adv', '1', NULL),
(1022, 2, [[timestamp]], 'scorm', 'navpositiontop', '-100', NULL),
(1023, 2, [[timestamp]], 'scorm', 'navpositiontop_adv', '1', NULL),
(1024, 2, [[timestamp]], 'scorm', 'collapsetocwinsize', '767', NULL),
(1025, 2, [[timestamp]], 'scorm', 'collapsetocwinsize_adv', '1', NULL),
(1026, 2, [[timestamp]], 'scorm', 'displayattemptstatus', '1', NULL),
(1027, 2, [[timestamp]], 'scorm', 'displayattemptstatus_adv', '', NULL),
(1028, 2, [[timestamp]], 'scorm', 'grademethod', '1', NULL),
(1029, 2, [[timestamp]], 'scorm', 'maxgrade', '100', NULL),
(1030, 2, [[timestamp]], 'scorm', 'maxattempt', '0', NULL),
(1031, 2, [[timestamp]], 'scorm', 'whatgrade', '0', NULL),
(1032, 2, [[timestamp]], 'scorm', 'forcecompleted', '0', NULL),
(1033, 2, [[timestamp]], 'scorm', 'forcenewattempt', '0', NULL),
(1034, 2, [[timestamp]], 'scorm', 'autocommit', '0', NULL),
(1035, 2, [[timestamp]], 'scorm', 'masteryoverride', '1', NULL),
(1036, 2, [[timestamp]], 'scorm', 'lastattemptlock', '0', NULL),
(1037, 2, [[timestamp]], 'scorm', 'auto', '0', NULL),
(1038, 2, [[timestamp]], 'scorm', 'updatefreq', '0', NULL),
(1039, 2, [[timestamp]], 'scorm', 'scormstandard', '0', NULL),
(1040, 2, [[timestamp]], 'scorm', 'allowtypeexternal', '0', NULL),
(1041, 2, [[timestamp]], 'scorm', 'allowtypelocalsync', '0', NULL),
(1042, 2, [[timestamp]], 'scorm', 'allowtypeexternalaicc', '0', NULL),
(1043, 2, [[timestamp]], 'scorm', 'allowaicchacp', '0', NULL),
(1044, 2, [[timestamp]], 'scorm', 'aicchacptimeout', '30', NULL),
(1045, 2, [[timestamp]], 'scorm', 'aicchacpkeepsessiondata', '1', NULL),
(1046, 2, [[timestamp]], 'scorm', 'aiccuserid', '1', NULL),
(1047, 2, [[timestamp]], 'scorm', 'forcejavascript', '1', NULL),
(1048, 2, [[timestamp]], 'scorm', 'allowapidebug', '0', NULL),
(1049, 2, [[timestamp]], 'scorm', 'apidebugmask', '.*', NULL),
(1050, 2, [[timestamp]], 'scorm', 'protectpackagedownloads', '0', NULL),
(1051, 2, [[timestamp]], 'label', 'dndmedia', '1', NULL),
(1052, 2, [[timestamp]], 'label', 'dndresizewidth', '400', NULL),
(1053, 2, [[timestamp]], 'label', 'dndresizeheight', '400', NULL),
(1054, 2, [[timestamp]], 'url', 'framesize', '130', NULL),
(1055, 2, [[timestamp]], 'url', 'secretphrase', '', NULL),
(1056, 2, [[timestamp]], 'url', 'rolesinparams', '0', NULL),
(1057, 2, [[timestamp]], 'url', 'displayoptions', '0,1,5,6', NULL),
(1058, 2, [[timestamp]], 'url', 'printintro', '1', NULL),
(1059, 2, [[timestamp]], 'url', 'display', '0', NULL),
(1060, 2, [[timestamp]], 'url', 'popupwidth', '620', NULL),
(1061, 2, [[timestamp]], 'url', 'popupheight', '450', NULL),
(1062, 2, [[timestamp]], 'workshop', 'grade', '80', NULL),
(1063, 2, [[timestamp]], 'workshop', 'gradinggrade', '20', NULL),
(1064, 2, [[timestamp]], 'workshop', 'gradedecimals', '0', NULL),
(1065, 2, [[timestamp]], 'workshop', 'maxbytes', '0', NULL),
(1066, 2, [[timestamp]], 'workshop', 'strategy', 'accumulative', NULL),
(1067, 2, [[timestamp]], 'workshop', 'examplesmode', '0', NULL),
(1068, 2, [[timestamp]], 'workshopallocation_random', 'numofreviews', '5', NULL),
(1069, 2, [[timestamp]], 'workshopform_numerrors', 'grade0', 'No', NULL),
(1070, 2, [[timestamp]], 'workshopform_numerrors', 'grade1', 'Yes', NULL),
(1071, 2, [[timestamp]], 'workshopeval_best', 'comparison', '5', NULL),
(1072, 2, [[timestamp]], 'tool_brickfield', 'analysistype', '0', NULL),
(1073, 2, [[timestamp]], 'tool_brickfield', 'deletehistoricaldata', '1', NULL),
(1074, 2, [[timestamp]], 'tool_brickfield', 'batch', '1000', NULL),
(1075, 2, [[timestamp]], 'tool_brickfield', 'perpage', '50', NULL),
(1076, 2, [[timestamp]], 'tool_recyclebin', 'coursebinenable', '1', NULL),
(1077, 2, [[timestamp]], 'tool_recyclebin', 'coursebinexpiry', '604800', NULL),
(1078, 2, [[timestamp]], 'tool_recyclebin', 'categorybinenable', '1', NULL),
(1079, 2, [[timestamp]], 'tool_recyclebin', 'categorybinexpiry', '604800', NULL),
(1080, 2, [[timestamp]], 'tool_recyclebin', 'autohide', '1', NULL),
(1081, 2, [[timestamp]], 'antivirus_clamav', 'runningmethod', 'commandline', NULL),
(1082, 2, [[timestamp]], 'antivirus_clamav', 'pathtoclam', '', NULL),
(1083, 2, [[timestamp]], 'antivirus_clamav', 'pathtounixsocket', '', NULL),
(1084, 2, [[timestamp]], 'antivirus_clamav', 'tcpsockethost', '', NULL),
(1085, 2, [[timestamp]], 'antivirus_clamav', 'tcpsocketport', '3310', NULL),
(1086, 2, [[timestamp]], 'antivirus_clamav', 'clamfailureonupload', 'tryagain', NULL),
(1087, 2, [[timestamp]], 'antivirus_clamav', 'tries', '1', NULL),
(1088, 2, [[timestamp]], 'auth_cas', 'auth_name', 'CAS', NULL),
(1089, 2, [[timestamp]], 'auth_cas', 'auth_logo', '', NULL),
(1090, 2, [[timestamp]], 'auth_cas', 'hostname', '', NULL),
(1091, 2, [[timestamp]], 'auth_cas', 'baseuri', '', NULL),
(1092, 2, [[timestamp]], 'auth_cas', 'port', '0', NULL),
(1093, 2, [[timestamp]], 'auth_cas', 'casversion', '2.0', NULL),
(1094, 2, [[timestamp]], 'auth_cas', 'language', 'CAS_Languages_English', NULL),
(1095, 2, [[timestamp]], 'auth_cas', 'proxycas', '0', NULL),
(1096, 2, [[timestamp]], 'auth_cas', 'logoutcas', '0', NULL),
(1097, 2, [[timestamp]], 'auth_cas', 'multiauth', '0', NULL),
(1098, 2, [[timestamp]], 'auth_cas', 'certificate_check', '0', NULL),
(1099, 2, [[timestamp]], 'auth_cas', 'certificate_path', '', NULL),
(1100, 2, [[timestamp]], 'auth_cas', 'curl_ssl_version', '', NULL),
(1101, 2, [[timestamp]], 'auth_cas', 'logout_return_url', '', NULL),
(1102, 2, [[timestamp]], 'auth_cas', 'host_url', '', NULL),
(1103, 2, [[timestamp]], 'auth_cas', 'ldap_version', '3', NULL),
(1104, 2, [[timestamp]], 'auth_cas', 'start_tls', '0', NULL),
(1105, 2, [[timestamp]], 'auth_cas', 'ldapencoding', 'utf-8', NULL),
(1106, 2, [[timestamp]], 'auth_cas', 'pagesize', '250', NULL),
(1107, 2, [[timestamp]], 'auth_cas', 'bind_dn', '', NULL),
(1108, 2, [[timestamp]], 'auth_cas', 'bind_pw', '', NULL),
(1109, 2, [[timestamp]], 'auth_cas', 'user_type', 'default', NULL),
(1110, 2, [[timestamp]], 'auth_cas', 'contexts', '', NULL),
(1111, 2, [[timestamp]], 'auth_cas', 'search_sub', '0', NULL),
(1112, 2, [[timestamp]], 'auth_cas', 'opt_deref', '0', NULL),
(1113, 2, [[timestamp]], 'auth_cas', 'user_attribute', '', NULL),
(1114, 2, [[timestamp]], 'auth_cas', 'memberattribute', '', NULL),
(1115, 2, [[timestamp]], 'auth_cas', 'memberattribute_isdn', '0', NULL),
(1116, 2, [[timestamp]], 'auth_cas', 'objectclass', '', NULL),
(1117, 2, [[timestamp]], 'auth_cas', 'attrcreators', '', NULL),
(1118, 2, [[timestamp]], 'auth_cas', 'groupecreators', '', NULL),
(1119, 2, [[timestamp]], 'auth_cas', 'removeuser', '0', NULL),
(1120, 2, [[timestamp]], 'auth_cas', 'field_map_firstname', '', NULL),
(1121, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_firstname', 'oncreate', NULL),
(1122, 2, [[timestamp]], 'auth_cas', 'field_updateremote_firstname', '0', NULL),
(1123, 2, [[timestamp]], 'auth_cas', 'field_lock_firstname', 'unlocked', NULL),
(1124, 2, [[timestamp]], 'auth_cas', 'field_map_lastname', '', NULL),
(1125, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_lastname', 'oncreate', NULL),
(1126, 2, [[timestamp]], 'auth_cas', 'field_updateremote_lastname', '0', NULL),
(1127, 2, [[timestamp]], 'auth_cas', 'field_lock_lastname', 'unlocked', NULL),
(1128, 2, [[timestamp]], 'auth_cas', 'field_map_email', '', NULL),
(1129, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_email', 'oncreate', NULL),
(1130, 2, [[timestamp]], 'auth_cas', 'field_updateremote_email', '0', NULL),
(1131, 2, [[timestamp]], 'auth_cas', 'field_lock_email', 'unlocked', NULL),
(1132, 2, [[timestamp]], 'auth_cas', 'field_map_city', '', NULL),
(1133, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_city', 'oncreate', NULL),
(1134, 2, [[timestamp]], 'auth_cas', 'field_updateremote_city', '0', NULL),
(1135, 2, [[timestamp]], 'auth_cas', 'field_lock_city', 'unlocked', NULL),
(1136, 2, [[timestamp]], 'auth_cas', 'field_map_country', '', NULL),
(1137, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_country', 'oncreate', NULL),
(1138, 2, [[timestamp]], 'auth_cas', 'field_updateremote_country', '0', NULL),
(1139, 2, [[timestamp]], 'auth_cas', 'field_lock_country', 'unlocked', NULL),
(1140, 2, [[timestamp]], 'auth_cas', 'field_map_lang', '', NULL),
(1141, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_lang', 'oncreate', NULL),
(1142, 2, [[timestamp]], 'auth_cas', 'field_updateremote_lang', '0', NULL),
(1143, 2, [[timestamp]], 'auth_cas', 'field_lock_lang', 'unlocked', NULL),
(1144, 2, [[timestamp]], 'auth_cas', 'field_map_description', '', NULL),
(1145, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_description', 'oncreate', NULL),
(1146, 2, [[timestamp]], 'auth_cas', 'field_updateremote_description', '0', NULL),
(1147, 2, [[timestamp]], 'auth_cas', 'field_lock_description', 'unlocked', NULL),
(1148, 2, [[timestamp]], 'auth_cas', 'field_map_idnumber', '', NULL),
(1149, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1150, 2, [[timestamp]], 'auth_cas', 'field_updateremote_idnumber', '0', NULL),
(1151, 2, [[timestamp]], 'auth_cas', 'field_lock_idnumber', 'unlocked', NULL),
(1152, 2, [[timestamp]], 'auth_cas', 'field_map_institution', '', NULL),
(1153, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_institution', 'oncreate', NULL),
(1154, 2, [[timestamp]], 'auth_cas', 'field_updateremote_institution', '0', NULL),
(1155, 2, [[timestamp]], 'auth_cas', 'field_lock_institution', 'unlocked', NULL),
(1156, 2, [[timestamp]], 'auth_cas', 'field_map_department', '', NULL),
(1157, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_department', 'oncreate', NULL),
(1158, 2, [[timestamp]], 'auth_cas', 'field_updateremote_department', '0', NULL),
(1159, 2, [[timestamp]], 'auth_cas', 'field_lock_department', 'unlocked', NULL),
(1160, 2, [[timestamp]], 'auth_cas', 'field_map_phone1', '', NULL),
(1161, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_phone1', 'oncreate', NULL),
(1162, 2, [[timestamp]], 'auth_cas', 'field_updateremote_phone1', '0', NULL),
(1163, 2, [[timestamp]], 'auth_cas', 'field_lock_phone1', 'unlocked', NULL),
(1164, 2, [[timestamp]], 'auth_cas', 'field_map_phone2', '', NULL),
(1165, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_phone2', 'oncreate', NULL),
(1166, 2, [[timestamp]], 'auth_cas', 'field_updateremote_phone2', '0', NULL),
(1167, 2, [[timestamp]], 'auth_cas', 'field_lock_phone2', 'unlocked', NULL),
(1168, 2, [[timestamp]], 'auth_cas', 'field_map_address', '', NULL),
(1169, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_address', 'oncreate', NULL),
(1170, 2, [[timestamp]], 'auth_cas', 'field_updateremote_address', '0', NULL),
(1171, 2, [[timestamp]], 'auth_cas', 'field_lock_address', 'unlocked', NULL),
(1172, 2, [[timestamp]], 'auth_cas', 'field_map_firstnamephonetic', '', NULL),
(1173, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1174, 2, [[timestamp]], 'auth_cas', 'field_updateremote_firstnamephonetic', '0', NULL),
(1175, 2, [[timestamp]], 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1176, 2, [[timestamp]], 'auth_cas', 'field_map_lastnamephonetic', '', NULL),
(1177, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1178, 2, [[timestamp]], 'auth_cas', 'field_updateremote_lastnamephonetic', '0', NULL),
(1179, 2, [[timestamp]], 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1180, 2, [[timestamp]], 'auth_cas', 'field_map_middlename', '', NULL),
(1181, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_middlename', 'oncreate', NULL),
(1182, 2, [[timestamp]], 'auth_cas', 'field_updateremote_middlename', '0', NULL),
(1183, 2, [[timestamp]], 'auth_cas', 'field_lock_middlename', 'unlocked', NULL),
(1184, 2, [[timestamp]], 'auth_cas', 'field_map_alternatename', '', NULL),
(1185, 2, [[timestamp]], 'auth_cas', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1186, 2, [[timestamp]], 'auth_cas', 'field_updateremote_alternatename', '0', NULL),
(1187, 2, [[timestamp]], 'auth_cas', 'field_lock_alternatename', 'unlocked', NULL),
(1188, 2, [[timestamp]], 'auth_email', 'recaptcha', '0', NULL),
(1189, 2, [[timestamp]], 'auth_email', 'field_lock_firstname', 'unlocked', NULL),
(1190, 2, [[timestamp]], 'auth_email', 'field_lock_lastname', 'unlocked', NULL),
(1191, 2, [[timestamp]], 'auth_email', 'field_lock_email', 'unlocked', NULL),
(1192, 2, [[timestamp]], 'auth_email', 'field_lock_city', 'unlocked', NULL),
(1193, 2, [[timestamp]], 'auth_email', 'field_lock_country', 'unlocked', NULL),
(1194, 2, [[timestamp]], 'auth_email', 'field_lock_lang', 'unlocked', NULL),
(1195, 2, [[timestamp]], 'auth_email', 'field_lock_description', 'unlocked', NULL),
(1196, 2, [[timestamp]], 'auth_email', 'field_lock_idnumber', 'unlocked', NULL),
(1197, 2, [[timestamp]], 'auth_email', 'field_lock_institution', 'unlocked', NULL),
(1198, 2, [[timestamp]], 'auth_email', 'field_lock_department', 'unlocked', NULL),
(1199, 2, [[timestamp]], 'auth_email', 'field_lock_phone1', 'unlocked', NULL),
(1200, 2, [[timestamp]], 'auth_email', 'field_lock_phone2', 'unlocked', NULL),
(1201, 2, [[timestamp]], 'auth_email', 'field_lock_address', 'unlocked', NULL),
(1202, 2, [[timestamp]], 'auth_email', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1203, 2, [[timestamp]], 'auth_email', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1204, 2, [[timestamp]], 'auth_email', 'field_lock_middlename', 'unlocked', NULL),
(1205, 2, [[timestamp]], 'auth_email', 'field_lock_alternatename', 'unlocked', NULL),
(1206, 2, [[timestamp]], 'auth_db', 'host', '127.0.0.1', NULL),
(1207, 2, [[timestamp]], 'auth_db', 'type', 'mysqli', NULL),
(1208, 2, [[timestamp]], 'auth_db', 'sybasequoting', '0', NULL),
(1209, 2, [[timestamp]], 'auth_db', 'name', '', NULL),
(1210, 2, [[timestamp]], 'auth_db', 'user', '', NULL),
(1211, 2, [[timestamp]], 'auth_db', 'pass', '', NULL),
(1212, 2, [[timestamp]], 'auth_db', 'table', '', NULL),
(1213, 2, [[timestamp]], 'auth_db', 'fielduser', '', NULL),
(1214, 2, [[timestamp]], 'auth_db', 'fieldpass', '', NULL),
(1215, 2, [[timestamp]], 'auth_db', 'passtype', 'plaintext', NULL),
(1216, 2, [[timestamp]], 'auth_db', 'extencoding', 'utf-8', NULL),
(1217, 2, [[timestamp]], 'auth_db', 'setupsql', '', NULL),
(1218, 2, [[timestamp]], 'auth_db', 'debugauthdb', '0', NULL),
(1219, 2, [[timestamp]], 'auth_db', 'changepasswordurl', '', NULL),
(1220, 2, [[timestamp]], 'auth_db', 'removeuser', '0', NULL),
(1221, 2, [[timestamp]], 'auth_db', 'updateusers', '0', NULL),
(1222, 2, [[timestamp]], 'auth_db', 'field_map_firstname', '', NULL),
(1223, 2, [[timestamp]], 'auth_db', 'field_updatelocal_firstname', 'oncreate', NULL),
(1224, 2, [[timestamp]], 'auth_db', 'field_updateremote_firstname', '0', NULL),
(1225, 2, [[timestamp]], 'auth_db', 'field_lock_firstname', 'unlocked', NULL),
(1226, 2, [[timestamp]], 'auth_db', 'field_map_lastname', '', NULL),
(1227, 2, [[timestamp]], 'auth_db', 'field_updatelocal_lastname', 'oncreate', NULL),
(1228, 2, [[timestamp]], 'auth_db', 'field_updateremote_lastname', '0', NULL),
(1229, 2, [[timestamp]], 'auth_db', 'field_lock_lastname', 'unlocked', NULL),
(1230, 2, [[timestamp]], 'auth_db', 'field_map_email', '', NULL),
(1231, 2, [[timestamp]], 'auth_db', 'field_updatelocal_email', 'oncreate', NULL),
(1232, 2, [[timestamp]], 'auth_db', 'field_updateremote_email', '0', NULL),
(1233, 2, [[timestamp]], 'auth_db', 'field_lock_email', 'unlocked', NULL),
(1234, 2, [[timestamp]], 'auth_db', 'field_map_city', '', NULL),
(1235, 2, [[timestamp]], 'auth_db', 'field_updatelocal_city', 'oncreate', NULL),
(1236, 2, [[timestamp]], 'auth_db', 'field_updateremote_city', '0', NULL),
(1237, 2, [[timestamp]], 'auth_db', 'field_lock_city', 'unlocked', NULL),
(1238, 2, [[timestamp]], 'auth_db', 'field_map_country', '', NULL),
(1239, 2, [[timestamp]], 'auth_db', 'field_updatelocal_country', 'oncreate', NULL),
(1240, 2, [[timestamp]], 'auth_db', 'field_updateremote_country', '0', NULL),
(1241, 2, [[timestamp]], 'auth_db', 'field_lock_country', 'unlocked', NULL),
(1242, 2, [[timestamp]], 'auth_db', 'field_map_lang', '', NULL),
(1243, 2, [[timestamp]], 'auth_db', 'field_updatelocal_lang', 'oncreate', NULL),
(1244, 2, [[timestamp]], 'auth_db', 'field_updateremote_lang', '0', NULL),
(1245, 2, [[timestamp]], 'auth_db', 'field_lock_lang', 'unlocked', NULL),
(1246, 2, [[timestamp]], 'auth_db', 'field_map_description', '', NULL),
(1247, 2, [[timestamp]], 'auth_db', 'field_updatelocal_description', 'oncreate', NULL),
(1248, 2, [[timestamp]], 'auth_db', 'field_updateremote_description', '0', NULL),
(1249, 2, [[timestamp]], 'auth_db', 'field_lock_description', 'unlocked', NULL),
(1250, 2, [[timestamp]], 'auth_db', 'field_map_idnumber', '', NULL),
(1251, 2, [[timestamp]], 'auth_db', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1252, 2, [[timestamp]], 'auth_db', 'field_updateremote_idnumber', '0', NULL),
(1253, 2, [[timestamp]], 'auth_db', 'field_lock_idnumber', 'unlocked', NULL),
(1254, 2, [[timestamp]], 'auth_db', 'field_map_institution', '', NULL),
(1255, 2, [[timestamp]], 'auth_db', 'field_updatelocal_institution', 'oncreate', NULL),
(1256, 2, [[timestamp]], 'auth_db', 'field_updateremote_institution', '0', NULL),
(1257, 2, [[timestamp]], 'auth_db', 'field_lock_institution', 'unlocked', NULL),
(1258, 2, [[timestamp]], 'auth_db', 'field_map_department', '', NULL),
(1259, 2, [[timestamp]], 'auth_db', 'field_updatelocal_department', 'oncreate', NULL),
(1260, 2, [[timestamp]], 'auth_db', 'field_updateremote_department', '0', NULL),
(1261, 2, [[timestamp]], 'auth_db', 'field_lock_department', 'unlocked', NULL),
(1262, 2, [[timestamp]], 'auth_db', 'field_map_phone1', '', NULL),
(1263, 2, [[timestamp]], 'auth_db', 'field_updatelocal_phone1', 'oncreate', NULL),
(1264, 2, [[timestamp]], 'auth_db', 'field_updateremote_phone1', '0', NULL),
(1265, 2, [[timestamp]], 'auth_db', 'field_lock_phone1', 'unlocked', NULL),
(1266, 2, [[timestamp]], 'auth_db', 'field_map_phone2', '', NULL),
(1267, 2, [[timestamp]], 'auth_db', 'field_updatelocal_phone2', 'oncreate', NULL),
(1268, 2, [[timestamp]], 'auth_db', 'field_updateremote_phone2', '0', NULL),
(1269, 2, [[timestamp]], 'auth_db', 'field_lock_phone2', 'unlocked', NULL),
(1270, 2, [[timestamp]], 'auth_db', 'field_map_address', '', NULL),
(1271, 2, [[timestamp]], 'auth_db', 'field_updatelocal_address', 'oncreate', NULL),
(1272, 2, [[timestamp]], 'auth_db', 'field_updateremote_address', '0', NULL),
(1273, 2, [[timestamp]], 'auth_db', 'field_lock_address', 'unlocked', NULL),
(1274, 2, [[timestamp]], 'auth_db', 'field_map_firstnamephonetic', '', NULL),
(1275, 2, [[timestamp]], 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1276, 2, [[timestamp]], 'auth_db', 'field_updateremote_firstnamephonetic', '0', NULL),
(1277, 2, [[timestamp]], 'auth_db', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1278, 2, [[timestamp]], 'auth_db', 'field_map_lastnamephonetic', '', NULL),
(1279, 2, [[timestamp]], 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1280, 2, [[timestamp]], 'auth_db', 'field_updateremote_lastnamephonetic', '0', NULL),
(1281, 2, [[timestamp]], 'auth_db', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1282, 2, [[timestamp]], 'auth_db', 'field_map_middlename', '', NULL),
(1283, 2, [[timestamp]], 'auth_db', 'field_updatelocal_middlename', 'oncreate', NULL),
(1284, 2, [[timestamp]], 'auth_db', 'field_updateremote_middlename', '0', NULL),
(1285, 2, [[timestamp]], 'auth_db', 'field_lock_middlename', 'unlocked', NULL),
(1286, 2, [[timestamp]], 'auth_db', 'field_map_alternatename', '', NULL),
(1287, 2, [[timestamp]], 'auth_db', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1288, 2, [[timestamp]], 'auth_db', 'field_updateremote_alternatename', '0', NULL),
(1289, 2, [[timestamp]], 'auth_db', 'field_lock_alternatename', 'unlocked', NULL),
(1290, 2, [[timestamp]], 'auth_ldap', 'host_url', '', NULL),
(1291, 2, [[timestamp]], 'auth_ldap', 'ldap_version', '3', NULL),
(1292, 2, [[timestamp]], 'auth_ldap', 'start_tls', '0', NULL),
(1293, 2, [[timestamp]], 'auth_ldap', 'ldapencoding', 'utf-8', NULL),
(1294, 2, [[timestamp]], 'auth_ldap', 'pagesize', '250', NULL),
(1295, 2, [[timestamp]], 'auth_ldap', 'preventpassindb', '0', NULL),
(1296, 2, [[timestamp]], 'auth_ldap', 'bind_dn', '', NULL),
(1297, 2, [[timestamp]], 'auth_ldap', 'bind_pw', '', NULL),
(1298, 2, [[timestamp]], 'auth_ldap', 'user_type', 'default', NULL),
(1299, 2, [[timestamp]], 'auth_ldap', 'contexts', '', NULL),
(1300, 2, [[timestamp]], 'auth_ldap', 'search_sub', '0', NULL),
(1301, 2, [[timestamp]], 'auth_ldap', 'opt_deref', '0', NULL),
(1302, 2, [[timestamp]], 'auth_ldap', 'user_attribute', '', NULL),
(1303, 2, [[timestamp]], 'auth_ldap', 'suspended_attribute', '', NULL),
(1304, 2, [[timestamp]], 'auth_ldap', 'memberattribute', '', NULL),
(1305, 2, [[timestamp]], 'auth_ldap', 'memberattribute_isdn', '0', NULL),
(1306, 2, [[timestamp]], 'auth_ldap', 'objectclass', '', NULL),
(1307, 2, [[timestamp]], 'auth_ldap', 'forcechangepassword', '0', NULL),
(1308, 2, [[timestamp]], 'auth_ldap', 'stdchangepassword', '0', NULL),
(1309, 2, [[timestamp]], 'auth_ldap', 'passtype', 'plaintext', NULL),
(1310, 2, [[timestamp]], 'auth_ldap', 'changepasswordurl', '', NULL),
(1311, 2, [[timestamp]], 'auth_ldap', 'expiration', '0', NULL),
(1312, 2, [[timestamp]], 'auth_ldap', 'expiration_warning', '', NULL),
(1313, 2, [[timestamp]], 'auth_ldap', 'expireattr', '', NULL),
(1314, 2, [[timestamp]], 'auth_ldap', 'gracelogins', '0', NULL),
(1315, 2, [[timestamp]], 'auth_ldap', 'graceattr', '', NULL),
(1316, 2, [[timestamp]], 'auth_ldap', 'auth_user_create', '0', NULL),
(1317, 2, [[timestamp]], 'auth_ldap', 'create_context', '', NULL),
(1318, 2, [[timestamp]], 'auth_ldap', 'managercontext', '', NULL),
(1319, 2, [[timestamp]], 'auth_ldap', 'coursecreatorcontext', '', NULL),
(1320, 2, [[timestamp]], 'auth_ldap', 'removeuser', '0', NULL),
(1321, 2, [[timestamp]], 'auth_ldap', 'sync_suspended', '0', NULL),
(1322, 2, [[timestamp]], 'auth_ldap', 'ntlmsso_enabled', '0', NULL),
(1323, 2, [[timestamp]], 'auth_ldap', 'ntlmsso_subnet', '', NULL),
(1324, 2, [[timestamp]], 'auth_ldap', 'ntlmsso_ie_fastpath', '0', NULL),
(1325, 2, [[timestamp]], 'auth_ldap', 'ntlmsso_type', 'ntlm', NULL),
(1326, 2, [[timestamp]], 'auth_ldap', 'ntlmsso_remoteuserformat', '', NULL),
(1327, 2, [[timestamp]], 'auth_ldap', 'field_map_firstname', '', NULL),
(1328, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_firstname', 'oncreate', NULL),
(1329, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_firstname', '0', NULL),
(1330, 2, [[timestamp]], 'auth_ldap', 'field_lock_firstname', 'unlocked', NULL),
(1331, 2, [[timestamp]], 'auth_ldap', 'field_map_lastname', '', NULL),
(1332, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_lastname', 'oncreate', NULL),
(1333, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_lastname', '0', NULL),
(1334, 2, [[timestamp]], 'auth_ldap', 'field_lock_lastname', 'unlocked', NULL),
(1335, 2, [[timestamp]], 'auth_ldap', 'field_map_email', '', NULL),
(1336, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_email', 'oncreate', NULL),
(1337, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_email', '0', NULL),
(1338, 2, [[timestamp]], 'auth_ldap', 'field_lock_email', 'unlocked', NULL),
(1339, 2, [[timestamp]], 'auth_ldap', 'field_map_city', '', NULL),
(1340, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_city', 'oncreate', NULL),
(1341, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_city', '0', NULL),
(1342, 2, [[timestamp]], 'auth_ldap', 'field_lock_city', 'unlocked', NULL),
(1343, 2, [[timestamp]], 'auth_ldap', 'field_map_country', '', NULL),
(1344, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_country', 'oncreate', NULL),
(1345, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_country', '0', NULL),
(1346, 2, [[timestamp]], 'auth_ldap', 'field_lock_country', 'unlocked', NULL),
(1347, 2, [[timestamp]], 'auth_ldap', 'field_map_lang', '', NULL),
(1348, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_lang', 'oncreate', NULL),
(1349, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_lang', '0', NULL),
(1350, 2, [[timestamp]], 'auth_ldap', 'field_lock_lang', 'unlocked', NULL),
(1351, 2, [[timestamp]], 'auth_ldap', 'field_map_description', '', NULL),
(1352, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_description', 'oncreate', NULL),
(1353, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_description', '0', NULL),
(1354, 2, [[timestamp]], 'auth_ldap', 'field_lock_description', 'unlocked', NULL),
(1355, 2, [[timestamp]], 'auth_ldap', 'field_map_idnumber', '', NULL),
(1356, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1357, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_idnumber', '0', NULL),
(1358, 2, [[timestamp]], 'auth_ldap', 'field_lock_idnumber', 'unlocked', NULL),
(1359, 2, [[timestamp]], 'auth_ldap', 'field_map_institution', '', NULL),
(1360, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_institution', 'oncreate', NULL),
(1361, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_institution', '0', NULL),
(1362, 2, [[timestamp]], 'auth_ldap', 'field_lock_institution', 'unlocked', NULL),
(1363, 2, [[timestamp]], 'auth_ldap', 'field_map_department', '', NULL),
(1364, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_department', 'oncreate', NULL),
(1365, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_department', '0', NULL),
(1366, 2, [[timestamp]], 'auth_ldap', 'field_lock_department', 'unlocked', NULL),
(1367, 2, [[timestamp]], 'auth_ldap', 'field_map_phone1', '', NULL),
(1368, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_phone1', 'oncreate', NULL),
(1369, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_phone1', '0', NULL),
(1370, 2, [[timestamp]], 'auth_ldap', 'field_lock_phone1', 'unlocked', NULL),
(1371, 2, [[timestamp]], 'auth_ldap', 'field_map_phone2', '', NULL),
(1372, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_phone2', 'oncreate', NULL),
(1373, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_phone2', '0', NULL),
(1374, 2, [[timestamp]], 'auth_ldap', 'field_lock_phone2', 'unlocked', NULL),
(1375, 2, [[timestamp]], 'auth_ldap', 'field_map_address', '', NULL),
(1376, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_address', 'oncreate', NULL),
(1377, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_address', '0', NULL),
(1378, 2, [[timestamp]], 'auth_ldap', 'field_lock_address', 'unlocked', NULL),
(1379, 2, [[timestamp]], 'auth_ldap', 'field_map_firstnamephonetic', '', NULL),
(1380, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1381, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_firstnamephonetic', '0', NULL),
(1382, 2, [[timestamp]], 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1383, 2, [[timestamp]], 'auth_ldap', 'field_map_lastnamephonetic', '', NULL),
(1384, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1385, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_lastnamephonetic', '0', NULL),
(1386, 2, [[timestamp]], 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1387, 2, [[timestamp]], 'auth_ldap', 'field_map_middlename', '', NULL),
(1388, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_middlename', 'oncreate', NULL),
(1389, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_middlename', '0', NULL),
(1390, 2, [[timestamp]], 'auth_ldap', 'field_lock_middlename', 'unlocked', NULL),
(1391, 2, [[timestamp]], 'auth_ldap', 'field_map_alternatename', '', NULL),
(1392, 2, [[timestamp]], 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1393, 2, [[timestamp]], 'auth_ldap', 'field_updateremote_alternatename', '0', NULL),
(1394, 2, [[timestamp]], 'auth_ldap', 'field_lock_alternatename', 'unlocked', NULL),
(1395, 2, [[timestamp]], 'auth_manual', 'expiration', '0', NULL),
(1396, 2, [[timestamp]], 'auth_manual', 'expirationtime', '30', NULL),
(1397, 2, [[timestamp]], 'auth_manual', 'expiration_warning', '0', NULL),
(1398, 2, [[timestamp]], 'auth_manual', 'field_lock_firstname', 'unlocked', NULL),
(1399, 2, [[timestamp]], 'auth_manual', 'field_lock_lastname', 'unlocked', NULL),
(1400, 2, [[timestamp]], 'auth_manual', 'field_lock_email', 'unlocked', NULL),
(1401, 2, [[timestamp]], 'auth_manual', 'field_lock_city', 'unlocked', NULL),
(1402, 2, [[timestamp]], 'auth_manual', 'field_lock_country', 'unlocked', NULL),
(1403, 2, [[timestamp]], 'auth_manual', 'field_lock_lang', 'unlocked', NULL),
(1404, 2, [[timestamp]], 'auth_manual', 'field_lock_description', 'unlocked', NULL),
(1405, 2, [[timestamp]], 'auth_manual', 'field_lock_idnumber', 'unlocked', NULL),
(1406, 2, [[timestamp]], 'auth_manual', 'field_lock_institution', 'unlocked', NULL),
(1407, 2, [[timestamp]], 'auth_manual', 'field_lock_department', 'unlocked', NULL),
(1408, 2, [[timestamp]], 'auth_manual', 'field_lock_phone1', 'unlocked', NULL),
(1409, 2, [[timestamp]], 'auth_manual', 'field_lock_phone2', 'unlocked', NULL),
(1410, 2, [[timestamp]], 'auth_manual', 'field_lock_address', 'unlocked', NULL),
(1411, 2, [[timestamp]], 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1412, 2, [[timestamp]], 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1413, 2, [[timestamp]], 'auth_manual', 'field_lock_middlename', 'unlocked', NULL),
(1414, 2, [[timestamp]], 'auth_manual', 'field_lock_alternatename', 'unlocked', NULL),
(1415, 2, [[timestamp]], 'auth_mnet', 'rpc_negotiation_timeout', '30', NULL),
(1416, 2, [[timestamp]], 'auth_none', 'field_lock_firstname', 'unlocked', NULL),
(1417, 2, [[timestamp]], 'auth_none', 'field_lock_lastname', 'unlocked', NULL),
(1418, 2, [[timestamp]], 'auth_none', 'field_lock_email', 'unlocked', NULL),
(1419, 2, [[timestamp]], 'auth_none', 'field_lock_city', 'unlocked', NULL),
(1420, 2, [[timestamp]], 'auth_none', 'field_lock_country', 'unlocked', NULL),
(1421, 2, [[timestamp]], 'auth_none', 'field_lock_lang', 'unlocked', NULL),
(1422, 2, [[timestamp]], 'auth_none', 'field_lock_description', 'unlocked', NULL);
INSERT INTO `[[dbprefix]]config_log` VALUES
(1423, 2, [[timestamp]], 'auth_none', 'field_lock_idnumber', 'unlocked', NULL),
(1424, 2, [[timestamp]], 'auth_none', 'field_lock_institution', 'unlocked', NULL),
(1425, 2, [[timestamp]], 'auth_none', 'field_lock_department', 'unlocked', NULL),
(1426, 2, [[timestamp]], 'auth_none', 'field_lock_phone1', 'unlocked', NULL),
(1427, 2, [[timestamp]], 'auth_none', 'field_lock_phone2', 'unlocked', NULL),
(1428, 2, [[timestamp]], 'auth_none', 'field_lock_address', 'unlocked', NULL),
(1429, 2, [[timestamp]], 'auth_none', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1430, 2, [[timestamp]], 'auth_none', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1431, 2, [[timestamp]], 'auth_none', 'field_lock_middlename', 'unlocked', NULL),
(1432, 2, [[timestamp]], 'auth_none', 'field_lock_alternatename', 'unlocked', NULL),
(1433, 2, [[timestamp]], 'auth_oauth2', 'field_lock_firstname', 'unlocked', NULL),
(1434, 2, [[timestamp]], 'auth_oauth2', 'field_lock_lastname', 'unlocked', NULL),
(1435, 2, [[timestamp]], 'auth_oauth2', 'field_lock_email', 'unlocked', NULL),
(1436, 2, [[timestamp]], 'auth_oauth2', 'field_lock_city', 'unlocked', NULL),
(1437, 2, [[timestamp]], 'auth_oauth2', 'field_lock_country', 'unlocked', NULL),
(1438, 2, [[timestamp]], 'auth_oauth2', 'field_lock_lang', 'unlocked', NULL),
(1439, 2, [[timestamp]], 'auth_oauth2', 'field_lock_description', 'unlocked', NULL),
(1440, 2, [[timestamp]], 'auth_oauth2', 'field_lock_idnumber', 'unlocked', NULL),
(1441, 2, [[timestamp]], 'auth_oauth2', 'field_lock_institution', 'unlocked', NULL),
(1442, 2, [[timestamp]], 'auth_oauth2', 'field_lock_department', 'unlocked', NULL),
(1443, 2, [[timestamp]], 'auth_oauth2', 'field_lock_phone1', 'unlocked', NULL),
(1444, 2, [[timestamp]], 'auth_oauth2', 'field_lock_phone2', 'unlocked', NULL),
(1445, 2, [[timestamp]], 'auth_oauth2', 'field_lock_address', 'unlocked', NULL),
(1446, 2, [[timestamp]], 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1447, 2, [[timestamp]], 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1448, 2, [[timestamp]], 'auth_oauth2', 'field_lock_middlename', 'unlocked', NULL),
(1449, 2, [[timestamp]], 'auth_oauth2', 'field_lock_alternatename', 'unlocked', NULL),
(1450, 2, [[timestamp]], 'auth_shibboleth', 'user_attribute', '', NULL),
(1451, 2, [[timestamp]], 'auth_shibboleth', 'convert_data', '', NULL),
(1452, 2, [[timestamp]], 'auth_shibboleth', 'alt_login', 'off', NULL),
(1453, 2, [[timestamp]], '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),
(1454, 2, [[timestamp]], 'auth_shibboleth', 'logout_handler', '', NULL),
(1455, 2, [[timestamp]], 'auth_shibboleth', 'logout_return_url', '', NULL),
(1456, 2, [[timestamp]], 'auth_shibboleth', 'login_name', 'Shibboleth Login', NULL),
(1457, 2, [[timestamp]], 'auth_shibboleth', 'auth_logo', '', NULL),
(1458, 2, [[timestamp]], 'auth_shibboleth', 'auth_instructions', 'Use the <a href="[[softurl]]/auth/shibboleth/index.php">Shibboleth login</a> to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.', NULL),
(1459, 2, [[timestamp]], 'auth_shibboleth', 'changepasswordurl', '', NULL),
(1460, 2, [[timestamp]], 'auth_shibboleth', 'field_map_firstname', '', NULL),
(1461, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate', NULL),
(1462, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_firstname', 'unlocked', NULL),
(1463, 2, [[timestamp]], 'auth_shibboleth', 'field_map_lastname', '', NULL),
(1464, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate', NULL),
(1465, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_lastname', 'unlocked', NULL),
(1466, 2, [[timestamp]], 'auth_shibboleth', 'field_map_email', '', NULL),
(1467, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_email', 'oncreate', NULL),
(1468, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_email', 'unlocked', NULL),
(1469, 2, [[timestamp]], 'auth_shibboleth', 'field_map_city', '', NULL),
(1470, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_city', 'oncreate', NULL),
(1471, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_city', 'unlocked', NULL),
(1472, 2, [[timestamp]], 'auth_shibboleth', 'field_map_country', '', NULL),
(1473, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_country', 'oncreate', NULL),
(1474, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_country', 'unlocked', NULL),
(1475, 2, [[timestamp]], 'auth_shibboleth', 'field_map_lang', '', NULL),
(1476, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate', NULL),
(1477, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_lang', 'unlocked', NULL),
(1478, 2, [[timestamp]], 'auth_shibboleth', 'field_map_description', '', NULL),
(1479, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_description', 'oncreate', NULL),
(1480, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_description', 'unlocked', NULL),
(1481, 2, [[timestamp]], 'auth_shibboleth', 'field_map_idnumber', '', NULL),
(1482, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate', NULL),
(1483, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_idnumber', 'unlocked', NULL),
(1484, 2, [[timestamp]], 'auth_shibboleth', 'field_map_institution', '', NULL),
(1485, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate', NULL),
(1486, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_institution', 'unlocked', NULL),
(1487, 2, [[timestamp]], 'auth_shibboleth', 'field_map_department', '', NULL),
(1488, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_department', 'oncreate', NULL),
(1489, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_department', 'unlocked', NULL),
(1490, 2, [[timestamp]], 'auth_shibboleth', 'field_map_phone1', '', NULL),
(1491, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate', NULL),
(1492, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_phone1', 'unlocked', NULL),
(1493, 2, [[timestamp]], 'auth_shibboleth', 'field_map_phone2', '', NULL),
(1494, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate', NULL),
(1495, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_phone2', 'unlocked', NULL),
(1496, 2, [[timestamp]], 'auth_shibboleth', 'field_map_address', '', NULL),
(1497, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_address', 'oncreate', NULL),
(1498, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_address', 'unlocked', NULL),
(1499, 2, [[timestamp]], 'auth_shibboleth', 'field_map_firstnamephonetic', '', NULL),
(1500, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(1501, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(1502, 2, [[timestamp]], 'auth_shibboleth', 'field_map_lastnamephonetic', '', NULL),
(1503, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(1504, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(1505, 2, [[timestamp]], 'auth_shibboleth', 'field_map_middlename', '', NULL),
(1506, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate', NULL),
(1507, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_middlename', 'unlocked', NULL),
(1508, 2, [[timestamp]], 'auth_shibboleth', 'field_map_alternatename', '', NULL),
(1509, 2, [[timestamp]], 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate', NULL),
(1510, 2, [[timestamp]], 'auth_shibboleth', 'field_lock_alternatename', 'unlocked', NULL),
(1511, 2, [[timestamp]], 'block_accessreview', 'whattoshow', 'showboth', NULL),
(1512, 2, [[timestamp]], 'block_accessreview', 'errordisplay', 'showint', NULL),
(1513, 2, [[timestamp]], 'block_accessreview', 'toolpage', 'errors', NULL),
(1514, 2, [[timestamp]], 'block_activity_results', 'config_showbest', '3', NULL),
(1515, 2, [[timestamp]], 'block_activity_results', 'config_showbest_locked', '', NULL),
(1516, 2, [[timestamp]], 'block_activity_results', 'config_showworst', '0', NULL),
(1517, 2, [[timestamp]], 'block_activity_results', 'config_showworst_locked', '', NULL),
(1518, 2, [[timestamp]], 'block_activity_results', 'config_usegroups', '0', NULL),
(1519, 2, [[timestamp]], 'block_activity_results', 'config_usegroups_locked', '', NULL),
(1520, 2, [[timestamp]], 'block_activity_results', 'config_nameformat', '1', NULL),
(1521, 2, [[timestamp]], 'block_activity_results', 'config_nameformat_locked', '', NULL),
(1522, 2, [[timestamp]], 'block_activity_results', 'config_gradeformat', '1', NULL),
(1523, 2, [[timestamp]], 'block_activity_results', 'config_gradeformat_locked', '', NULL),
(1524, 2, [[timestamp]], 'block_activity_results', 'config_decimalpoints', '2', NULL),
(1525, 2, [[timestamp]], 'block_activity_results', 'config_decimalpoints_locked', '', NULL),
(1526, 2, [[timestamp]], 'block_myoverview', 'displaycategories', '1', NULL),
(1527, 2, [[timestamp]], 'block_myoverview', 'layouts', 'card,list,summary', NULL),
(1528, 2, [[timestamp]], 'block_myoverview', 'displaygroupingallincludinghidden', '0', NULL),
(1529, 2, [[timestamp]], 'block_myoverview', 'displaygroupingall', '1', NULL),
(1530, 2, [[timestamp]], 'block_myoverview', 'displaygroupinginprogress', '1', NULL),
(1531, 2, [[timestamp]], 'block_myoverview', 'displaygroupingpast', '1', NULL),
(1532, 2, [[timestamp]], 'block_myoverview', 'displaygroupingfuture', '1', NULL),
(1533, 2, [[timestamp]], 'block_myoverview', 'displaygroupingcustomfield', '0', NULL),
(1534, 2, [[timestamp]], 'block_myoverview', 'customfiltergrouping', '', NULL),
(1535, 2, [[timestamp]], 'block_myoverview', 'displaygroupingfavourites', '1', NULL),
(1536, 2, [[timestamp]], 'block_myoverview', 'displaygroupinghidden', '1', NULL),
(1537, 2, [[timestamp]], NULL, 'block_course_list_adminview', 'all', NULL),
(1538, 2, [[timestamp]], NULL, 'block_course_list_hideallcourseslink', '0', NULL),
(1539, 2, [[timestamp]], NULL, 'block_online_users_timetosee', '5', NULL),
(1540, 2, [[timestamp]], NULL, 'block_online_users_onlinestatushiding', '1', NULL),
(1541, 2, [[timestamp]], 'block_recentlyaccessedcourses', 'displaycategories', '1', NULL),
(1542, 2, [[timestamp]], NULL, 'block_rss_client_num_entries', '5', NULL),
(1543, 2, [[timestamp]], NULL, 'block_rss_client_timeout', '30', NULL),
(1544, 2, [[timestamp]], 'block_section_links', 'numsections1', '22', NULL),
(1545, 2, [[timestamp]], 'block_section_links', 'incby1', '2', NULL),
(1546, 2, [[timestamp]], 'block_section_links', 'numsections2', '40', NULL),
(1547, 2, [[timestamp]], 'block_section_links', 'incby2', '5', NULL),
(1548, 2, [[timestamp]], 'block_section_links', 'showsectionname', '0', NULL),
(1549, 2, [[timestamp]], 'block_starredcourses', 'displaycategories', '1', NULL),
(1550, 2, [[timestamp]], NULL, 'block_html_allowcssclasses', '0', NULL),
(1551, 2, [[timestamp]], 'block_tag_youtube', 'apikey', '', NULL),
(1552, 2, [[timestamp]], 'format_singleactivity', 'activitytype', 'forum', NULL),
(1553, 2, [[timestamp]], 'format_topics', 'indentation', '1', NULL),
(1554, 2, [[timestamp]], 'format_weeks', 'indentation', '1', NULL),
(1555, 2, [[timestamp]], 'fileconverter_googledrive', 'issuerid', '', NULL),
(1556, 2, [[timestamp]], NULL, 'pathtounoconv', '/usr/bin/unoconv', NULL),
(1557, 2, [[timestamp]], 'enrol_cohort', 'roleid', '5', NULL),
(1558, 2, [[timestamp]], 'enrol_cohort', 'unenrolaction', '0', NULL),
(1559, 2, [[timestamp]], 'enrol_meta', 'nosyncroleids', '', NULL),
(1560, 2, [[timestamp]], 'enrol_meta', 'syncall', '1', NULL),
(1561, 2, [[timestamp]], 'enrol_meta', 'unenrolaction', '3', NULL),
(1562, 2, [[timestamp]], 'enrol_meta', 'coursesort', 'sortorder', NULL),
(1563, 2, [[timestamp]], 'enrol_fee', 'expiredaction', '3', NULL),
(1564, 2, [[timestamp]], 'enrol_fee', 'status', '1', NULL),
(1565, 2, [[timestamp]], 'enrol_fee', 'cost', '0', NULL),
(1566, 2, [[timestamp]], 'enrol_fee', 'currency', 'USD', NULL),
(1567, 2, [[timestamp]], 'enrol_fee', 'roleid', '5', NULL),
(1568, 2, [[timestamp]], 'enrol_fee', 'enrolperiod', '0', NULL),
(1569, 2, [[timestamp]], 'enrol_database', 'dbtype', '', NULL),
(1570, 2, [[timestamp]], 'enrol_database', 'dbhost', 'localhost', NULL),
(1571, 2, [[timestamp]], 'enrol_database', 'dbuser', '', NULL),
(1572, 2, [[timestamp]], 'enrol_database', 'dbpass', '', NULL),
(1573, 2, [[timestamp]], 'enrol_database', 'dbname', '', NULL),
(1574, 2, [[timestamp]], 'enrol_database', 'dbencoding', 'utf-8', NULL),
(1575, 2, [[timestamp]], 'enrol_database', 'dbsetupsql', '', NULL),
(1576, 2, [[timestamp]], 'enrol_database', 'dbsybasequoting', '0', NULL),
(1577, 2, [[timestamp]], 'enrol_database', 'debugdb', '0', NULL),
(1578, 2, [[timestamp]], 'enrol_database', 'localcoursefield', 'idnumber', NULL),
(1579, 2, [[timestamp]], 'enrol_database', 'localuserfield', 'idnumber', NULL),
(1580, 2, [[timestamp]], 'enrol_database', 'localrolefield', 'shortname', NULL),
(1581, 2, [[timestamp]], 'enrol_database', 'localcategoryfield', 'id', NULL),
(1582, 2, [[timestamp]], 'enrol_database', 'remoteenroltable', '', NULL),
(1583, 2, [[timestamp]], 'enrol_database', 'remotecoursefield', '', NULL),
(1584, 2, [[timestamp]], 'enrol_database', 'remoteuserfield', '', NULL),
(1585, 2, [[timestamp]], 'enrol_database', 'remoterolefield', '', NULL),
(1586, 2, [[timestamp]], 'enrol_database', 'remoteotheruserfield', '', NULL),
(1587, 2, [[timestamp]], 'enrol_database', 'defaultrole', '5', NULL),
(1588, 2, [[timestamp]], 'enrol_database', 'ignorehiddencourses', '0', NULL),
(1589, 2, [[timestamp]], 'enrol_database', 'unenrolaction', '0', NULL),
(1590, 2, [[timestamp]], 'enrol_database', 'newcoursetable', '', NULL),
(1591, 2, [[timestamp]], 'enrol_database', 'newcoursefullname', 'fullname', NULL),
(1592, 2, [[timestamp]], 'enrol_database', 'newcourseshortname', 'shortname', NULL),
(1593, 2, [[timestamp]], 'enrol_database', 'newcourseidnumber', 'idnumber', NULL),
(1594, 2, [[timestamp]], 'enrol_database', 'newcoursecategory', '', NULL),
(1595, 2, [[timestamp]], 'enrol_database', 'defaultcategory', '1', NULL),
(1596, 2, [[timestamp]], 'enrol_database', 'templatecourse', '', NULL),
(1597, 2, [[timestamp]], 'enrol_flatfile', 'location', '', NULL),
(1598, 2, [[timestamp]], 'enrol_flatfile', 'encoding', 'UTF-8', NULL),
(1599, 2, [[timestamp]], 'enrol_flatfile', 'mailstudents', '0', NULL),
(1600, 2, [[timestamp]], 'enrol_flatfile', 'mailteachers', '0', NULL),
(1601, 2, [[timestamp]], 'enrol_flatfile', 'mailadmins', '0', NULL),
(1602, 2, [[timestamp]], 'enrol_flatfile', 'unenrolaction', '3', NULL),
(1603, 2, [[timestamp]], 'enrol_flatfile', 'expiredaction', '3', NULL),
(1604, 2, [[timestamp]], 'enrol_guest', 'requirepassword', '0', NULL),
(1605, 2, [[timestamp]], 'enrol_guest', 'usepasswordpolicy', '0', NULL),
(1606, 2, [[timestamp]], 'enrol_guest', 'showhint', '0', NULL),
(1607, 2, [[timestamp]], 'enrol_guest', 'defaultenrol', '1', NULL),
(1608, 2, [[timestamp]], 'enrol_guest', 'status', '1', NULL),
(1609, 2, [[timestamp]], 'enrol_guest', 'status_adv', '', NULL),
(1610, 2, [[timestamp]], 'enrol_imsenterprise', 'imsfilelocation', '', NULL),
(1611, 2, [[timestamp]], 'enrol_imsenterprise', 'logtolocation', '', NULL),
(1612, 2, [[timestamp]], 'enrol_imsenterprise', 'mailadmins', '0', NULL),
(1613, 2, [[timestamp]], 'enrol_imsenterprise', 'createnewusers', '0', NULL),
(1614, 2, [[timestamp]], 'enrol_imsenterprise', 'imsupdateusers', '0', NULL),
(1615, 2, [[timestamp]], 'enrol_imsenterprise', 'imsdeleteusers', '0', NULL),
(1616, 2, [[timestamp]], 'enrol_imsenterprise', 'fixcaseusernames', '0', NULL),
(1617, 2, [[timestamp]], 'enrol_imsenterprise', 'fixcasepersonalnames', '0', NULL),
(1618, 2, [[timestamp]], 'enrol_imsenterprise', 'imssourcedidfallback', '0', NULL),
(1619, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap01', '5', NULL),
(1620, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap02', '3', NULL),
(1621, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap03', '3', NULL),
(1622, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap04', '5', NULL),
(1623, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap05', '0', NULL),
(1624, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap06', '4', NULL),
(1625, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap07', '0', NULL),
(1626, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrolemap08', '4', NULL),
(1627, 2, [[timestamp]], 'enrol_imsenterprise', 'truncatecoursecodes', '0', NULL),
(1628, 2, [[timestamp]], 'enrol_imsenterprise', 'createnewcourses', '0', NULL),
(1629, 2, [[timestamp]], 'enrol_imsenterprise', 'updatecourses', '0', NULL),
(1630, 2, [[timestamp]], 'enrol_imsenterprise', 'createnewcategories', '0', NULL),
(1631, 2, [[timestamp]], 'enrol_imsenterprise', 'nestedcategories', '0', NULL),
(1632, 2, [[timestamp]], 'enrol_imsenterprise', 'categoryidnumber', '0', NULL),
(1633, 2, [[timestamp]], 'enrol_imsenterprise', 'categoryseparator', '', NULL),
(1634, 2, [[timestamp]], 'enrol_imsenterprise', 'imsunenrol', '0', NULL),
(1635, 2, [[timestamp]], 'enrol_imsenterprise', 'unenrolaction', '0', NULL),
(1636, 2, [[timestamp]], 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode', NULL),
(1637, 2, [[timestamp]], 'enrol_imsenterprise', 'imscoursemapfullname', 'short', NULL),
(1638, 2, [[timestamp]], 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore', NULL),
(1639, 2, [[timestamp]], 'enrol_imsenterprise', 'imsrestricttarget', '', NULL),
(1640, 2, [[timestamp]], 'enrol_imsenterprise', 'imscapitafix', '0', NULL),
(1641, 2, [[timestamp]], 'enrol_ldap', 'host_url', '', NULL),
(1642, 2, [[timestamp]], 'enrol_ldap', 'start_tls', '0', NULL),
(1643, 2, [[timestamp]], 'enrol_ldap', 'ldap_version', '3', NULL),
(1644, 2, [[timestamp]], 'enrol_ldap', 'ldapencoding', 'utf-8', NULL),
(1645, 2, [[timestamp]], 'enrol_ldap', 'pagesize', '250', NULL),
(1646, 2, [[timestamp]], 'enrol_ldap', 'bind_dn', '', NULL),
(1647, 2, [[timestamp]], 'enrol_ldap', 'bind_pw', '', NULL),
(1648, 2, [[timestamp]], 'enrol_ldap', 'course_search_sub', '0', NULL),
(1649, 2, [[timestamp]], 'enrol_ldap', 'memberattribute_isdn', '0', NULL),
(1650, 2, [[timestamp]], 'enrol_ldap', 'user_contexts', '', NULL),
(1651, 2, [[timestamp]], 'enrol_ldap', 'user_search_sub', '0', NULL),
(1652, 2, [[timestamp]], 'enrol_ldap', 'user_type', 'default', NULL),
(1653, 2, [[timestamp]], 'enrol_ldap', 'opt_deref', '0', NULL),
(1654, 2, [[timestamp]], 'enrol_ldap', 'idnumber_attribute', '', NULL),
(1655, 2, [[timestamp]], 'enrol_ldap', 'objectclass', '', NULL),
(1656, 2, [[timestamp]], 'enrol_ldap', 'course_idnumber', '', NULL),
(1657, 2, [[timestamp]], 'enrol_ldap', 'course_shortname', '', NULL),
(1658, 2, [[timestamp]], 'enrol_ldap', 'course_fullname', '', NULL),
(1659, 2, [[timestamp]], 'enrol_ldap', 'course_summary', '', NULL),
(1660, 2, [[timestamp]], 'enrol_ldap', 'ignorehiddencourses', '0', NULL),
(1661, 2, [[timestamp]], 'enrol_ldap', 'unenrolaction', '0', NULL),
(1662, 2, [[timestamp]], 'enrol_ldap', 'autocreate', '0', NULL),
(1663, 2, [[timestamp]], 'enrol_ldap', 'category', '1', NULL),
(1664, 2, [[timestamp]], 'enrol_ldap', 'template', '', NULL),
(1665, 2, [[timestamp]], 'enrol_ldap', 'course_shortname_updateonsync', '0', NULL),
(1666, 2, [[timestamp]], 'enrol_ldap', 'course_fullname_updateonsync', '0', NULL),
(1667, 2, [[timestamp]], 'enrol_ldap', 'course_summary_updateonsync', '0', NULL),
(1668, 2, [[timestamp]], 'enrol_ldap', 'nested_groups', '0', NULL),
(1669, 2, [[timestamp]], 'enrol_ldap', 'group_memberofattribute', '', NULL),
(1670, 2, [[timestamp]], 'enrol_manual', 'expiredaction', '1', NULL),
(1671, 2, [[timestamp]], 'enrol_manual', 'expirynotifyhour', '6', NULL),
(1672, 2, [[timestamp]], 'enrol_manual', 'defaultenrol', '1', NULL),
(1673, 2, [[timestamp]], 'enrol_manual', 'status', '0', NULL),
(1674, 2, [[timestamp]], 'enrol_manual', 'roleid', '5', NULL),
(1675, 2, [[timestamp]], 'enrol_manual', 'enrolstart', '4', NULL),
(1676, 2, [[timestamp]], 'enrol_manual', 'enrolperiod', '0', NULL),
(1677, 2, [[timestamp]], 'enrol_manual', 'expirynotify', '0', NULL),
(1678, 2, [[timestamp]], 'enrol_manual', 'expirythreshold', '86400', NULL),
(1679, 2, [[timestamp]], 'enrol_mnet', 'roleid', '5', NULL),
(1680, 2, [[timestamp]], 'enrol_mnet', 'roleid_adv', '1', NULL),
(1681, 2, [[timestamp]], 'enrol_paypal', 'paypalbusiness', '', NULL),
(1682, 2, [[timestamp]], 'enrol_paypal', 'mailstudents', '0', NULL),
(1683, 2, [[timestamp]], 'enrol_paypal', 'mailteachers', '0', NULL),
(1684, 2, [[timestamp]], 'enrol_paypal', 'mailadmins', '0', NULL),
(1685, 2, [[timestamp]], 'enrol_paypal', 'expiredaction', '3', NULL),
(1686, 2, [[timestamp]], 'enrol_paypal', 'status', '1', NULL),
(1687, 2, [[timestamp]], 'enrol_paypal', 'cost', '0', NULL),
(1688, 2, [[timestamp]], 'enrol_paypal', 'currency', 'USD', NULL),
(1689, 2, [[timestamp]], 'enrol_paypal', 'roleid', '5', NULL),
(1690, 2, [[timestamp]], 'enrol_paypal', 'enrolperiod', '0', NULL),
(1691, 2, [[timestamp]], 'enrol_lti', 'emaildisplay', '2', NULL),
(1692, 2, [[timestamp]], 'enrol_lti', 'city', '', NULL),
(1693, 2, [[timestamp]], 'enrol_lti', 'country', '', NULL),
(1694, 2, [[timestamp]], 'enrol_lti', 'timezone', '99', NULL),
(1695, 2, [[timestamp]], 'enrol_lti', 'lang', 'en', NULL),
(1696, 2, [[timestamp]], 'enrol_lti', 'institution', '', NULL),
(1697, 2, [[timestamp]], 'enrol_self', 'requirepassword', '0', NULL),
(1698, 2, [[timestamp]], 'enrol_self', 'usepasswordpolicy', '0', NULL),
(1699, 2, [[timestamp]], 'enrol_self', 'showhint', '0', NULL),
(1700, 2, [[timestamp]], 'enrol_self', 'expiredaction', '1', NULL),
(1701, 2, [[timestamp]], 'enrol_self', 'expirynotifyhour', '6', NULL),
(1702, 2, [[timestamp]], 'enrol_self', 'defaultenrol', '1', NULL),
(1703, 2, [[timestamp]], 'enrol_self', 'status', '1', NULL),
(1704, 2, [[timestamp]], 'enrol_self', 'newenrols', '1', NULL),
(1705, 2, [[timestamp]], 'enrol_self', 'groupkey', '0', NULL),
(1706, 2, [[timestamp]], 'enrol_self', 'roleid', '5', NULL),
(1707, 2, [[timestamp]], 'enrol_self', 'enrolperiod', '0', NULL),
(1708, 2, [[timestamp]], 'enrol_self', 'expirynotify', '0', NULL),
(1709, 2, [[timestamp]], 'enrol_self', 'expirythreshold', '86400', NULL),
(1710, 2, [[timestamp]], 'enrol_self', 'longtimenosee', '0', NULL),
(1711, 2, [[timestamp]], 'enrol_self', 'maxenrolled', '0', NULL),
(1712, 2, [[timestamp]], 'enrol_self', 'sendcoursewelcomemessage', '1', NULL),
(1713, 2, [[timestamp]], 'filter_urltolink', 'formats', '1,4,0', NULL),
(1714, 2, [[timestamp]], 'filter_urltolink', 'embedimages', '1', NULL),
(1715, 2, [[timestamp]], 'filter_emoticon', 'formats', '1,4,0', NULL),
(1716, 2, [[timestamp]], 'filter_displayh5p', 'allowedsources', '', NULL),
(1717, 2, [[timestamp]], 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js', NULL),
(1718, 2, [[timestamp]], 'filter_mathjaxloader', 'texfiltercompatibility', '0', NULL),
(1719, 2, [[timestamp]], 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: ["Accessible.js", "Safe.js"],\n    errorSettings: { message: ["!"] },\n    skipStartupTypeset: true,\n    messageStyle: "none"\n});\n', NULL),
(1720, 2, [[timestamp]], 'filter_mathjaxloader', 'additionaldelimiters', '', NULL),
(1721, 2, [[timestamp]], NULL, 'filter_multilang_force_old', '0', NULL),
(1722, 2, [[timestamp]], 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n', NULL),
(1723, 2, [[timestamp]], 'filter_tex', 'latexbackground', '#FFFFFF', NULL),
(1724, 2, [[timestamp]], 'filter_tex', 'density', '120', NULL),
(1725, 2, [[timestamp]], 'filter_tex', 'pathlatex', '[[default_filter_tex_pathlatex]]', NULL),
(1726, 2, [[timestamp]], 'filter_tex', 'pathdvips', '[[default_filter_tex_pathdvips]]', NULL),
(1727, 2, [[timestamp]], 'filter_tex', 'pathconvert', '[[default_filter_tex_pathconvert]]', NULL),
(1728, 2, [[timestamp]], 'filter_tex', 'pathdvisvgm', '[[default_filter_tex_dvisvgm]]', NULL),
(1729, 2, [[timestamp]], 'filter_tex', 'pathmimetex', '', NULL),
(1730, 2, [[timestamp]], 'filter_tex', 'convertformat', 'gif', NULL),
(1731, 2, [[timestamp]], 'logstore_database', 'dbdriver', '', NULL),
(1732, 2, [[timestamp]], 'logstore_database', 'dbhost', '', NULL),
(1733, 2, [[timestamp]], 'logstore_database', 'dbuser', '', NULL),
(1734, 2, [[timestamp]], 'logstore_database', 'dbpass', '', NULL),
(1735, 2, [[timestamp]], 'logstore_database', 'dbname', '', NULL),
(1736, 2, [[timestamp]], 'logstore_database', 'dbtable', '', NULL),
(1737, 2, [[timestamp]], 'logstore_database', 'dbpersist', '0', NULL),
(1738, 2, [[timestamp]], 'logstore_database', 'dbsocket', '', NULL),
(1739, 2, [[timestamp]], 'logstore_database', 'dbport', '', NULL),
(1740, 2, [[timestamp]], 'logstore_database', 'dbschema', '', NULL),
(1741, 2, [[timestamp]], 'logstore_database', 'dbcollation', '', NULL),
(1742, 2, [[timestamp]], 'logstore_database', 'dbhandlesoptions', '0', NULL),
(1743, 2, [[timestamp]], 'logstore_database', 'buffersize', '50', NULL),
(1744, 2, [[timestamp]], 'logstore_database', 'jsonformat', '1', NULL),
(1745, 2, [[timestamp]], 'logstore_database', 'logguests', '0', NULL),
(1746, 2, [[timestamp]], 'logstore_database', 'includelevels', '1,2,0', NULL),
(1747, 2, [[timestamp]], 'logstore_database', 'includeactions', 'c,r,u,d', NULL),
(1748, 2, [[timestamp]], 'logstore_legacy', 'loglegacy', '0', NULL),
(1749, 2, [[timestamp]], NULL, 'logguests', '1', NULL),
(1750, 2, [[timestamp]], NULL, 'loglifetime', '0', NULL),
(1751, 2, [[timestamp]], 'logstore_standard', 'logguests', '1', NULL),
(1752, 2, [[timestamp]], 'logstore_standard', 'jsonformat', '1', NULL),
(1753, 2, [[timestamp]], 'logstore_standard', 'loglifetime', '0', NULL),
(1754, 2, [[timestamp]], 'logstore_standard', 'buffersize', '50', NULL),
(1755, 2, [[timestamp]], 'mlbackend_python', 'useserver', '0', NULL),
(1756, 2, [[timestamp]], 'mlbackend_python', 'host', '', NULL),
(1757, 2, [[timestamp]], 'mlbackend_python', 'port', '0', NULL),
(1758, 2, [[timestamp]], 'mlbackend_python', 'secure', '0', NULL),
(1759, 2, [[timestamp]], 'mlbackend_python', 'username', 'default', NULL),
(1760, 2, [[timestamp]], 'mlbackend_python', 'password', '', NULL),
(1761, 2, [[timestamp]], 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv', NULL),
(1762, 2, [[timestamp]], 'media_videojs', 'audioextensions', 'html_audio', NULL),
(1763, 2, [[timestamp]], 'media_videojs', 'youtube', '1', NULL),
(1764, 2, [[timestamp]], 'media_videojs', 'videocssclass', 'video-js', NULL),
(1765, 2, [[timestamp]], 'media_videojs', 'audiocssclass', 'video-js', NULL),
(1766, 2, [[timestamp]], 'media_videojs', 'limitsize', '1', NULL),
(1767, 2, [[timestamp]], 'paygw_paypal', 'surcharge', '0', NULL),
(1768, 2, [[timestamp]], 'qtype_multichoice', 'answerhowmany', '1', NULL),
(1769, 2, [[timestamp]], 'qtype_multichoice', 'shuffleanswers', '1', NULL),
(1770, 2, [[timestamp]], 'qtype_multichoice', 'answernumbering', 'abc', NULL),
(1771, 2, [[timestamp]], 'qtype_multichoice', 'showstandardinstruction', '0', NULL),
(1772, 2, [[timestamp]], '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),
(1773, 2, [[timestamp]], 'editor_atto', 'autosavefrequency', '60', NULL),
(1774, 2, [[timestamp]], 'atto_collapse', 'showgroups', '6', NULL),
(1775, 2, [[timestamp]], '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),
(1776, 2, [[timestamp]], '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),
(1777, 2, [[timestamp]], '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),
(1778, 2, [[timestamp]], '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),
(1779, 2, [[timestamp]], 'atto_recordrtc', 'allowedtypes', 'both', NULL),
(1780, 2, [[timestamp]], 'atto_recordrtc', 'audiobitrate', '128000', NULL),
(1781, 2, [[timestamp]], 'atto_recordrtc', 'videobitrate', '2500000', NULL),
(1782, 2, [[timestamp]], 'atto_recordrtc', 'audiotimelimit', '120', NULL),
(1783, 2, [[timestamp]], 'atto_recordrtc', 'videotimelimit', '120', NULL),
(1784, 2, [[timestamp]], 'atto_table', 'allowborders', '0', NULL),
(1785, 2, [[timestamp]], 'atto_table', 'allowbackgroundcolour', '0', NULL),
(1786, 2, [[timestamp]], 'atto_table', 'allowwidth', '0', NULL),
(1787, 2, [[timestamp]], '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),
(1788, 2, [[timestamp]], '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),
(1789, 2, [[timestamp]], '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),
(1790, 2, [[timestamp]], '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),
(1791, 2, [[timestamp]], 'tiny_recordrtc', 'allowedtypes', 'both', NULL),
(1792, 2, [[timestamp]], 'tiny_recordrtc', 'audiobitrate', '128000', NULL),
(1793, 2, [[timestamp]], 'tiny_recordrtc', 'videobitrate', '2500000', NULL),
(1794, 2, [[timestamp]], 'tiny_recordrtc', 'audiotimelimit', '120', NULL),
(1795, 2, [[timestamp]], 'tiny_recordrtc', 'videotimelimit', '120', NULL),
(1796, 2, [[timestamp]], 'editor_tiny', 'branding', '1', NULL),
(1797, 2, [[timestamp]], '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),
(1798, 2, [[timestamp]], '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),
(1799, 2, [[timestamp]], 'editor_tinymce', 'customconfig', '', NULL),
(1800, 2, [[timestamp]], 'tinymce_moodleemoticon', 'requireemoticon', '1', NULL),
(1801, 2, [[timestamp]], 'tinymce_spellchecker', 'spellengine', '', NULL),
(1802, 2, [[timestamp]], '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),
(1803, 2, [[timestamp]], NULL, 'profileroles', '5,4,3', NULL),
(1804, 2, [[timestamp]], NULL, 'coursecontact', '3', NULL),
(1805, 2, [[timestamp]], NULL, 'frontpage', '6', NULL),
(1806, 2, [[timestamp]], NULL, 'frontpageloggedin', '6', NULL),
(1807, 2, [[timestamp]], NULL, 'maxcategorydepth', '2', NULL),
(1808, 2, [[timestamp]], NULL, 'frontpagecourselimit', '200', NULL),
(1809, 2, [[timestamp]], NULL, 'commentsperpage', '15', NULL),
(1810, 2, [[timestamp]], NULL, 'defaultfrontpageroleid', '8', NULL),
(1811, 2, [[timestamp]], NULL, 'messageinbound_enabled', '0', NULL),
(1812, 2, [[timestamp]], NULL, 'messageinbound_mailbox', '', NULL),
(1813, 2, [[timestamp]], NULL, 'messageinbound_domain', '', NULL),
(1814, 2, [[timestamp]], NULL, 'messageinbound_host', '', NULL),
(1815, 2, [[timestamp]], NULL, 'messageinbound_hostssl', 'ssl', NULL),
(1816, 2, [[timestamp]], NULL, 'messageinbound_hostuser', '', NULL),
(1817, 2, [[timestamp]], NULL, 'messageinbound_hostpass', '', NULL),
(1818, 2, [[timestamp]], 'tool_mobile', 'apppolicy', '', NULL),
(1819, 2, [[timestamp]], 'tool_mobile', 'typeoflogin', '1', NULL),
(1820, 2, [[timestamp]], 'tool_mobile', 'qrcodetype', '1', NULL),
(1821, 2, [[timestamp]], 'tool_mobile', 'qrkeyttl', '600', NULL),
(1822, 2, [[timestamp]], 'tool_mobile', 'qrsameipcheck', '1', NULL),
(1823, 2, [[timestamp]], 'tool_mobile', 'forcedurlscheme', 'moodlemobile', NULL),
(1824, 2, [[timestamp]], 'tool_mobile', 'minimumversion', '', NULL),
(1825, 2, [[timestamp]], 'tool_mobile', 'autologinmintimebetweenreq', '360', NULL),
(1826, 2, [[timestamp]], NULL, 'mobilecssurl', '', NULL),
(1827, 2, [[timestamp]], 'tool_mobile', 'enablesmartappbanners', '0', NULL),
(1828, 2, [[timestamp]], 'tool_mobile', 'iosappid', '633359593', NULL),
(1829, 2, [[timestamp]], 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile', NULL),
(1830, 2, [[timestamp]], 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile', NULL),
(1831, 2, [[timestamp]], 'tool_mobile', 'forcelogout', '0', NULL),
(1832, 2, [[timestamp]], 'tool_mobile', 'disabledfeatures', '', NULL),
(1833, 2, [[timestamp]], 'tool_mobile', 'custommenuitems', '', NULL),
(1834, 2, [[timestamp]], 'tool_mobile', 'filetypeexclusionlist', '', NULL),
(1835, 2, [[timestamp]], 'tool_mobile', 'customlangstrings', '', NULL),
(1836, 2, [[timestamp]], NULL, 'enablemobilewebservice', '0', NULL),
(1837, 2, [[timestamp]], 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central', NULL),
(1838, 2, [[timestamp]], 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net', NULL),
(1839, 2, [[timestamp]], NULL, 'timezone', 'America/New_York', NULL),
(1840, 2, [[timestamp]], NULL, 'registerauth', '', NULL),
(1841, 2, [[timestamp]], NULL, 'supportemail', '[[support_email]]', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]config_plugins`
--

CREATE TABLE `[[dbprefix]]config_plugins` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `plugin` varchar(100) NOT NULL DEFAULT 'core',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]confplug_plunam_uix` (`plugin`,`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Moodle modules and plugins configuration variables' AUTO_INCREMENT=2037 ;

--
-- Dumping data for table `[[dbprefix]]config_plugins`
--

INSERT INTO `[[dbprefix]]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: <a href="{link}">{link}</a>.'),
(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_ttl', '0'),
(195, 'question_preview', 'behaviour', 'deferredfeedback'),
(196, 'question_preview', 'correctness', '1'),
(197, 'question_preview', 'marks', '2'),
(198, 'question_preview', 'markdp', '2'),
(199, 'question_preview', 'feedback', '1'),
(200, 'question_preview', 'generalfeedback', '1'),
(201, 'question_preview', 'rightanswer', '1'),
(202, 'question_preview', 'history', '0'),
(203, 'tool_task', 'enablerunnow', '1'),
(204, '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'),
(205, 'theme_boost', 'unaddableblocks', 'navigation,settings,course_list,section_links'),
(206, 'theme_boost', 'preset', 'default.scss'),
(207, 'theme_boost', 'presetfiles', ''),
(208, 'theme_boost', 'backgroundimage', ''),
(209, 'theme_boost', 'loginbackgroundimage', ''),
(210, 'theme_boost', 'brandcolor', ''),
(211, 'theme_boost', 'scsspre', ''),
(212, 'theme_boost', 'scss', ''),
(213, 'theme_classic', 'navbardark', '0'),
(214, 'theme_classic', 'unaddableblocks', ''),
(215, 'theme_classic', 'preset', 'default.scss'),
(216, 'theme_classic', 'presetfiles', ''),
(217, 'theme_classic', 'backgroundimage', ''),
(218, 'theme_classic', 'loginbackgroundimage', ''),
(219, 'theme_classic', 'brandcolor', ''),
(220, 'theme_classic', 'scsspre', ''),
(221, 'theme_classic', 'scss', ''),
(222, 'core_admin', 'logo', ''),
(223, 'core_admin', 'logocompact', ''),
(224, 'core_admin', 'favicon', ''),
(225, 'core_admin', 'coursecolor1', '#81ecec'),
(226, 'core_admin', 'coursecolor2', '#74b9ff'),
(227, 'core_admin', 'coursecolor3', '#a29bfe'),
(228, 'core_admin', 'coursecolor4', '#dfe6e9'),
(229, 'core_admin', 'coursecolor5', '#00b894'),
(230, 'core_admin', 'coursecolor6', '#0984e3'),
(231, 'core_admin', 'coursecolor7', '#b2bec3'),
(232, 'core_admin', 'coursecolor8', '#fdcb6e'),
(233, 'core_admin', 'coursecolor9', '#fd79a8'),
(234, 'core_admin', 'coursecolor10', '#6c5ce7'),
(235, 'core_competency', 'pushcourseratingstouserplans', '1'),
(236, 'antivirus_clamav', 'version', '2022112800'),
(237, 'availability_completion', 'version', '2022112800'),
(238, 'availability_date', 'version', '2022112800'),
(239, 'availability_grade', 'version', '2022112800'),
(240, 'availability_group', 'version', '2022112800'),
(241, 'availability_grouping', 'version', '2022112800'),
(242, 'availability_profile', 'version', '2022112800'),
(243, 'qtype_calculated', 'version', '2022112800'),
(244, 'qtype_calculatedmulti', 'version', '2022112800'),
(245, 'qtype_calculatedsimple', 'version', '2022112800'),
(246, 'qtype_ddimageortext', 'version', '2022112800'),
(247, 'qtype_ddmarker', 'version', '2022112800'),
(248, 'qtype_ddwtos', 'version', '2022112800'),
(249, 'qtype_description', 'version', '2022112800'),
(250, 'qtype_essay', 'version', '2022112800'),
(251, 'qtype_gapselect', 'version', '2022112800'),
(252, 'qtype_match', 'version', '2022112800'),
(253, 'qtype_missingtype', 'version', '2022112800'),
(254, 'qtype_multianswer', 'version', '2022112800'),
(255, 'qtype_multichoice', 'version', '2022112800'),
(256, 'qtype_numerical', 'version', '2022112800'),
(257, 'qtype_random', 'version', '2022112800'),
(258, 'qtype_randomsamatch', 'version', '2022112800'),
(259, 'qtype_shortanswer', 'version', '2022112800'),
(260, 'qtype_truefalse', 'version', '2022112800'),
(261, 'mod_assign', 'version', '2022112801'),
(262, 'mod_assignment', 'version', '2022112800'),
(264, 'mod_bigbluebuttonbn', 'version', '2022112800'),
(266, 'mod_book', 'version', '2022112800'),
(267, 'mod_chat', 'version', '2022112800'),
(268, 'mod_choice', 'version', '2022112800'),
(269, 'mod_data', 'version', '2022112801'),
(270, 'mod_feedback', 'version', '2022112800'),
(272, 'mod_folder', 'version', '2022112800'),
(274, 'mod_forum', 'version', '2022112801'),
(275, 'mod_glossary', 'version', '2022112800'),
(276, 'mod_h5pactivity', 'version', '2022112801'),
(277, 'mod_imscp', 'version', '2022112800'),
(279, 'mod_label', 'version', '2022112801'),
(280, 'mod_lesson', 'version', '2022112800'),
(281, 'mod_lti', 'version', '2022112800'),
(283, 'mod_lti', 'kid', '[[kid]]'),
(284, 'mod_lti', 'privatekey', '[[privatekey]]'),
(285, 'mod_page', 'version', '2022112800'),
(287, 'mod_quiz', 'version', '2022112800'),
(288, 'mod_resource', 'version', '2022112800'),
(289, 'mod_scorm', 'version', '2022112800'),
(290, 'mod_survey', 'version', '2022112800'),
(292, 'mod_url', 'version', '2022112800'),
(294, 'mod_wiki', 'version', '2022112800'),
(296, 'mod_workshop', 'version', '2022112800'),
(297, 'auth_cas', 'version', '2022112800'),
(299, 'auth_db', 'version', '2022112800'),
(301, 'auth_email', 'version', '2022112800'),
(302, 'auth_ldap', 'version', '2022112800'),
(304, 'auth_lti', 'version', '2022112801'),
(305, 'auth_manual', 'version', '2022112800'),
(306, 'auth_mnet', 'version', '2022112800'),
(308, 'auth_nologin', 'version', '2022112800'),
(309, 'auth_none', 'version', '2022112800'),
(310, 'auth_oauth2', 'version', '2022112800'),
(311, 'auth_shibboleth', 'version', '2022112800'),
(313, 'auth_webservice', 'version', '2022112800'),
(314, 'calendartype_gregorian', 'version', '2022112800'),
(315, 'customfield_checkbox', 'version', '2022112800'),
(316, 'customfield_date', 'version', '2022112800'),
(317, 'customfield_select', 'version', '2022112800'),
(318, 'customfield_text', 'version', '2022112800'),
(319, 'customfield_textarea', 'version', '2022112800'),
(320, 'enrol_category', 'version', '2022112800'),
(322, 'enrol_cohort', 'version', '2022112800'),
(323, 'enrol_database', 'version', '2022112800'),
(325, 'enrol_fee', 'version', '2022112800'),
(326, 'enrol_flatfile', 'version', '2022112800'),
(328, 'enrol_flatfile', 'map_1', 'manager'),
(329, 'enrol_flatfile', 'map_2', 'coursecreator'),
(330, 'enrol_flatfile', 'map_3', 'editingteacher'),
(331, 'enrol_flatfile', 'map_4', 'teacher'),
(332, 'enrol_flatfile', 'map_5', 'student'),
(333, 'enrol_flatfile', 'map_6', 'guest'),
(334, 'enrol_flatfile', 'map_7', 'user'),
(335, 'enrol_flatfile', 'map_8', 'frontpage'),
(336, 'enrol_guest', 'version', '2022112800'),
(337, 'enrol_imsenterprise', 'version', '2022112800'),
(339, 'enrol_ldap', 'version', '2022112800'),
(341, 'enrol_lti', 'version', '2022112800'),
(343, 'enrol_lti', 'lti_13_kid', '[[enrol_lti_kid]]'),
(344, 'enrol_lti', 'lti_13_privatekey', '[[enrol_lti_privatekey]]'),
(345, 'enrol_manual', 'version', '2022112800'),
(347, 'enrol_meta', 'version', '2022112800'),
(349, 'enrol_mnet', 'version', '2022112800'),
(350, 'enrol_paypal', 'version', '2022112800'),
(351, 'enrol_self', 'version', '2022112800'),
(353, 'message_airnotifier', 'version', '2022112800'),
(355, 'message', 'airnotifier_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(356, 'message', 'airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(357, 'message', 'airnotifier_provider_enrol_manual_expiry_notification_locked', '0'),
(358, 'message', 'airnotifier_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(359, 'message', 'airnotifier_provider_enrol_self_expiry_notification_locked', '0'),
(360, 'message', 'airnotifier_provider_mod_assign_assign_notification_locked', '0'),
(361, 'message', 'airnotifier_provider_mod_assignment_assignment_updates_locked', '0'),
(362, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(363, 'message', 'airnotifier_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(364, 'message', 'airnotifier_provider_mod_feedback_submission_locked', '0'),
(365, 'message', 'airnotifier_provider_mod_feedback_message_locked', '0'),
(366, 'message', 'airnotifier_provider_mod_forum_posts_locked', '0'),
(367, 'message', 'message_provider_mod_forum_posts_enabled', 'email,airnotifier'),
(368, 'message', 'airnotifier_provider_mod_forum_digests_locked', '0'),
(369, 'message', 'airnotifier_provider_mod_lesson_graded_essay_locked', '0'),
(370, 'message', 'message_provider_mod_lesson_graded_essay_enabled', 'email,airnotifier'),
(371, 'message', 'airnotifier_provider_mod_quiz_submission_locked', '0'),
(372, 'message', 'airnotifier_provider_mod_quiz_confirmation_locked', '0'),
(373, 'message', 'message_provider_mod_quiz_confirmation_enabled', 'email,airnotifier'),
(374, 'message', 'airnotifier_provider_mod_quiz_attempt_overdue_locked', '0'),
(375, 'message', 'message_provider_mod_quiz_attempt_overdue_enabled', 'email,airnotifier'),
(376, 'message', 'airnotifier_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(377, 'message', 'message_provider_mod_quiz_attempt_grading_complete_enabled', 'email,airnotifier'),
(378, 'message', 'airnotifier_provider_moodle_newlogin_locked', '0'),
(379, 'message', 'message_provider_moodle_newlogin_enabled', 'email,airnotifier'),
(380, 'message', 'airnotifier_provider_moodle_notices_locked', '0'),
(381, 'message', 'airnotifier_provider_moodle_errors_locked', '0'),
(382, 'message', 'airnotifier_provider_moodle_availableupdate_locked', '0'),
(383, 'message', 'airnotifier_provider_moodle_instantmessage_locked', '0'),
(384, 'message', 'airnotifier_provider_moodle_backup_locked', '0'),
(385, 'message', 'airnotifier_provider_moodle_courserequested_locked', '0'),
(386, 'message', 'airnotifier_provider_moodle_courserequestapproved_locked', '0'),
(387, 'message', 'message_provider_moodle_courserequestapproved_enabled', 'email,airnotifier'),
(388, 'message', 'airnotifier_provider_moodle_courserequestrejected_locked', '0'),
(389, 'message', 'message_provider_moodle_courserequestrejected_enabled', 'email,airnotifier'),
(390, 'message', 'airnotifier_provider_moodle_coursecompleted_locked', '0'),
(391, 'message', 'message_provider_moodle_coursecompleted_enabled', 'email,airnotifier'),
(392, 'message', 'airnotifier_provider_moodle_coursecontentupdated_locked', '0'),
(393, 'message', 'message_provider_moodle_coursecontentupdated_enabled', 'popup,email,airnotifier'),
(394, 'message', 'airnotifier_provider_moodle_badgerecipientnotice_locked', '0'),
(395, 'message', 'message_provider_moodle_badgerecipientnotice_enabled', 'popup,email,airnotifier'),
(396, 'message', 'airnotifier_provider_moodle_badgecreatornotice_locked', '0'),
(397, 'message', 'airnotifier_provider_moodle_competencyplancomment_locked', '0'),
(398, 'message', 'airnotifier_provider_moodle_competencyusercompcomment_locked', '0'),
(399, 'message', 'airnotifier_provider_moodle_insights_locked', '0'),
(400, 'message', 'message_provider_moodle_insights_enabled', 'popup,email,airnotifier'),
(401, 'message', 'airnotifier_provider_moodle_messagecontactrequests_locked', '0'),
(402, 'message', 'message_provider_moodle_messagecontactrequests_enabled', 'email,airnotifier'),
(403, 'message', 'airnotifier_provider_moodle_asyncbackupnotification_locked', '0'),
(404, 'message', 'airnotifier_provider_moodle_gradenotifications_locked', '0'),
(405, 'message', 'airnotifier_provider_moodle_infected_locked', '0'),
(406, 'message', 'airnotifier_provider_moodle_reportbuilderschedule_locked', '0'),
(407, 'message_email', 'version', '2022112800'),
(409, 'message', 'email_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(410, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_enabled', 'email'),
(411, 'message', 'email_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(412, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_enabled', 'email'),
(413, 'message', 'email_provider_enrol_manual_expiry_notification_locked', '0'),
(414, 'message', 'message_provider_enrol_manual_expiry_notification_enabled', 'email'),
(415, 'message', 'email_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(416, 'message', 'message_provider_enrol_paypal_paypal_enrolment_enabled', 'email'),
(417, 'message', 'email_provider_enrol_self_expiry_notification_locked', '0'),
(418, 'message', 'message_provider_enrol_self_expiry_notification_enabled', 'email'),
(419, 'message', 'email_provider_mod_assign_assign_notification_locked', '0'),
(420, 'message', 'message_provider_mod_assign_assign_notification_enabled', 'email'),
(421, 'message', 'email_provider_mod_assignment_assignment_updates_locked', '0'),
(422, 'message', 'message_provider_mod_assignment_assignment_updates_enabled', 'email'),
(423, 'message', 'email_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(424, 'message', 'message_provider_mod_bigbluebuttonbn_recording_ready_enabled', 'email'),
(425, 'message', 'email_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(426, 'message', 'message_provider_mod_bigbluebuttonbn_instance_updated_enabled', 'email'),
(427, 'message', 'email_provider_mod_feedback_submission_locked', '0'),
(428, 'message', 'message_provider_mod_feedback_submission_enabled', 'email'),
(429, 'message', 'email_provider_mod_feedback_message_locked', '0'),
(430, 'message', 'message_provider_mod_feedback_message_enabled', 'email'),
(431, 'message', 'email_provider_mod_forum_posts_locked', '0'),
(432, 'message', 'email_provider_mod_forum_digests_locked', '0'),
(433, 'message', 'message_provider_mod_forum_digests_enabled', 'email'),
(434, 'message', 'email_provider_mod_lesson_graded_essay_locked', '0'),
(435, 'message', 'email_provider_mod_quiz_submission_locked', '0'),
(436, 'message', 'message_provider_mod_quiz_submission_enabled', 'email'),
(437, 'message', 'email_provider_mod_quiz_confirmation_locked', '0'),
(438, 'message', 'email_provider_mod_quiz_attempt_overdue_locked', '0'),
(439, 'message', 'email_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(440, 'message', 'email_provider_moodle_newlogin_locked', '0'),
(441, 'message', 'email_provider_moodle_notices_locked', '0'),
(442, 'message', 'message_provider_moodle_notices_enabled', 'email'),
(443, 'message', 'email_provider_moodle_errors_locked', '0'),
(444, 'message', 'message_provider_moodle_errors_enabled', 'email'),
(445, 'message', 'email_provider_moodle_availableupdate_locked', '0'),
(446, 'message', 'message_provider_moodle_availableupdate_enabled', 'email'),
(447, 'message', 'email_provider_moodle_instantmessage_locked', '0'),
(448, 'message', 'message_provider_moodle_instantmessage_enabled', 'popup,email'),
(449, 'message', 'email_provider_moodle_backup_locked', '0'),
(450, 'message', 'message_provider_moodle_backup_enabled', 'email'),
(451, 'message', 'email_provider_moodle_courserequested_locked', '0'),
(452, 'message', 'message_provider_moodle_courserequested_enabled', 'email'),
(453, 'message', 'email_provider_moodle_courserequestapproved_locked', '0'),
(454, 'message', 'email_provider_moodle_courserequestrejected_locked', '0'),
(455, 'message', 'email_provider_moodle_coursecompleted_locked', '0'),
(456, 'message', 'email_provider_moodle_coursecontentupdated_locked', '0'),
(457, 'message', 'email_provider_moodle_badgerecipientnotice_locked', '0'),
(458, 'message', 'email_provider_moodle_badgecreatornotice_locked', '0'),
(459, 'message', 'message_provider_moodle_badgecreatornotice_enabled', 'email'),
(460, 'message', 'email_provider_moodle_competencyplancomment_locked', '0'),
(461, 'message', 'message_provider_moodle_competencyplancomment_enabled', 'email'),
(462, 'message', 'email_provider_moodle_competencyusercompcomment_locked', '0'),
(463, 'message', 'message_provider_moodle_competencyusercompcomment_enabled', 'email'),
(464, 'message', 'email_provider_moodle_insights_locked', '0'),
(465, 'message', 'email_provider_moodle_messagecontactrequests_locked', '0'),
(466, 'message', 'email_provider_moodle_asyncbackupnotification_locked', '0'),
(467, 'message', 'message_provider_moodle_asyncbackupnotification_enabled', 'popup,email'),
(468, 'message', 'email_provider_moodle_gradenotifications_locked', '0'),
(469, 'message', 'message_provider_moodle_gradenotifications_enabled', 'popup,email'),
(470, 'message', 'email_provider_moodle_infected_locked', '0'),
(471, 'message', 'message_provider_moodle_infected_enabled', 'email'),
(472, 'message', 'email_provider_moodle_reportbuilderschedule_locked', '1'),
(473, 'message', 'message_provider_moodle_reportbuilderschedule_enabled', 'email'),
(474, 'message_popup', 'version', '2022112800'),
(476, 'message', 'popup_provider_enrol_flatfile_flatfile_enrolment_locked', '0'),
(477, 'message', 'popup_provider_enrol_imsenterprise_imsenterprise_enrolment_locked', '0'),
(478, 'message', 'popup_provider_enrol_manual_expiry_notification_locked', '0'),
(479, 'message', 'popup_provider_enrol_paypal_paypal_enrolment_locked', '0'),
(480, 'message', 'popup_provider_enrol_self_expiry_notification_locked', '0'),
(481, 'message', 'popup_provider_mod_assign_assign_notification_locked', '0'),
(482, 'message', 'popup_provider_mod_assignment_assignment_updates_locked', '0'),
(483, 'message', 'popup_provider_mod_bigbluebuttonbn_recording_ready_locked', '0'),
(484, 'message', 'popup_provider_mod_bigbluebuttonbn_instance_updated_locked', '0'),
(485, 'message', 'popup_provider_mod_feedback_submission_locked', '0'),
(486, 'message', 'popup_provider_mod_feedback_message_locked', '0'),
(487, 'message', 'popup_provider_mod_forum_posts_locked', '0'),
(488, 'message', 'popup_provider_mod_forum_digests_locked', '0'),
(489, 'message', 'popup_provider_mod_lesson_graded_essay_locked', '0'),
(490, 'message', 'popup_provider_mod_quiz_submission_locked', '0'),
(491, 'message', 'popup_provider_mod_quiz_confirmation_locked', '0'),
(492, 'message', 'popup_provider_mod_quiz_attempt_overdue_locked', '0'),
(493, 'message', 'popup_provider_mod_quiz_attempt_grading_complete_locked', '0'),
(494, 'message', 'popup_provider_moodle_newlogin_locked', '0'),
(495, 'message', 'popup_provider_moodle_notices_locked', '0'),
(496, 'message', 'popup_provider_moodle_errors_locked', '0'),
(497, 'message', 'popup_provider_moodle_availableupdate_locked', '0'),
(498, 'message', 'popup_provider_moodle_instantmessage_locked', '0'),
(499, 'message', 'popup_provider_moodle_backup_locked', '0'),
(500, 'message', 'popup_provider_moodle_courserequested_locked', '0'),
(501, 'message', 'popup_provider_moodle_courserequestapproved_locked', '0'),
(502, 'message', 'popup_provider_moodle_courserequestrejected_locked', '0'),
(503, 'message', 'popup_provider_moodle_coursecompleted_locked', '0'),
(504, 'message', 'popup_provider_moodle_coursecontentupdated_locked', '0'),
(505, 'message', 'popup_provider_moodle_badgerecipientnotice_locked', '0'),
(506, 'message', 'popup_provider_moodle_badgecreatornotice_locked', '0'),
(507, 'message', 'popup_provider_moodle_competencyplancomment_locked', '0'),
(508, 'message', 'popup_provider_moodle_competencyusercompcomment_locked', '0'),
(509, 'message', 'popup_provider_moodle_insights_locked', '0'),
(510, 'message', 'popup_provider_moodle_messagecontactrequests_locked', '0'),
(511, 'message', 'popup_provider_moodle_asyncbackupnotification_locked', '0'),
(512, 'message', 'popup_provider_moodle_gradenotifications_locked', '0'),
(513, 'message', 'popup_provider_moodle_infected_locked', '0'),
(514, 'message', 'popup_provider_moodle_reportbuilderschedule_locked', '0'),
(515, 'block_accessreview', 'version', '2022112800'),
(516, 'block_activity_modules', 'version', '2022112800'),
(517, 'block_activity_results', 'version', '2022112800'),
(518, 'block_admin_bookmarks', 'version', '2022112800'),
(519, 'block_badges', 'version', '2022112800'),
(520, 'block_blog_menu', 'version', '2022112800'),
(521, 'block_blog_recent', 'version', '2022112800'),
(522, 'block_blog_tags', 'version', '2022112800'),
(523, 'block_calendar_month', 'version', '2022112800'),
(524, 'block_calendar_upcoming', 'version', '2022112800'),
(525, 'block_comments', 'version', '2022112800'),
(526, 'block_completionstatus', 'version', '2022112800'),
(527, 'block_course_list', 'version', '2022112800'),
(528, 'block_course_summary', 'version', '2022112800'),
(530, 'block_feedback', 'version', '2022112800'),
(532, 'block_globalsearch', 'version', '2022112800'),
(533, 'block_glossary_random', 'version', '2022112800'),
(534, 'block_html', 'version', '2022112800'),
(535, 'block_login', 'version', '2022112800'),
(536, 'block_lp', 'version', '2022112800'),
(537, 'block_mentees', 'version', '2022112800'),
(538, 'block_mnet_hosts', 'version', '2022112800'),
(539, 'block_myoverview', 'version', '2022112800'),
(540, 'block_myprofile', 'version', '2022112800'),
(541, 'block_navigation', 'version', '2022112800'),
(542, 'block_news_items', 'version', '2022112800'),
(543, 'block_online_users', 'version', '2022112800'),
(544, 'block_private_files', 'version', '2022112800'),
(545, 'block_recent_activity', 'version', '2022112800'),
(546, 'block_recentlyaccessedcourses', 'version', '2022112800'),
(548, 'block_recentlyaccesseditems', 'version', '2022112800'),
(549, 'block_rss_client', 'version', '2022112800'),
(551, 'block_search_forums', 'version', '2022112800'),
(552, 'block_section_links', 'version', '2022112800'),
(553, 'block_selfcompletion', 'version', '2022112800'),
(555, 'block_settings', 'version', '2022112800'),
(556, 'block_site_main_menu', 'version', '2022112800'),
(557, 'block_social_activities', 'version', '2022112800'),
(558, 'block_starredcourses', 'version', '2022112800'),
(559, 'block_tag_flickr', 'version', '2022112800'),
(560, 'block_tag_youtube', 'version', '2022112800'),
(562, 'block_tags', 'version', '2022112800'),
(563, 'block_timeline', 'version', '2022112800'),
(565, 'media_html5audio', 'version', '2022112800'),
(566, 'media_html5video', 'version', '2022112800'),
(567, 'media_videojs', 'version', '2022112800'),
(568, 'media_vimeo', 'version', '2022112800'),
(569, 'media_youtube', 'version', '2022112800'),
(570, 'filter_activitynames', 'version', '2022112800'),
(572, 'filter_algebra', 'version', '2022112800'),
(573, 'filter_data', 'version', '2022112800'),
(575, 'filter_displayh5p', 'version', '2022112800'),
(577, 'filter_emailprotect', 'version', '2022112800'),
(578, 'filter_emoticon', 'version', '2022112800'),
(580, 'filter_glossary', 'version', '2022112800'),
(582, 'filter_mathjaxloader', 'version', '2022112800'),
(584, 'filter_mediaplugin', 'version', '2022112800'),
(586, 'filter_multilang', 'version', '2022112800'),
(587, 'filter_tex', 'version', '2022112800'),
(589, 'filter_tidy', 'version', '2022112800'),
(590, 'filter_urltolink', 'version', '2022112800'),
(592, 'editor_atto', 'version', '2022112800'),
(594, 'editor_textarea', 'version', '2022112800'),
(595, 'editor_tiny', 'version', '2022112800'),
(597, 'editor_tinymce', 'version', '2022112800'),
(598, 'format_singleactivity', 'version', '2022112800'),
(599, 'format_social', 'version', '2022112800'),
(600, 'format_topics', 'version', '2022112801'),
(601, 'format_weeks', 'version', '2022112801'),
(602, 'dataformat_csv', 'version', '2022112800'),
(603, 'dataformat_excel', 'version', '2022112800'),
(604, 'dataformat_html', 'version', '2022112800'),
(605, 'dataformat_json', 'version', '2022112800'),
(606, 'dataformat_ods', 'version', '2022112800'),
(607, 'dataformat_pdf', 'version', '2022112800'),
(608, 'profilefield_checkbox', 'version', '2022112800'),
(609, 'profilefield_datetime', 'version', '2022112800'),
(610, 'profilefield_menu', 'version', '2022112800'),
(611, 'profilefield_social', 'version', '2022112800'),
(612, 'profilefield_text', 'version', '2022112800'),
(613, 'profilefield_textarea', 'version', '2022112800'),
(614, 'report_backups', 'version', '2022112800'),
(615, 'report_competency', 'version', '2022112800'),
(616, 'report_completion', 'version', '2022112800'),
(618, 'report_configlog', 'version', '2022112800'),
(619, 'report_courseoverview', 'version', '2022112800'),
(620, 'report_eventlist', 'version', '2022112800'),
(621, 'report_infectedfiles', 'version', '2022112800'),
(622, 'report_insights', 'version', '2022112800'),
(623, 'report_log', 'version', '2022112800'),
(625, 'report_loglive', 'version', '2022112800'),
(626, 'report_outline', 'version', '2022112800'),
(628, 'report_participation', 'version', '2022112800'),
(630, 'report_performance', 'version', '2022112800'),
(631, 'report_progress', 'version', '2022112800'),
(633, 'report_questioninstances', 'version', '2022112800'),
(634, 'report_security', 'version', '2022112800'),
(635, 'report_stats', 'version', '2022112800'),
(637, 'report_status', 'version', '2022112800'),
(638, 'report_usersessions', 'version', '2022112800'),
(639, 'gradeexport_ods', 'version', '2022112800'),
(640, 'gradeexport_txt', 'version', '2022112800'),
(641, 'gradeexport_xls', 'version', '2022112800'),
(642, 'gradeexport_xml', 'version', '2022112800'),
(643, 'gradeimport_csv', 'version', '2022112800'),
(644, 'gradeimport_direct', 'version', '2022112800'),
(645, 'gradeimport_xml', 'version', '2022112800'),
(646, 'gradereport_grader', 'version', '2022112800'),
(647, 'gradereport_history', 'version', '2022112800'),
(648, 'gradereport_outcomes', 'version', '2022112800'),
(649, 'gradereport_overview', 'version', '2022112800'),
(650, 'gradereport_singleview', 'version', '2022112800'),
(651, 'gradereport_summary', 'version', '2022112800'),
(652, 'gradereport_user', 'version', '2022112800'),
(653, 'gradingform_guide', 'version', '2022112800'),
(654, 'gradingform_rubric', 'version', '2022112800'),
(655, 'mlbackend_php', 'version', '2022112800'),
(656, 'mlbackend_python', 'version', '2022112800'),
(657, 'mnetservice_enrol', 'version', '2022112800'),
(658, 'webservice_rest', 'version', '2022112800'),
(659, 'webservice_soap', 'version', '2022112800'),
(660, 'repository_areafiles', 'version', '2022112800'),
(662, 'areafiles', 'enablecourseinstances', '0'),
(663, 'areafiles', 'enableuserinstances', '0'),
(664, 'repository_contentbank', 'version', '2022112800'),
(666, 'contentbank', 'enablecourseinstances', '0'),
(667, 'contentbank', 'enableuserinstances', '0'),
(668, 'repository_coursefiles', 'version', '2022112800'),
(669, 'repository_dropbox', 'version', '2022112800'),
(670, 'repository_equella', 'version', '2022112800'),
(671, 'repository_filesystem', 'version', '2022112800'),
(672, 'repository_flickr', 'version', '2022112800'),
(673, 'repository_flickr_public', 'version', '2022112800'),
(674, 'repository_googledocs', 'version', '2022112800'),
(675, 'repository_local', 'version', '2022112800'),
(677, 'local', 'enablecourseinstances', '0'),
(678, 'local', 'enableuserinstances', '0'),
(679, 'repository_merlot', 'version', '2022112800'),
(680, 'repository_nextcloud', 'version', '2022112800'),
(681, 'repository_onedrive', 'version', '2022112800'),
(682, 'repository_recent', 'version', '2022112800'),
(684, 'recent', 'enablecourseinstances', '0'),
(685, 'recent', 'enableuserinstances', '0'),
(686, 'repository_s3', 'version', '2022112800'),
(687, 'repository_upload', 'version', '2022112800'),
(689, 'upload', 'enablecourseinstances', '0'),
(690, 'upload', 'enableuserinstances', '0'),
(691, 'repository_url', 'version', '2022112800'),
(693, 'url', 'enablecourseinstances', '0'),
(694, 'url', 'enableuserinstances', '0'),
(695, 'repository_user', 'version', '2022112800'),
(697, 'user', 'enablecourseinstances', '0'),
(698, 'user', 'enableuserinstances', '0'),
(699, 'repository_webdav', 'version', '2022112800'),
(700, 'repository_wikimedia', 'version', '2022112800'),
(702, 'wikimedia', 'enablecourseinstances', '0'),
(703, 'wikimedia', 'enableuserinstances', '0'),
(704, 'repository_youtube', 'version', '2022112800'),
(706, 'portfolio_download', 'version', '2022112800'),
(707, 'portfolio_flickr', 'version', '2022112800'),
(708, 'portfolio_googledocs', 'version', '2022112800'),
(709, 'portfolio_mahara', 'version', '2022112800'),
(710, 'search_simpledb', 'version', '2022112800'),
(712, 'search_solr', 'version', '2022112800'),
(713, 'qbank_bulkmove', 'version', '2022112800'),
(714, 'qbank_columnsortorder', 'version', '2022112800'),
(715, 'qbank_comment', 'version', '2022112800'),
(716, 'qbank_customfields', 'version', '2022112800'),
(717, 'qbank_deletequestion', 'version', '2022112800'),
(718, 'qbank_editquestion', 'version', '2022112800'),
(719, 'qbank_exportquestions', 'version', '2022112800'),
(720, 'qbank_exporttoxml', 'version', '2022112800'),
(721, 'qbank_history', 'version', '2022112800'),
(722, 'qbank_importquestions', 'version', '2022112800'),
(723, 'qbank_managecategories', 'version', '2022112800'),
(724, 'qbank_previewquestion', 'version', '2022112800'),
(725, 'qbank_statistics', 'version', '2022112800'),
(726, 'qbank_tagquestion', 'version', '2022112800'),
(727, 'qbank_usage', 'version', '2022112800'),
(728, 'qbank_viewcreator', 'version', '2022112800'),
(729, 'qbank_viewquestionname', 'version', '2022112800'),
(730, 'qbank_viewquestiontext', 'version', '2022112800'),
(731, 'qbank_viewquestiontype', 'version', '2022112800'),
(732, 'qbehaviour_adaptive', 'version', '2022112800'),
(733, 'qbehaviour_adaptivenopenalty', 'version', '2022112800'),
(734, 'qbehaviour_deferredcbm', 'version', '2022112800'),
(735, 'qbehaviour_deferredfeedback', 'version', '2022112800'),
(736, 'qbehaviour_immediatecbm', 'version', '2022112800'),
(737, 'qbehaviour_immediatefeedback', 'version', '2022112800'),
(738, 'qbehaviour_informationitem', 'version', '2022112800'),
(739, 'qbehaviour_interactive', 'version', '2022112800'),
(740, 'qbehaviour_interactivecountback', 'version', '2022112800'),
(741, 'qbehaviour_manualgraded', 'version', '2022112800'),
(743, 'question', 'disabledbehaviours', 'manualgraded'),
(744, 'qbehaviour_missing', 'version', '2022112800'),
(745, 'qformat_aiken', 'version', '2022112800'),
(746, 'qformat_blackboard_six', 'version', '2022112800'),
(747, 'qformat_gift', 'version', '2022112800'),
(748, 'qformat_missingword', 'version', '2022112800'),
(749, 'qformat_multianswer', 'version', '2022112800'),
(750, 'qformat_xhtml', 'version', '2022112800'),
(751, 'qformat_xml', 'version', '2022112800'),
(752, 'tool_admin_presets', 'version', '2022112800'),
(753, 'tool_analytics', 'version', '2022112800'),
(754, 'tool_availabilityconditions', 'version', '2022112800'),
(755, 'tool_behat', 'version', '2022112802'),
(756, 'tool_brickfield', 'version', '2022112800'),
(758, 'tool_capability', 'version', '2022112800'),
(759, 'tool_cohortroles', 'version', '2022112801'),
(760, 'tool_componentlibrary', 'version', '2022112800'),
(761, 'tool_customlang', 'version', '2022112800'),
(763, 'tool_dataprivacy', 'version', '2022112800'),
(764, 'message', 'airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(765, 'message', 'email_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(766, 'message', 'popup_provider_tool_dataprivacy_contactdataprotectionofficer_locked', '0'),
(767, 'message', 'message_provider_tool_dataprivacy_contactdataprotectionofficer_enabled', 'email,popup'),
(768, 'message', 'airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(769, 'message', 'email_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(770, 'message', 'popup_provider_tool_dataprivacy_datarequestprocessingresults_locked', '0'),
(771, 'message', 'message_provider_tool_dataprivacy_datarequestprocessingresults_enabled', 'email,popup'),
(772, 'message', 'airnotifier_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(773, 'message', 'email_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(774, 'message', 'popup_provider_tool_dataprivacy_notifyexceptions_locked', '0'),
(775, 'message', 'message_provider_tool_dataprivacy_notifyexceptions_enabled', 'email'),
(776, 'tool_dbtransfer', 'version', '2022112800'),
(777, 'tool_filetypes', 'version', '2022112800'),
(778, 'tool_generator', 'version', '2022112800'),
(779, 'tool_httpsreplace', 'version', '2022112800'),
(780, 'tool_innodb', 'version', '2022112800'),
(781, 'tool_installaddon', 'version', '2022112800'),
(782, 'tool_langimport', 'version', '2022112800'),
(783, 'tool_licensemanager', 'version', '2022112800'),
(784, 'tool_log', 'version', '2022112800'),
(786, 'tool_log', 'enabled_stores', 'logstore_standard'),
(787, 'tool_lp', 'version', '2022112801'),
(788, 'tool_lpimportcsv', 'version', '2022112800'),
(789, 'tool_lpmigrate', 'version', '2022112800'),
(790, 'tool_messageinbound', 'version', '2022112800'),
(791, 'message', 'airnotifier_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(792, 'message', 'email_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(793, 'message', 'popup_provider_tool_messageinbound_invalidrecipienthandler_locked', '0'),
(794, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_enabled', 'email'),
(795, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(796, 'message', 'email_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(797, 'message', 'popup_provider_tool_messageinbound_messageprocessingerror_locked', '0'),
(798, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_enabled', 'email'),
(799, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(800, 'message', 'email_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(801, 'message', 'popup_provider_tool_messageinbound_messageprocessingsuccess_locked', '0'),
(802, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_enabled', 'email'),
(803, 'tool_mobile', 'version', '2022112801'),
(804, 'tool_monitor', 'version', '2022112800'),
(805, 'message', 'airnotifier_provider_tool_monitor_notification_locked', '0'),
(806, 'message', 'email_provider_tool_monitor_notification_locked', '0'),
(807, 'message', 'popup_provider_tool_monitor_notification_locked', '0'),
(808, 'message', 'message_provider_tool_monitor_notification_enabled', 'email'),
(809, 'tool_moodlenet', 'version', '2022112800'),
(811, 'tool_multilangupgrade', 'version', '2022112800'),
(812, 'tool_oauth2', 'version', '2022112800'),
(813, 'tool_phpunit', 'version', '2022112800'),
(814, 'tool_policy', 'version', '2022112800'),
(815, 'tool_profiling', 'version', '2022112800'),
(816, 'tool_recyclebin', 'version', '2022112800'),
(817, 'tool_replace', 'version', '2022112800'),
(818, 'tool_spamcleaner', 'version', '2022112800'),
(819, 'tool_task', 'version', '2022112800'),
(820, 'tool_templatelibrary', 'version', '2022112800'),
(821, 'tool_unsuproles', 'version', '2022112800'),
(823, 'tool_uploadcourse', 'version', '2022112800'),
(824, 'tool_uploaduser', 'version', '2022112800'),
(825, 'tool_usertours', 'version', '2022112800'),
(827, 'tool_xmldb', 'version', '2022112800'),
(828, 'cachestore_apcu', 'version', '2022112800'),
(829, 'cachestore_file', 'version', '2022112800'),
(830, 'cachestore_memcached', 'version', '2022112800'),
(831, 'cachestore_mongodb', 'version', '2022112801'),
(832, 'cachestore_redis', 'version', '2022112800'),
(833, 'cachestore_session', 'version', '2022112800'),
(834, 'cachestore_static', 'version', '2022112800'),
(835, 'cachelock_file', 'version', '2022112800'),
(836, 'fileconverter_googledrive', 'version', '2022112800'),
(837, 'fileconverter_unoconv', 'version', '2022112800'),
(839, 'contenttype_h5p', 'version', '2022112800'),
(840, 'theme_boost', 'version', '2022112800'),
(841, 'theme_classic', 'version', '2022112800'),
(842, 'h5plib_v124', 'version', '2022112800'),
(843, 'paygw_paypal', 'version', '2022112800'),
(845, 'assignsubmission_comments', 'version', '2022112800'),
(847, 'assignsubmission_file', 'sortorder', '1'),
(848, 'assignsubmission_comments', 'sortorder', '2'),
(849, 'assignsubmission_onlinetext', 'sortorder', '0'),
(850, 'assignsubmission_file', 'version', '2022112800'),
(851, 'assignsubmission_onlinetext', 'version', '2022112800'),
(853, 'assignfeedback_comments', 'version', '2022112800'),
(855, 'assignfeedback_comments', 'sortorder', '0'),
(856, 'assignfeedback_editpdf', 'sortorder', '1'),
(857, 'assignfeedback_file', 'sortorder', '3'),
(858, 'assignfeedback_offline', 'sortorder', '2'),
(859, 'assignfeedback_editpdf', 'version', '2022112801'),
(861, 'assignfeedback_file', 'version', '2022112800'),
(863, 'assignfeedback_offline', 'version', '2022112800'),
(864, 'assignment_offline', 'version', '2022112800'),
(865, 'assignment_online', 'version', '2022112800'),
(866, 'assignment_upload', 'version', '2022112800'),
(867, 'assignment_uploadsingle', 'version', '2022112800'),
(868, 'booktool_exportimscp', 'version', '2022112800'),
(869, 'booktool_importhtml', 'version', '2022112800'),
(870, 'booktool_print', 'version', '2022112800'),
(871, 'datafield_checkbox', 'version', '2022112800'),
(872, 'datafield_date', 'version', '2022112800'),
(873, 'datafield_file', 'version', '2022112800'),
(874, 'datafield_latlong', 'version', '2022112800'),
(875, 'datafield_menu', 'version', '2022112800'),
(876, 'datafield_multimenu', 'version', '2022112800'),
(877, 'datafield_number', 'version', '2022112800'),
(878, 'datafield_picture', 'version', '2022112800'),
(879, 'datafield_radiobutton', 'version', '2022112800'),
(880, 'datafield_text', 'version', '2022112800'),
(881, 'datafield_textarea', 'version', '2022112800'),
(882, 'datafield_url', 'version', '2022112800'),
(883, 'datapreset_imagegallery', 'version', '2022112800'),
(884, 'datapreset_journal', 'version', '2022112800'),
(885, 'datapreset_proposals', 'version', '2022112800'),
(886, 'datapreset_resources', 'version', '2022112800'),
(887, 'forumreport_summary', 'version', '2022112800'),
(888, 'ltiservice_basicoutcomes', 'version', '2022112800');
INSERT INTO `[[dbprefix]]config_plugins` VALUES
(889, 'ltiservice_gradebookservices', 'version', '2022112800'),
(890, 'ltiservice_memberships', 'version', '2022112800'),
(891, 'ltiservice_profile', 'version', '2022112800'),
(892, 'ltiservice_toolproxy', 'version', '2022112800'),
(893, 'ltiservice_toolsettings', 'version', '2022112800'),
(894, 'quiz_grading', 'version', '2022112800'),
(896, 'quiz_overview', 'version', '2022112800'),
(898, 'quiz_responses', 'version', '2022112800'),
(900, 'quiz_statistics', 'version', '2022112804'),
(902, 'quizaccess_delaybetweenattempts', 'version', '2022112800'),
(903, 'quizaccess_ipaddress', 'version', '2022112800'),
(904, 'quizaccess_numattempts', 'version', '2022112800'),
(905, 'quizaccess_offlineattempts', 'version', '2022112800'),
(906, 'quizaccess_openclosedate', 'version', '2022112800'),
(907, 'quizaccess_password', 'version', '2022112800'),
(908, 'quizaccess_seb', 'version', '2022112800'),
(910, 'quizaccess_securewindow', 'version', '2022112800'),
(911, 'quizaccess_timelimit', 'version', '2022112800'),
(912, 'scormreport_basic', 'version', '2022112800'),
(913, 'scormreport_graphs', 'version', '2022112800'),
(914, 'scormreport_interactions', 'version', '2022112800'),
(915, 'scormreport_objectives', 'version', '2022112800'),
(916, 'workshopform_accumulative', 'version', '2022112800'),
(918, 'workshopform_comments', 'version', '2022112800'),
(920, 'workshopform_numerrors', 'version', '2022112800'),
(922, 'workshopform_rubric', 'version', '2022112800'),
(924, 'workshopallocation_manual', 'version', '2022112800'),
(925, 'workshopallocation_random', 'version', '2022112800'),
(926, 'workshopallocation_scheduled', 'version', '2022112800'),
(927, 'workshopeval_best', 'version', '2022112800'),
(928, 'atto_accessibilitychecker', 'version', '2022112800'),
(929, 'atto_accessibilityhelper', 'version', '2022112800'),
(930, 'atto_align', 'version', '2022112800'),
(931, 'atto_backcolor', 'version', '2022112800'),
(932, 'atto_bold', 'version', '2022112800'),
(933, 'atto_charmap', 'version', '2022112800'),
(934, 'atto_clear', 'version', '2022112800'),
(935, 'atto_collapse', 'version', '2022112800'),
(936, 'atto_emojipicker', 'version', '2022112800'),
(937, 'atto_emoticon', 'version', '2022112800'),
(938, 'atto_equation', 'version', '2022112800'),
(939, 'atto_fontcolor', 'version', '2022112800'),
(940, 'atto_h5p', 'version', '2022112800'),
(941, 'atto_html', 'version', '2022112800'),
(942, 'atto_image', 'version', '2022112800'),
(943, 'atto_indent', 'version', '2022112800'),
(944, 'atto_italic', 'version', '2022112800'),
(945, 'atto_link', 'version', '2022112800'),
(946, 'atto_managefiles', 'version', '2022112800'),
(947, 'atto_media', 'version', '2022112800'),
(948, 'atto_noautolink', 'version', '2022112800'),
(949, 'atto_orderedlist', 'version', '2022112800'),
(950, 'atto_recordrtc', 'version', '2022112800'),
(951, 'atto_rtl', 'version', '2022112800'),
(952, 'atto_strike', 'version', '2022112800'),
(953, 'atto_subscript', 'version', '2022112800'),
(954, 'atto_superscript', 'version', '2022112800'),
(955, 'atto_table', 'version', '2022112800'),
(956, 'atto_title', 'version', '2022112800'),
(957, 'atto_underline', 'version', '2022112800'),
(958, 'atto_undo', 'version', '2022112800'),
(959, 'atto_unorderedlist', 'version', '2022112800'),
(960, 'tiny_accessibilitychecker', 'version', '2022112800'),
(961, 'tiny_autosave', 'version', '2022112800'),
(962, 'tiny_equation', 'version', '2022112800'),
(963, 'tiny_h5p', 'version', '2022112800'),
(964, 'tiny_link', 'version', '2022112800'),
(965, 'tiny_media', 'version', '2022112800'),
(966, 'tiny_recordrtc', 'version', '2022112800'),
(967, 'tinymce_ctrlhelp', 'version', '2022112800'),
(968, 'tinymce_managefiles', 'version', '2022112800'),
(969, 'tinymce_moodleemoticon', 'version', '2022112800'),
(970, 'tinymce_moodleimage', 'version', '2022112800'),
(971, 'tinymce_moodlemedia', 'version', '2022112800'),
(972, 'tinymce_moodlenolink', 'version', '2022112800'),
(973, 'tinymce_pdw', 'version', '2022112800'),
(974, 'tinymce_spellchecker', 'version', '2022112800'),
(976, 'tinymce_wrap', 'version', '2022112800'),
(977, 'logstore_database', 'version', '2022112800'),
(978, 'logstore_legacy', 'version', '2022112800'),
(979, 'logstore_standard', 'version', '2022112800'),
(980, 'tool_moodlenet', 'enablemoodlenet', '1'),
(981, 'tool_dataprivacy', 'contactdataprotectionofficer', '0'),
(982, 'tool_dataprivacy', 'automaticdataexportapproval', '0'),
(983, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0'),
(984, 'tool_dataprivacy', 'automaticdeletionrequests', '1'),
(985, 'tool_dataprivacy', 'privacyrequestexpiry', '604800'),
(986, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1'),
(987, 'tool_dataprivacy', 'showdataretentionsummary', '1'),
(988, 'tool_log', 'exportlog', '1'),
(989, 'analytics', 'logstore', 'logstore_standard'),
(990, 'message_airnotifier', 'encryptnotifications', '0'),
(991, 'message_airnotifier', 'encryptprocessing', '0'),
(992, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments'),
(993, 'assign', 'showrecentsubmissions', '0'),
(994, 'assign', 'submissionreceipts', '1'),
(995, 'assign', 'submissionstatement', 'This submission is my own work, except where I have acknowledged the use of the works of other people.'),
(996, 'assign', 'submissionstatementteamsubmission', 'This submission is the work of my group, except where we have acknowledged the use of the works of other people.'),
(997, '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.'),
(998, 'assign', 'maxperpage', '-1'),
(999, 'assign', 'alwaysshowdescription', '1'),
(1000, 'assign', 'alwaysshowdescription_adv', ''),
(1001, 'assign', 'alwaysshowdescription_locked', ''),
(1002, 'assign', 'allowsubmissionsfromdate', '0'),
(1003, 'assign', 'allowsubmissionsfromdate_enabled', '1'),
(1004, 'assign', 'allowsubmissionsfromdate_adv', ''),
(1005, 'assign', 'duedate', '604800'),
(1006, 'assign', 'duedate_enabled', '1'),
(1007, 'assign', 'duedate_adv', ''),
(1008, 'assign', 'cutoffdate', '1209600'),
(1009, 'assign', 'cutoffdate_enabled', ''),
(1010, 'assign', 'cutoffdate_adv', ''),
(1011, 'assign', 'enabletimelimit', '0'),
(1012, 'assign', 'gradingduedate', '1209600'),
(1013, 'assign', 'gradingduedate_enabled', '1'),
(1014, 'assign', 'gradingduedate_adv', ''),
(1015, 'assign', 'submissiondrafts', '0'),
(1016, 'assign', 'submissiondrafts_adv', ''),
(1017, 'assign', 'submissiondrafts_locked', ''),
(1018, 'assign', 'requiresubmissionstatement', '0'),
(1019, 'assign', 'requiresubmissionstatement_adv', ''),
(1020, 'assign', 'requiresubmissionstatement_locked', ''),
(1021, 'assign', 'attemptreopenmethod', 'none'),
(1022, 'assign', 'attemptreopenmethod_adv', ''),
(1023, 'assign', 'attemptreopenmethod_locked', ''),
(1024, 'assign', 'maxattempts', '-1'),
(1025, 'assign', 'maxattempts_adv', ''),
(1026, 'assign', 'maxattempts_locked', ''),
(1027, 'assign', 'teamsubmission', '0'),
(1028, 'assign', 'teamsubmission_adv', ''),
(1029, 'assign', 'teamsubmission_locked', ''),
(1030, 'assign', 'preventsubmissionnotingroup', '0'),
(1031, 'assign', 'preventsubmissionnotingroup_adv', ''),
(1032, 'assign', 'preventsubmissionnotingroup_locked', ''),
(1033, 'assign', 'requireallteammemberssubmit', '0'),
(1034, 'assign', 'requireallteammemberssubmit_adv', ''),
(1035, 'assign', 'requireallteammemberssubmit_locked', ''),
(1036, 'assign', 'teamsubmissiongroupingid', ''),
(1037, 'assign', 'teamsubmissiongroupingid_adv', ''),
(1038, 'assign', 'sendnotifications', '0'),
(1039, 'assign', 'sendnotifications_adv', ''),
(1040, 'assign', 'sendnotifications_locked', ''),
(1041, 'assign', 'sendlatenotifications', '0'),
(1042, 'assign', 'sendlatenotifications_adv', ''),
(1043, 'assign', 'sendlatenotifications_locked', ''),
(1044, 'assign', 'sendstudentnotifications', '1'),
(1045, 'assign', 'sendstudentnotifications_adv', ''),
(1046, 'assign', 'sendstudentnotifications_locked', ''),
(1047, 'assign', 'blindmarking', '0'),
(1048, 'assign', 'blindmarking_adv', ''),
(1049, 'assign', 'blindmarking_locked', ''),
(1050, 'assign', 'hidegrader', '0'),
(1051, 'assign', 'hidegrader_adv', ''),
(1052, 'assign', 'hidegrader_locked', ''),
(1053, 'assign', 'markingworkflow', '0'),
(1054, 'assign', 'markingworkflow_adv', ''),
(1055, 'assign', 'markingworkflow_locked', ''),
(1056, 'assign', 'markingallocation', '0'),
(1057, 'assign', 'markingallocation_adv', ''),
(1058, 'assign', 'markingallocation_locked', ''),
(1059, 'assignsubmission_file', 'default', '1'),
(1060, 'assignsubmission_file', 'maxfiles', '20'),
(1061, 'assignsubmission_file', 'filetypes', ''),
(1062, 'assignsubmission_file', 'maxbytes', '0'),
(1063, 'assignsubmission_onlinetext', 'default', '0'),
(1064, 'assignfeedback_comments', 'default', '1'),
(1065, 'assignfeedback_comments', 'inline', '0'),
(1066, 'assignfeedback_comments', 'inline_adv', ''),
(1067, 'assignfeedback_comments', 'inline_locked', ''),
(1068, 'assignfeedback_editpdf', 'default', '1'),
(1069, 'assignfeedback_editpdf', 'stamps', ''),
(1070, 'assignfeedback_file', 'default', '0'),
(1071, 'assignfeedback_offline', 'default', '0'),
(1072, 'mod_bigbluebuttonbn', 'presentationdefault', ''),
(1073, 'book', 'numberingoptions', '0,1,2,3'),
(1074, 'book', 'numbering', '1'),
(1075, 'resource', 'framesize', '130'),
(1076, 'resource', 'displayoptions', '0,1,4,5,6'),
(1077, 'resource', 'printintro', '1'),
(1078, 'resource', 'display', '0'),
(1079, 'resource', 'showsize', '0'),
(1080, 'resource', 'showtype', '0'),
(1081, 'resource', 'showdate', '0'),
(1082, 'resource', 'popupwidth', '620'),
(1083, 'resource', 'popupheight', '450'),
(1084, 'resource', 'filterfiles', '0'),
(1085, 'folder', 'showexpanded', '1'),
(1086, 'folder', 'maxsizetodownload', '0'),
(1087, 'imscp', 'keepold', '1'),
(1088, 'imscp', 'keepold_adv', ''),
(1089, 'mod_lesson', 'mediafile', ''),
(1090, 'mod_lesson', 'mediafile_adv', '1'),
(1091, 'mod_lesson', 'mediawidth', '640'),
(1092, 'mod_lesson', 'mediaheight', '480'),
(1093, 'mod_lesson', 'mediaclose', '0'),
(1094, 'mod_lesson', 'progressbar', '0'),
(1095, 'mod_lesson', 'progressbar_adv', ''),
(1096, 'mod_lesson', 'ongoing', '0'),
(1097, 'mod_lesson', 'ongoing_adv', '1'),
(1098, 'mod_lesson', 'displayleftmenu', '0'),
(1099, 'mod_lesson', 'displayleftmenu_adv', ''),
(1100, 'mod_lesson', 'displayleftif', '0'),
(1101, 'mod_lesson', 'displayleftif_adv', '1'),
(1102, 'mod_lesson', 'slideshow', '0'),
(1103, 'mod_lesson', 'slideshow_adv', '1'),
(1104, 'mod_lesson', 'slideshowwidth', '640'),
(1105, 'mod_lesson', 'slideshowheight', '480'),
(1106, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF'),
(1107, 'mod_lesson', 'maxanswers', '5'),
(1108, 'mod_lesson', 'maxanswers_adv', '1'),
(1109, 'mod_lesson', 'defaultfeedback', '0'),
(1110, 'mod_lesson', 'defaultfeedback_adv', '1'),
(1111, 'mod_lesson', 'activitylink', ''),
(1112, 'mod_lesson', 'activitylink_adv', '1'),
(1113, 'mod_lesson', 'timelimit', '0'),
(1114, 'mod_lesson', 'timelimit_adv', ''),
(1115, 'mod_lesson', 'password', '0'),
(1116, 'mod_lesson', 'password_adv', '1'),
(1117, 'mod_lesson', 'modattempts', '0'),
(1118, 'mod_lesson', 'modattempts_adv', ''),
(1119, 'mod_lesson', 'displayreview', '0'),
(1120, 'mod_lesson', 'displayreview_adv', ''),
(1121, 'mod_lesson', 'maximumnumberofattempts', '1'),
(1122, 'mod_lesson', 'maximumnumberofattempts_adv', ''),
(1123, 'mod_lesson', 'defaultnextpage', '0'),
(1124, 'mod_lesson', 'defaultnextpage_adv', '1'),
(1125, 'mod_lesson', 'numberofpagestoshow', '1'),
(1126, 'mod_lesson', 'numberofpagestoshow_adv', '1'),
(1127, 'mod_lesson', 'practice', '0'),
(1128, 'mod_lesson', 'practice_adv', ''),
(1129, 'mod_lesson', 'customscoring', '1'),
(1130, 'mod_lesson', 'customscoring_adv', '1'),
(1131, 'mod_lesson', 'retakesallowed', '0'),
(1132, 'mod_lesson', 'retakesallowed_adv', ''),
(1133, 'mod_lesson', 'handlingofretakes', '0'),
(1134, 'mod_lesson', 'handlingofretakes_adv', '1'),
(1135, 'mod_lesson', 'minimumnumberofquestions', '0'),
(1136, 'mod_lesson', 'minimumnumberofquestions_adv', '1'),
(1137, 'page', 'displayoptions', '5'),
(1138, 'page', 'printintro', '0'),
(1139, 'page', 'printlastmodified', '1'),
(1140, 'page', 'display', '5'),
(1141, 'page', 'popupwidth', '620'),
(1142, 'page', 'popupheight', '450'),
(1143, 'quiz', 'timelimit', '0'),
(1144, 'quiz', 'timelimit_adv', ''),
(1145, 'quiz', 'timelimit_locked', ''),
(1146, 'quiz', 'notifyattemptgradeddelay', '18000'),
(1147, 'quiz', 'overduehandling', 'autosubmit'),
(1148, 'quiz', 'overduehandling_adv', ''),
(1149, 'quiz', 'overduehandling_locked', ''),
(1150, 'quiz', 'graceperiod', '86400'),
(1151, 'quiz', 'graceperiod_adv', ''),
(1152, 'quiz', 'graceperiod_locked', ''),
(1153, 'quiz', 'graceperiodmin', '60'),
(1154, 'quiz', 'attempts', '0'),
(1155, 'quiz', 'attempts_adv', ''),
(1156, 'quiz', 'attempts_locked', ''),
(1157, 'quiz', 'grademethod', '1'),
(1158, 'quiz', 'grademethod_adv', ''),
(1159, 'quiz', 'grademethod_locked', ''),
(1160, 'quiz', 'maximumgrade', '10'),
(1161, 'quiz', 'maximumgrade_locked', ''),
(1162, 'quiz', 'questionsperpage', '1'),
(1163, 'quiz', 'questionsperpage_adv', ''),
(1164, 'quiz', 'questionsperpage_locked', ''),
(1165, 'quiz', 'navmethod', 'free'),
(1166, 'quiz', 'navmethod_adv', '1'),
(1167, 'quiz', 'navmethod_locked', ''),
(1168, 'quiz', 'shuffleanswers', '1'),
(1169, 'quiz', 'shuffleanswers_adv', ''),
(1170, 'quiz', 'shuffleanswers_locked', ''),
(1171, 'quiz', 'preferredbehaviour', 'deferredfeedback'),
(1172, 'quiz', 'preferredbehaviour_locked', ''),
(1173, 'quiz', 'canredoquestions', '0'),
(1174, 'quiz', 'canredoquestions_adv', '1'),
(1175, 'quiz', 'canredoquestions_locked', ''),
(1176, 'quiz', 'attemptonlast', '0'),
(1177, 'quiz', 'attemptonlast_adv', '1'),
(1178, 'quiz', 'attemptonlast_locked', ''),
(1179, 'quiz', 'reviewattempt', '69904'),
(1180, 'quiz', 'reviewcorrectness', '69904'),
(1181, 'quiz', 'reviewmarks', '69904'),
(1182, 'quiz', 'reviewspecificfeedback', '69904'),
(1183, 'quiz', 'reviewgeneralfeedback', '69904'),
(1184, 'quiz', 'reviewrightanswer', '69904'),
(1185, 'quiz', 'reviewoverallfeedback', '4368'),
(1186, 'quiz', 'showuserpicture', '0'),
(1187, 'quiz', 'showuserpicture_adv', ''),
(1188, 'quiz', 'showuserpicture_locked', ''),
(1189, 'quiz', 'decimalpoints', '2'),
(1190, 'quiz', 'decimalpoints_adv', ''),
(1191, 'quiz', 'decimalpoints_locked', ''),
(1192, 'quiz', 'questiondecimalpoints', '-1'),
(1193, 'quiz', 'questiondecimalpoints_adv', ''),
(1194, 'quiz', 'questiondecimalpoints_locked', ''),
(1195, 'quiz', 'showblocks', '0'),
(1196, 'quiz', 'showblocks_adv', '1'),
(1197, 'quiz', 'showblocks_locked', ''),
(1198, 'quiz', 'quizpassword', ''),
(1199, 'quiz', 'quizpassword_adv', ''),
(1200, 'quiz', 'quizpassword_required', ''),
(1201, 'quiz', 'quizpassword_locked', ''),
(1202, 'quiz', 'subnet', ''),
(1203, 'quiz', 'subnet_adv', '1'),
(1204, 'quiz', 'subnet_locked', ''),
(1205, 'quiz', 'delay1', '0'),
(1206, 'quiz', 'delay1_adv', '1'),
(1207, 'quiz', 'delay1_locked', ''),
(1208, 'quiz', 'delay2', '0'),
(1209, 'quiz', 'delay2_adv', '1'),
(1210, 'quiz', 'delay2_locked', ''),
(1211, 'quiz', 'browsersecurity', '-'),
(1212, 'quiz', 'browsersecurity_adv', '1'),
(1213, 'quiz', 'browsersecurity_locked', ''),
(1214, 'quiz', 'initialnumfeedbacks', '2'),
(1215, 'quiz', 'autosaveperiod', '60'),
(1216, 'quiz_statistics', 'getstatslocktimeout', '900'),
(1217, 'quizaccess_seb', 'autoreconfigureseb', '1'),
(1218, 'quizaccess_seb', 'showseblinks', 'seb,http'),
(1219, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html'),
(1220, 'quizaccess_seb', 'quizpasswordrequired', '0'),
(1221, 'quizaccess_seb', 'displayblocksbeforestart', '0'),
(1222, 'quizaccess_seb', 'displayblockswhenfinished', '1'),
(1223, 'scorm', 'displaycoursestructure', '0'),
(1224, 'scorm', 'displaycoursestructure_adv', ''),
(1225, 'scorm', 'popup', '0'),
(1226, 'scorm', 'popup_adv', ''),
(1227, 'scorm', 'framewidth', '100'),
(1228, 'scorm', 'framewidth_adv', '1'),
(1229, 'scorm', 'frameheight', '500'),
(1230, 'scorm', 'frameheight_adv', '1'),
(1231, 'scorm', 'winoptgrp_adv', '1'),
(1232, 'scorm', 'scrollbars', '0'),
(1233, 'scorm', 'directories', '0'),
(1234, 'scorm', 'location', '0'),
(1235, 'scorm', 'menubar', '0'),
(1236, 'scorm', 'toolbar', '0'),
(1237, 'scorm', 'status', '0'),
(1238, 'scorm', 'skipview', '0'),
(1239, 'scorm', 'skipview_adv', '1'),
(1240, 'scorm', 'hidebrowse', '0'),
(1241, 'scorm', 'hidebrowse_adv', '1'),
(1242, 'scorm', 'hidetoc', '0'),
(1243, 'scorm', 'hidetoc_adv', '1'),
(1244, 'scorm', 'nav', '1'),
(1245, 'scorm', 'nav_adv', '1'),
(1246, 'scorm', 'navpositionleft', '-100'),
(1247, 'scorm', 'navpositionleft_adv', '1'),
(1248, 'scorm', 'navpositiontop', '-100'),
(1249, 'scorm', 'navpositiontop_adv', '1'),
(1250, 'scorm', 'collapsetocwinsize', '767'),
(1251, 'scorm', 'collapsetocwinsize_adv', '1'),
(1252, 'scorm', 'displayattemptstatus', '1'),
(1253, 'scorm', 'displayattemptstatus_adv', ''),
(1254, 'scorm', 'grademethod', '1'),
(1255, 'scorm', 'maxgrade', '100'),
(1256, 'scorm', 'maxattempt', '0'),
(1257, 'scorm', 'whatgrade', '0'),
(1258, 'scorm', 'forcecompleted', '0'),
(1259, 'scorm', 'forcenewattempt', '0'),
(1260, 'scorm', 'autocommit', '0'),
(1261, 'scorm', 'masteryoverride', '1'),
(1262, 'scorm', 'lastattemptlock', '0'),
(1263, 'scorm', 'auto', '0'),
(1264, 'scorm', 'updatefreq', '0'),
(1265, 'scorm', 'scormstandard', '0'),
(1266, 'scorm', 'allowtypeexternal', '0'),
(1267, 'scorm', 'allowtypelocalsync', '0'),
(1268, 'scorm', 'allowtypeexternalaicc', '0'),
(1269, 'scorm', 'allowaicchacp', '0'),
(1270, 'scorm', 'aicchacptimeout', '30'),
(1271, 'scorm', 'aicchacpkeepsessiondata', '1'),
(1272, 'scorm', 'aiccuserid', '1'),
(1273, 'scorm', 'forcejavascript', '1'),
(1274, 'scorm', 'allowapidebug', '0'),
(1275, 'scorm', 'apidebugmask', '.*'),
(1276, 'scorm', 'protectpackagedownloads', '0'),
(1277, 'label', 'dndmedia', '1'),
(1278, 'label', 'dndresizewidth', '400'),
(1279, 'label', 'dndresizeheight', '400'),
(1280, 'url', 'framesize', '130'),
(1281, 'url', 'secretphrase', ''),
(1282, 'url', 'rolesinparams', '0'),
(1283, 'url', 'displayoptions', '0,1,5,6'),
(1284, 'url', 'printintro', '1'),
(1285, 'url', 'display', '0'),
(1286, 'url', 'popupwidth', '620'),
(1287, 'url', 'popupheight', '450'),
(1288, 'workshop', 'grade', '80'),
(1289, 'workshop', 'gradinggrade', '20'),
(1290, 'workshop', 'gradedecimals', '0'),
(1291, 'workshop', 'maxbytes', '0'),
(1292, 'workshop', 'strategy', 'accumulative'),
(1293, 'workshop', 'examplesmode', '0'),
(1294, 'workshopallocation_random', 'numofreviews', '5'),
(1295, 'workshopform_numerrors', 'grade0', 'No'),
(1296, 'workshopform_numerrors', 'grade1', 'Yes'),
(1297, 'workshopeval_best', 'comparison', '5'),
(1298, 'tool_brickfield', 'analysistype', '0'),
(1299, 'tool_brickfield', 'deletehistoricaldata', '1'),
(1300, 'tool_brickfield', 'batch', '1000'),
(1301, 'tool_brickfield', 'perpage', '50'),
(1302, 'tool_recyclebin', 'coursebinenable', '1'),
(1303, 'tool_recyclebin', 'coursebinexpiry', '604800'),
(1304, 'tool_recyclebin', 'categorybinenable', '1'),
(1305, 'tool_recyclebin', 'categorybinexpiry', '604800'),
(1306, 'tool_recyclebin', 'autohide', '1'),
(1307, 'antivirus_clamav', 'runningmethod', 'commandline'),
(1308, 'antivirus_clamav', 'pathtoclam', ''),
(1309, 'antivirus_clamav', 'pathtounixsocket', ''),
(1310, 'antivirus_clamav', 'tcpsockethost', ''),
(1311, 'antivirus_clamav', 'tcpsocketport', '3310'),
(1312, 'antivirus_clamav', 'clamfailureonupload', 'tryagain'),
(1313, 'antivirus_clamav', 'tries', '1'),
(1314, 'auth_cas', 'auth_name', 'CAS'),
(1315, 'auth_cas', 'auth_logo', ''),
(1316, 'auth_cas', 'hostname', ''),
(1317, 'auth_cas', 'baseuri', ''),
(1318, 'auth_cas', 'port', '0'),
(1319, 'auth_cas', 'casversion', '2.0'),
(1320, 'auth_cas', 'language', 'CAS_Languages_English'),
(1321, 'auth_cas', 'proxycas', '0'),
(1322, 'auth_cas', 'logoutcas', '0'),
(1323, 'auth_cas', 'multiauth', '0'),
(1324, 'auth_cas', 'certificate_check', '0'),
(1325, 'auth_cas', 'certificate_path', ''),
(1326, 'auth_cas', 'curl_ssl_version', ''),
(1327, 'auth_cas', 'logout_return_url', ''),
(1328, 'auth_cas', 'host_url', ''),
(1329, 'auth_cas', 'ldap_version', '3'),
(1330, 'auth_cas', 'start_tls', '0'),
(1331, 'auth_cas', 'ldapencoding', 'utf-8'),
(1332, 'auth_cas', 'pagesize', '250'),
(1333, 'auth_cas', 'bind_dn', ''),
(1334, 'auth_cas', 'bind_pw', ''),
(1335, 'auth_cas', 'user_type', 'default'),
(1336, 'auth_cas', 'contexts', ''),
(1337, 'auth_cas', 'search_sub', '0'),
(1338, 'auth_cas', 'opt_deref', '0'),
(1339, 'auth_cas', 'user_attribute', ''),
(1340, 'auth_cas', 'memberattribute', ''),
(1341, 'auth_cas', 'memberattribute_isdn', '0'),
(1342, 'auth_cas', 'objectclass', ''),
(1343, 'auth_cas', 'attrcreators', ''),
(1344, 'auth_cas', 'groupecreators', ''),
(1345, 'auth_cas', 'removeuser', '0'),
(1346, 'auth_cas', 'field_map_firstname', ''),
(1347, 'auth_cas', 'field_updatelocal_firstname', 'oncreate'),
(1348, 'auth_cas', 'field_updateremote_firstname', '0'),
(1349, 'auth_cas', 'field_lock_firstname', 'unlocked'),
(1350, 'auth_cas', 'field_map_lastname', ''),
(1351, 'auth_cas', 'field_updatelocal_lastname', 'oncreate'),
(1352, 'auth_cas', 'field_updateremote_lastname', '0'),
(1353, 'auth_cas', 'field_lock_lastname', 'unlocked'),
(1354, 'auth_cas', 'field_map_email', ''),
(1355, 'auth_cas', 'field_updatelocal_email', 'oncreate'),
(1356, 'auth_cas', 'field_updateremote_email', '0'),
(1357, 'auth_cas', 'field_lock_email', 'unlocked'),
(1358, 'auth_cas', 'field_map_city', ''),
(1359, 'auth_cas', 'field_updatelocal_city', 'oncreate'),
(1360, 'auth_cas', 'field_updateremote_city', '0'),
(1361, 'auth_cas', 'field_lock_city', 'unlocked'),
(1362, 'auth_cas', 'field_map_country', ''),
(1363, 'auth_cas', 'field_updatelocal_country', 'oncreate'),
(1364, 'auth_cas', 'field_updateremote_country', '0'),
(1365, 'auth_cas', 'field_lock_country', 'unlocked'),
(1366, 'auth_cas', 'field_map_lang', ''),
(1367, 'auth_cas', 'field_updatelocal_lang', 'oncreate'),
(1368, 'auth_cas', 'field_updateremote_lang', '0'),
(1369, 'auth_cas', 'field_lock_lang', 'unlocked'),
(1370, 'auth_cas', 'field_map_description', ''),
(1371, 'auth_cas', 'field_updatelocal_description', 'oncreate'),
(1372, 'auth_cas', 'field_updateremote_description', '0'),
(1373, 'auth_cas', 'field_lock_description', 'unlocked'),
(1374, 'auth_cas', 'field_map_idnumber', ''),
(1375, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate'),
(1376, 'auth_cas', 'field_updateremote_idnumber', '0'),
(1377, 'auth_cas', 'field_lock_idnumber', 'unlocked'),
(1378, 'auth_cas', 'field_map_institution', ''),
(1379, 'auth_cas', 'field_updatelocal_institution', 'oncreate'),
(1380, 'auth_cas', 'field_updateremote_institution', '0'),
(1381, 'auth_cas', 'field_lock_institution', 'unlocked'),
(1382, 'auth_cas', 'field_map_department', ''),
(1383, 'auth_cas', 'field_updatelocal_department', 'oncreate'),
(1384, 'auth_cas', 'field_updateremote_department', '0'),
(1385, 'auth_cas', 'field_lock_department', 'unlocked'),
(1386, 'auth_cas', 'field_map_phone1', ''),
(1387, 'auth_cas', 'field_updatelocal_phone1', 'oncreate'),
(1388, 'auth_cas', 'field_updateremote_phone1', '0'),
(1389, 'auth_cas', 'field_lock_phone1', 'unlocked'),
(1390, 'auth_cas', 'field_map_phone2', ''),
(1391, 'auth_cas', 'field_updatelocal_phone2', 'oncreate'),
(1392, 'auth_cas', 'field_updateremote_phone2', '0'),
(1393, 'auth_cas', 'field_lock_phone2', 'unlocked'),
(1394, 'auth_cas', 'field_map_address', ''),
(1395, 'auth_cas', 'field_updatelocal_address', 'oncreate'),
(1396, 'auth_cas', 'field_updateremote_address', '0'),
(1397, 'auth_cas', 'field_lock_address', 'unlocked'),
(1398, 'auth_cas', 'field_map_firstnamephonetic', ''),
(1399, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1400, 'auth_cas', 'field_updateremote_firstnamephonetic', '0'),
(1401, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked'),
(1402, 'auth_cas', 'field_map_lastnamephonetic', ''),
(1403, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1404, 'auth_cas', 'field_updateremote_lastnamephonetic', '0'),
(1405, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked'),
(1406, 'auth_cas', 'field_map_middlename', ''),
(1407, 'auth_cas', 'field_updatelocal_middlename', 'oncreate'),
(1408, 'auth_cas', 'field_updateremote_middlename', '0'),
(1409, 'auth_cas', 'field_lock_middlename', 'unlocked'),
(1410, 'auth_cas', 'field_map_alternatename', ''),
(1411, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate'),
(1412, 'auth_cas', 'field_updateremote_alternatename', '0'),
(1413, 'auth_cas', 'field_lock_alternatename', 'unlocked'),
(1414, 'auth_email', 'recaptcha', '0'),
(1415, 'auth_email', 'field_lock_firstname', 'unlocked'),
(1416, 'auth_email', 'field_lock_lastname', 'unlocked'),
(1417, 'auth_email', 'field_lock_email', 'unlocked'),
(1418, 'auth_email', 'field_lock_city', 'unlocked'),
(1419, 'auth_email', 'field_lock_country', 'unlocked'),
(1420, 'auth_email', 'field_lock_lang', 'unlocked'),
(1421, 'auth_email', 'field_lock_description', 'unlocked'),
(1422, 'auth_email', 'field_lock_idnumber', 'unlocked'),
(1423, 'auth_email', 'field_lock_institution', 'unlocked'),
(1424, 'auth_email', 'field_lock_department', 'unlocked'),
(1425, 'auth_email', 'field_lock_phone1', 'unlocked'),
(1426, 'auth_email', 'field_lock_phone2', 'unlocked'),
(1427, 'auth_email', 'field_lock_address', 'unlocked'),
(1428, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked'),
(1429, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked'),
(1430, 'auth_email', 'field_lock_middlename', 'unlocked'),
(1431, 'auth_email', 'field_lock_alternatename', 'unlocked'),
(1432, 'auth_db', 'host', '127.0.0.1'),
(1433, 'auth_db', 'type', 'mysqli'),
(1434, 'auth_db', 'sybasequoting', '0'),
(1435, 'auth_db', 'name', ''),
(1436, 'auth_db', 'user', ''),
(1437, 'auth_db', 'pass', ''),
(1438, 'auth_db', 'table', ''),
(1439, 'auth_db', 'fielduser', ''),
(1440, 'auth_db', 'fieldpass', ''),
(1441, 'auth_db', 'passtype', 'plaintext'),
(1442, 'auth_db', 'extencoding', 'utf-8'),
(1443, 'auth_db', 'setupsql', ''),
(1444, 'auth_db', 'debugauthdb', '0'),
(1445, 'auth_db', 'changepasswordurl', ''),
(1446, 'auth_db', 'removeuser', '0'),
(1447, 'auth_db', 'updateusers', '0'),
(1448, 'auth_db', 'field_map_firstname', ''),
(1449, 'auth_db', 'field_updatelocal_firstname', 'oncreate'),
(1450, 'auth_db', 'field_updateremote_firstname', '0'),
(1451, 'auth_db', 'field_lock_firstname', 'unlocked'),
(1452, 'auth_db', 'field_map_lastname', ''),
(1453, 'auth_db', 'field_updatelocal_lastname', 'oncreate'),
(1454, 'auth_db', 'field_updateremote_lastname', '0'),
(1455, 'auth_db', 'field_lock_lastname', 'unlocked'),
(1456, 'auth_db', 'field_map_email', ''),
(1457, 'auth_db', 'field_updatelocal_email', 'oncreate'),
(1458, 'auth_db', 'field_updateremote_email', '0'),
(1459, 'auth_db', 'field_lock_email', 'unlocked'),
(1460, 'auth_db', 'field_map_city', ''),
(1461, 'auth_db', 'field_updatelocal_city', 'oncreate'),
(1462, 'auth_db', 'field_updateremote_city', '0'),
(1463, 'auth_db', 'field_lock_city', 'unlocked'),
(1464, 'auth_db', 'field_map_country', ''),
(1465, 'auth_db', 'field_updatelocal_country', 'oncreate'),
(1466, 'auth_db', 'field_updateremote_country', '0'),
(1467, 'auth_db', 'field_lock_country', 'unlocked'),
(1468, 'auth_db', 'field_map_lang', ''),
(1469, 'auth_db', 'field_updatelocal_lang', 'oncreate'),
(1470, 'auth_db', 'field_updateremote_lang', '0'),
(1471, 'auth_db', 'field_lock_lang', 'unlocked'),
(1472, 'auth_db', 'field_map_description', ''),
(1473, 'auth_db', 'field_updatelocal_description', 'oncreate'),
(1474, 'auth_db', 'field_updateremote_description', '0'),
(1475, 'auth_db', 'field_lock_description', 'unlocked'),
(1476, 'auth_db', 'field_map_idnumber', ''),
(1477, 'auth_db', 'field_updatelocal_idnumber', 'oncreate'),
(1478, 'auth_db', 'field_updateremote_idnumber', '0'),
(1479, 'auth_db', 'field_lock_idnumber', 'unlocked'),
(1480, 'auth_db', 'field_map_institution', ''),
(1481, 'auth_db', 'field_updatelocal_institution', 'oncreate'),
(1482, 'auth_db', 'field_updateremote_institution', '0'),
(1483, 'auth_db', 'field_lock_institution', 'unlocked'),
(1484, 'auth_db', 'field_map_department', ''),
(1485, 'auth_db', 'field_updatelocal_department', 'oncreate'),
(1486, 'auth_db', 'field_updateremote_department', '0'),
(1487, 'auth_db', 'field_lock_department', 'unlocked'),
(1488, 'auth_db', 'field_map_phone1', ''),
(1489, 'auth_db', 'field_updatelocal_phone1', 'oncreate'),
(1490, 'auth_db', 'field_updateremote_phone1', '0'),
(1491, 'auth_db', 'field_lock_phone1', 'unlocked'),
(1492, 'auth_db', 'field_map_phone2', ''),
(1493, 'auth_db', 'field_updatelocal_phone2', 'oncreate'),
(1494, 'auth_db', 'field_updateremote_phone2', '0'),
(1495, 'auth_db', 'field_lock_phone2', 'unlocked'),
(1496, 'auth_db', 'field_map_address', ''),
(1497, 'auth_db', 'field_updatelocal_address', 'oncreate'),
(1498, 'auth_db', 'field_updateremote_address', '0'),
(1499, 'auth_db', 'field_lock_address', 'unlocked'),
(1500, 'auth_db', 'field_map_firstnamephonetic', ''),
(1501, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1502, 'auth_db', 'field_updateremote_firstnamephonetic', '0'),
(1503, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked'),
(1504, 'auth_db', 'field_map_lastnamephonetic', ''),
(1505, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1506, 'auth_db', 'field_updateremote_lastnamephonetic', '0'),
(1507, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked'),
(1508, 'auth_db', 'field_map_middlename', ''),
(1509, 'auth_db', 'field_updatelocal_middlename', 'oncreate'),
(1510, 'auth_db', 'field_updateremote_middlename', '0'),
(1511, 'auth_db', 'field_lock_middlename', 'unlocked'),
(1512, 'auth_db', 'field_map_alternatename', ''),
(1513, 'auth_db', 'field_updatelocal_alternatename', 'oncreate'),
(1514, 'auth_db', 'field_updateremote_alternatename', '0'),
(1515, 'auth_db', 'field_lock_alternatename', 'unlocked'),
(1516, 'auth_ldap', 'host_url', ''),
(1517, 'auth_ldap', 'ldap_version', '3'),
(1518, 'auth_ldap', 'start_tls', '0'),
(1519, 'auth_ldap', 'ldapencoding', 'utf-8'),
(1520, 'auth_ldap', 'pagesize', '250'),
(1521, 'auth_ldap', 'preventpassindb', '0'),
(1522, 'auth_ldap', 'bind_dn', ''),
(1523, 'auth_ldap', 'bind_pw', ''),
(1524, 'auth_ldap', 'user_type', 'default'),
(1525, 'auth_ldap', 'contexts', ''),
(1526, 'auth_ldap', 'search_sub', '0'),
(1527, 'auth_ldap', 'opt_deref', '0'),
(1528, 'auth_ldap', 'user_attribute', ''),
(1529, 'auth_ldap', 'suspended_attribute', ''),
(1530, 'auth_ldap', 'memberattribute', ''),
(1531, 'auth_ldap', 'memberattribute_isdn', '0'),
(1532, 'auth_ldap', 'objectclass', ''),
(1533, 'auth_ldap', 'forcechangepassword', '0'),
(1534, 'auth_ldap', 'stdchangepassword', '0'),
(1535, 'auth_ldap', 'passtype', 'plaintext'),
(1536, 'auth_ldap', 'changepasswordurl', ''),
(1537, 'auth_ldap', 'expiration', '0'),
(1538, 'auth_ldap', 'expiration_warning', ''),
(1539, 'auth_ldap', 'expireattr', ''),
(1540, 'auth_ldap', 'gracelogins', '0'),
(1541, 'auth_ldap', 'graceattr', ''),
(1542, 'auth_ldap', 'auth_user_create', '0'),
(1543, 'auth_ldap', 'create_context', ''),
(1544, 'auth_ldap', 'managercontext', ''),
(1545, 'auth_ldap', 'coursecreatorcontext', ''),
(1546, 'auth_ldap', 'removeuser', '0'),
(1547, 'auth_ldap', 'sync_suspended', '0'),
(1548, 'auth_ldap', 'ntlmsso_enabled', '0'),
(1549, 'auth_ldap', 'ntlmsso_subnet', ''),
(1550, 'auth_ldap', 'ntlmsso_ie_fastpath', '0'),
(1551, 'auth_ldap', 'ntlmsso_type', 'ntlm'),
(1552, 'auth_ldap', 'ntlmsso_remoteuserformat', ''),
(1553, 'auth_ldap', 'field_map_firstname', ''),
(1554, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate'),
(1555, 'auth_ldap', 'field_updateremote_firstname', '0'),
(1556, 'auth_ldap', 'field_lock_firstname', 'unlocked'),
(1557, 'auth_ldap', 'field_map_lastname', ''),
(1558, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate'),
(1559, 'auth_ldap', 'field_updateremote_lastname', '0'),
(1560, 'auth_ldap', 'field_lock_lastname', 'unlocked'),
(1561, 'auth_ldap', 'field_map_email', ''),
(1562, 'auth_ldap', 'field_updatelocal_email', 'oncreate'),
(1563, 'auth_ldap', 'field_updateremote_email', '0'),
(1564, 'auth_ldap', 'field_lock_email', 'unlocked'),
(1565, 'auth_ldap', 'field_map_city', ''),
(1566, 'auth_ldap', 'field_updatelocal_city', 'oncreate'),
(1567, 'auth_ldap', 'field_updateremote_city', '0'),
(1568, 'auth_ldap', 'field_lock_city', 'unlocked'),
(1569, 'auth_ldap', 'field_map_country', ''),
(1570, 'auth_ldap', 'field_updatelocal_country', 'oncreate'),
(1571, 'auth_ldap', 'field_updateremote_country', '0'),
(1572, 'auth_ldap', 'field_lock_country', 'unlocked'),
(1573, 'auth_ldap', 'field_map_lang', ''),
(1574, 'auth_ldap', 'field_updatelocal_lang', 'oncreate'),
(1575, 'auth_ldap', 'field_updateremote_lang', '0'),
(1576, 'auth_ldap', 'field_lock_lang', 'unlocked'),
(1577, 'auth_ldap', 'field_map_description', ''),
(1578, 'auth_ldap', 'field_updatelocal_description', 'oncreate'),
(1579, 'auth_ldap', 'field_updateremote_description', '0'),
(1580, 'auth_ldap', 'field_lock_description', 'unlocked'),
(1581, 'auth_ldap', 'field_map_idnumber', ''),
(1582, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate'),
(1583, 'auth_ldap', 'field_updateremote_idnumber', '0'),
(1584, 'auth_ldap', 'field_lock_idnumber', 'unlocked'),
(1585, 'auth_ldap', 'field_map_institution', ''),
(1586, 'auth_ldap', 'field_updatelocal_institution', 'oncreate'),
(1587, 'auth_ldap', 'field_updateremote_institution', '0'),
(1588, 'auth_ldap', 'field_lock_institution', 'unlocked'),
(1589, 'auth_ldap', 'field_map_department', ''),
(1590, 'auth_ldap', 'field_updatelocal_department', 'oncreate'),
(1591, 'auth_ldap', 'field_updateremote_department', '0'),
(1592, 'auth_ldap', 'field_lock_department', 'unlocked'),
(1593, 'auth_ldap', 'field_map_phone1', ''),
(1594, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate'),
(1595, 'auth_ldap', 'field_updateremote_phone1', '0'),
(1596, 'auth_ldap', 'field_lock_phone1', 'unlocked'),
(1597, 'auth_ldap', 'field_map_phone2', ''),
(1598, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate'),
(1599, 'auth_ldap', 'field_updateremote_phone2', '0'),
(1600, 'auth_ldap', 'field_lock_phone2', 'unlocked'),
(1601, 'auth_ldap', 'field_map_address', ''),
(1602, 'auth_ldap', 'field_updatelocal_address', 'oncreate'),
(1603, 'auth_ldap', 'field_updateremote_address', '0'),
(1604, 'auth_ldap', 'field_lock_address', 'unlocked'),
(1605, 'auth_ldap', 'field_map_firstnamephonetic', ''),
(1606, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1607, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0'),
(1608, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked'),
(1609, 'auth_ldap', 'field_map_lastnamephonetic', ''),
(1610, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1611, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0'),
(1612, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked'),
(1613, 'auth_ldap', 'field_map_middlename', ''),
(1614, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate'),
(1615, 'auth_ldap', 'field_updateremote_middlename', '0'),
(1616, 'auth_ldap', 'field_lock_middlename', 'unlocked'),
(1617, 'auth_ldap', 'field_map_alternatename', ''),
(1618, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate'),
(1619, 'auth_ldap', 'field_updateremote_alternatename', '0'),
(1620, 'auth_ldap', 'field_lock_alternatename', 'unlocked'),
(1621, 'auth_manual', 'expiration', '0'),
(1622, 'auth_manual', 'expirationtime', '30'),
(1623, 'auth_manual', 'expiration_warning', '0'),
(1624, 'auth_manual', 'field_lock_firstname', 'unlocked'),
(1625, 'auth_manual', 'field_lock_lastname', 'unlocked'),
(1626, 'auth_manual', 'field_lock_email', 'unlocked'),
(1627, 'auth_manual', 'field_lock_city', 'unlocked'),
(1628, 'auth_manual', 'field_lock_country', 'unlocked'),
(1629, 'auth_manual', 'field_lock_lang', 'unlocked'),
(1630, 'auth_manual', 'field_lock_description', 'unlocked'),
(1631, 'auth_manual', 'field_lock_idnumber', 'unlocked'),
(1632, 'auth_manual', 'field_lock_institution', 'unlocked'),
(1633, 'auth_manual', 'field_lock_department', 'unlocked'),
(1634, 'auth_manual', 'field_lock_phone1', 'unlocked'),
(1635, 'auth_manual', 'field_lock_phone2', 'unlocked'),
(1636, 'auth_manual', 'field_lock_address', 'unlocked'),
(1637, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked'),
(1638, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked'),
(1639, 'auth_manual', 'field_lock_middlename', 'unlocked'),
(1640, 'auth_manual', 'field_lock_alternatename', 'unlocked'),
(1641, 'auth_mnet', 'rpc_negotiation_timeout', '30'),
(1642, 'auth_none', 'field_lock_firstname', 'unlocked'),
(1643, 'auth_none', 'field_lock_lastname', 'unlocked'),
(1644, 'auth_none', 'field_lock_email', 'unlocked'),
(1645, 'auth_none', 'field_lock_city', 'unlocked'),
(1646, 'auth_none', 'field_lock_country', 'unlocked'),
(1647, 'auth_none', 'field_lock_lang', 'unlocked'),
(1648, 'auth_none', 'field_lock_description', 'unlocked'),
(1649, 'auth_none', 'field_lock_idnumber', 'unlocked'),
(1650, 'auth_none', 'field_lock_institution', 'unlocked'),
(1651, 'auth_none', 'field_lock_department', 'unlocked'),
(1652, 'auth_none', 'field_lock_phone1', 'unlocked'),
(1653, 'auth_none', 'field_lock_phone2', 'unlocked'),
(1654, 'auth_none', 'field_lock_address', 'unlocked'),
(1655, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked'),
(1656, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked'),
(1657, 'auth_none', 'field_lock_middlename', 'unlocked'),
(1658, 'auth_none', 'field_lock_alternatename', 'unlocked'),
(1659, 'auth_oauth2', 'field_lock_firstname', 'unlocked'),
(1660, 'auth_oauth2', 'field_lock_lastname', 'unlocked'),
(1661, 'auth_oauth2', 'field_lock_email', 'unlocked'),
(1662, 'auth_oauth2', 'field_lock_city', 'unlocked'),
(1663, 'auth_oauth2', 'field_lock_country', 'unlocked'),
(1664, 'auth_oauth2', 'field_lock_lang', 'unlocked'),
(1665, 'auth_oauth2', 'field_lock_description', 'unlocked'),
(1666, 'auth_oauth2', 'field_lock_idnumber', 'unlocked'),
(1667, 'auth_oauth2', 'field_lock_institution', 'unlocked'),
(1668, 'auth_oauth2', 'field_lock_department', 'unlocked'),
(1669, 'auth_oauth2', 'field_lock_phone1', 'unlocked'),
(1670, 'auth_oauth2', 'field_lock_phone2', 'unlocked'),
(1671, 'auth_oauth2', 'field_lock_address', 'unlocked'),
(1672, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked'),
(1673, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked'),
(1674, 'auth_oauth2', 'field_lock_middlename', 'unlocked'),
(1675, 'auth_oauth2', 'field_lock_alternatename', 'unlocked'),
(1676, 'auth_shibboleth', 'user_attribute', ''),
(1677, 'auth_shibboleth', 'convert_data', ''),
(1678, 'auth_shibboleth', 'alt_login', 'off'),
(1679, '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'),
(1680, 'auth_shibboleth', 'logout_handler', ''),
(1681, 'auth_shibboleth', 'logout_return_url', ''),
(1682, 'auth_shibboleth', 'login_name', 'Shibboleth Login'),
(1683, 'auth_shibboleth', 'auth_logo', ''),
(1684, 'auth_shibboleth', 'auth_instructions', 'Use the <a href="[[softurl]]/auth/shibboleth/index.php">Shibboleth login</a> to get access via Shibboleth, if your institution supports it. Otherwise, use the normal login form shown here.'),
(1685, 'auth_shibboleth', 'changepasswordurl', ''),
(1686, 'auth_shibboleth', 'field_map_firstname', ''),
(1687, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate'),
(1688, 'auth_shibboleth', 'field_lock_firstname', 'unlocked'),
(1689, 'auth_shibboleth', 'field_map_lastname', ''),
(1690, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate'),
(1691, 'auth_shibboleth', 'field_lock_lastname', 'unlocked'),
(1692, 'auth_shibboleth', 'field_map_email', ''),
(1693, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate'),
(1694, 'auth_shibboleth', 'field_lock_email', 'unlocked'),
(1695, 'auth_shibboleth', 'field_map_city', ''),
(1696, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate'),
(1697, 'auth_shibboleth', 'field_lock_city', 'unlocked'),
(1698, 'auth_shibboleth', 'field_map_country', ''),
(1699, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate'),
(1700, 'auth_shibboleth', 'field_lock_country', 'unlocked'),
(1701, 'auth_shibboleth', 'field_map_lang', ''),
(1702, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate'),
(1703, 'auth_shibboleth', 'field_lock_lang', 'unlocked'),
(1704, 'auth_shibboleth', 'field_map_description', ''),
(1705, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate'),
(1706, 'auth_shibboleth', 'field_lock_description', 'unlocked'),
(1707, 'auth_shibboleth', 'field_map_idnumber', ''),
(1708, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate'),
(1709, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked'),
(1710, 'auth_shibboleth', 'field_map_institution', ''),
(1711, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate'),
(1712, 'auth_shibboleth', 'field_lock_institution', 'unlocked'),
(1713, 'auth_shibboleth', 'field_map_department', ''),
(1714, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate'),
(1715, 'auth_shibboleth', 'field_lock_department', 'unlocked'),
(1716, 'auth_shibboleth', 'field_map_phone1', ''),
(1717, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate'),
(1718, 'auth_shibboleth', 'field_lock_phone1', 'unlocked'),
(1719, 'auth_shibboleth', 'field_map_phone2', ''),
(1720, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate'),
(1721, 'auth_shibboleth', 'field_lock_phone2', 'unlocked'),
(1722, 'auth_shibboleth', 'field_map_address', ''),
(1723, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate'),
(1724, 'auth_shibboleth', 'field_lock_address', 'unlocked'),
(1725, 'auth_shibboleth', 'field_map_firstnamephonetic', ''),
(1726, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1727, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked'),
(1728, 'auth_shibboleth', 'field_map_lastnamephonetic', ''),
(1729, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1730, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked'),
(1731, 'auth_shibboleth', 'field_map_middlename', ''),
(1732, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate'),
(1733, 'auth_shibboleth', 'field_lock_middlename', 'unlocked'),
(1734, 'auth_shibboleth', 'field_map_alternatename', ''),
(1735, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate'),
(1736, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked'),
(1737, 'block_accessreview', 'whattoshow', 'showboth'),
(1738, 'block_accessreview', 'errordisplay', 'showint'),
(1739, 'block_accessreview', 'toolpage', 'errors'),
(1740, 'block_activity_results', 'config_showbest', '3'),
(1741, 'block_activity_results', 'config_showbest_locked', ''),
(1742, 'block_activity_results', 'config_showworst', '0'),
(1743, 'block_activity_results', 'config_showworst_locked', ''),
(1744, 'block_activity_results', 'config_usegroups', '0'),
(1745, 'block_activity_results', 'config_usegroups_locked', ''),
(1746, 'block_activity_results', 'config_nameformat', '1'),
(1747, 'block_activity_results', 'config_nameformat_locked', ''),
(1748, 'block_activity_results', 'config_gradeformat', '1'),
(1749, 'block_activity_results', 'config_gradeformat_locked', ''),
(1750, 'block_activity_results', 'config_decimalpoints', '2'),
(1751, 'block_activity_results', 'config_decimalpoints_locked', ''),
(1752, 'block_myoverview', 'displaycategories', '1'),
(1753, 'block_myoverview', 'layouts', 'card,list,summary'),
(1754, 'block_myoverview', 'displaygroupingallincludinghidden', '0'),
(1755, 'block_myoverview', 'displaygroupingall', '1'),
(1756, 'block_myoverview', 'displaygroupinginprogress', '1'),
(1757, 'block_myoverview', 'displaygroupingpast', '1'),
(1758, 'block_myoverview', 'displaygroupingfuture', '1'),
(1759, 'block_myoverview', 'displaygroupingcustomfield', '0'),
(1760, 'block_myoverview', 'customfiltergrouping', ''),
(1761, 'block_myoverview', 'displaygroupingfavourites', '1'),
(1762, 'block_myoverview', 'displaygroupinghidden', '1'),
(1763, 'block_recentlyaccessedcourses', 'displaycategories', '1'),
(1764, 'block_section_links', 'numsections1', '22'),
(1765, 'block_section_links', 'incby1', '2'),
(1766, 'block_section_links', 'numsections2', '40'),
(1767, 'block_section_links', 'incby2', '5'),
(1768, 'block_section_links', 'showsectionname', '0'),
(1769, 'block_starredcourses', 'displaycategories', '1'),
(1770, 'block_tag_youtube', 'apikey', ''),
(1771, 'format_singleactivity', 'activitytype', 'forum'),
(1772, 'format_topics', 'indentation', '1'),
(1773, 'format_weeks', 'indentation', '1'),
(1774, 'fileconverter_googledrive', 'issuerid', ''),
(1775, 'enrol_cohort', 'roleid', '5'),
(1776, 'enrol_cohort', 'unenrolaction', '0'),
(1777, 'enrol_meta', 'nosyncroleids', ''),
(1778, 'enrol_meta', 'syncall', '1'),
(1779, 'enrol_meta', 'unenrolaction', '3'),
(1780, 'enrol_meta', 'coursesort', 'sortorder'),
(1781, 'enrol_fee', 'expiredaction', '3'),
(1782, 'enrol_fee', 'status', '1'),
(1783, 'enrol_fee', 'cost', '0'),
(1784, 'enrol_fee', 'currency', 'USD'),
(1785, 'enrol_fee', 'roleid', '5'),
(1786, 'enrol_fee', 'enrolperiod', '0'),
(1787, 'enrol_database', 'dbtype', ''),
(1788, 'enrol_database', 'dbhost', 'localhost'),
(1789, 'enrol_database', 'dbuser', ''),
(1790, 'enrol_database', 'dbpass', ''),
(1791, 'enrol_database', 'dbname', ''),
(1792, 'enrol_database', 'dbencoding', 'utf-8'),
(1793, 'enrol_database', 'dbsetupsql', ''),
(1794, 'enrol_database', 'dbsybasequoting', '0'),
(1795, 'enrol_database', 'debugdb', '0'),
(1796, 'enrol_database', 'localcoursefield', 'idnumber'),
(1797, 'enrol_database', 'localuserfield', 'idnumber'),
(1798, 'enrol_database', 'localrolefield', 'shortname'),
(1799, 'enrol_database', 'localcategoryfield', 'id'),
(1800, 'enrol_database', 'remoteenroltable', ''),
(1801, 'enrol_database', 'remotecoursefield', ''),
(1802, 'enrol_database', 'remoteuserfield', ''),
(1803, 'enrol_database', 'remoterolefield', ''),
(1804, 'enrol_database', 'remoteotheruserfield', ''),
(1805, 'enrol_database', 'defaultrole', '5'),
(1806, 'enrol_database', 'ignorehiddencourses', '0'),
(1807, 'enrol_database', 'unenrolaction', '0'),
(1808, 'enrol_database', 'newcoursetable', ''),
(1809, 'enrol_database', 'newcoursefullname', 'fullname'),
(1810, 'enrol_database', 'newcourseshortname', 'shortname'),
(1811, 'enrol_database', 'newcourseidnumber', 'idnumber'),
(1812, 'enrol_database', 'newcoursecategory', ''),
(1813, 'enrol_database', 'defaultcategory', '1'),
(1814, 'enrol_database', 'templatecourse', ''),
(1815, 'enrol_flatfile', 'location', ''),
(1816, 'enrol_flatfile', 'encoding', 'UTF-8'),
(1817, 'enrol_flatfile', 'mailstudents', '0'),
(1818, 'enrol_flatfile', 'mailteachers', '0'),
(1819, 'enrol_flatfile', 'mailadmins', '0'),
(1820, 'enrol_flatfile', 'unenrolaction', '3'),
(1821, 'enrol_flatfile', 'expiredaction', '3'),
(1822, 'enrol_guest', 'requirepassword', '0'),
(1823, 'enrol_guest', 'usepasswordpolicy', '0'),
(1824, 'enrol_guest', 'showhint', '0'),
(1825, 'enrol_guest', 'defaultenrol', '1'),
(1826, 'enrol_guest', 'status', '1'),
(1827, 'enrol_guest', 'status_adv', ''),
(1828, 'enrol_imsenterprise', 'imsfilelocation', ''),
(1829, 'enrol_imsenterprise', 'logtolocation', ''),
(1830, 'enrol_imsenterprise', 'mailadmins', '0'),
(1831, 'enrol_imsenterprise', 'createnewusers', '0'),
(1832, 'enrol_imsenterprise', 'imsupdateusers', '0'),
(1833, 'enrol_imsenterprise', 'imsdeleteusers', '0'),
(1834, 'enrol_imsenterprise', 'fixcaseusernames', '0'),
(1835, 'enrol_imsenterprise', 'fixcasepersonalnames', '0'),
(1836, 'enrol_imsenterprise', 'imssourcedidfallback', '0'),
(1837, 'enrol_imsenterprise', 'imsrolemap01', '5'),
(1838, 'enrol_imsenterprise', 'imsrolemap02', '3'),
(1839, 'enrol_imsenterprise', 'imsrolemap03', '3'),
(1840, 'enrol_imsenterprise', 'imsrolemap04', '5'),
(1841, 'enrol_imsenterprise', 'imsrolemap05', '0'),
(1842, 'enrol_imsenterprise', 'imsrolemap06', '4'),
(1843, 'enrol_imsenterprise', 'imsrolemap07', '0'),
(1844, 'enrol_imsenterprise', 'imsrolemap08', '4'),
(1845, 'enrol_imsenterprise', 'truncatecoursecodes', '0'),
(1846, 'enrol_imsenterprise', 'createnewcourses', '0'),
(1847, 'enrol_imsenterprise', 'updatecourses', '0'),
(1848, 'enrol_imsenterprise', 'createnewcategories', '0'),
(1849, 'enrol_imsenterprise', 'nestedcategories', '0'),
(1850, 'enrol_imsenterprise', 'categoryidnumber', '0'),
(1851, 'enrol_imsenterprise', 'categoryseparator', ''),
(1852, 'enrol_imsenterprise', 'imsunenrol', '0'),
(1853, 'enrol_imsenterprise', 'unenrolaction', '0'),
(1854, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode'),
(1855, 'enrol_imsenterprise', 'imscoursemapfullname', 'short'),
(1856, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore'),
(1857, 'enrol_imsenterprise', 'imsrestricttarget', ''),
(1858, 'enrol_imsenterprise', 'imscapitafix', '0'),
(1859, 'enrol_ldap', 'host_url', ''),
(1860, 'enrol_ldap', 'start_tls', '0'),
(1861, 'enrol_ldap', 'ldap_version', '3'),
(1862, 'enrol_ldap', 'ldapencoding', 'utf-8'),
(1863, 'enrol_ldap', 'pagesize', '250'),
(1864, 'enrol_ldap', 'bind_dn', ''),
(1865, 'enrol_ldap', 'bind_pw', ''),
(1866, 'enrol_ldap', 'course_search_sub', '0'),
(1867, 'enrol_ldap', 'memberattribute_isdn', '0'),
(1868, 'enrol_ldap', 'user_contexts', ''),
(1869, 'enrol_ldap', 'user_search_sub', '0'),
(1870, 'enrol_ldap', 'user_type', 'default'),
(1871, 'enrol_ldap', 'opt_deref', '0'),
(1872, 'enrol_ldap', 'idnumber_attribute', ''),
(1873, 'enrol_ldap', 'objectclass', ''),
(1874, 'enrol_ldap', 'course_idnumber', ''),
(1875, 'enrol_ldap', 'course_shortname', ''),
(1876, 'enrol_ldap', 'course_fullname', ''),
(1877, 'enrol_ldap', 'course_summary', ''),
(1878, 'enrol_ldap', 'ignorehiddencourses', '0'),
(1879, 'enrol_ldap', 'unenrolaction', '0'),
(1880, 'enrol_ldap', 'autocreate', '0'),
(1881, 'enrol_ldap', 'category', '1'),
(1882, 'enrol_ldap', 'template', ''),
(1883, 'enrol_ldap', 'course_shortname_updateonsync', '0'),
(1884, 'enrol_ldap', 'course_fullname_updateonsync', '0'),
(1885, 'enrol_ldap', 'course_summary_updateonsync', '0'),
(1886, 'enrol_ldap', 'nested_groups', '0'),
(1887, 'enrol_ldap', 'group_memberofattribute', ''),
(1888, 'enrol_manual', 'expiredaction', '1'),
(1889, 'enrol_manual', 'expirynotifyhour', '6'),
(1890, 'enrol_manual', 'defaultenrol', '1'),
(1891, 'enrol_manual', 'status', '0'),
(1892, 'enrol_manual', 'roleid', '5'),
(1893, 'enrol_manual', 'enrolstart', '4'),
(1894, 'enrol_manual', 'enrolperiod', '0'),
(1895, 'enrol_manual', 'expirynotify', '0'),
(1896, 'enrol_manual', 'expirythreshold', '86400'),
(1897, 'enrol_mnet', 'roleid', '5'),
(1898, 'enrol_mnet', 'roleid_adv', '1'),
(1899, 'enrol_paypal', 'paypalbusiness', ''),
(1900, 'enrol_paypal', 'mailstudents', '0'),
(1901, 'enrol_paypal', 'mailteachers', '0'),
(1902, 'enrol_paypal', 'mailadmins', '0'),
(1903, 'enrol_paypal', 'expiredaction', '3'),
(1904, 'enrol_paypal', 'status', '1'),
(1905, 'enrol_paypal', 'cost', '0'),
(1906, 'enrol_paypal', 'currency', 'USD'),
(1907, 'enrol_paypal', 'roleid', '5'),
(1908, 'enrol_paypal', 'enrolperiod', '0'),
(1909, 'enrol_lti', 'emaildisplay', '2'),
(1910, 'enrol_lti', 'city', ''),
(1911, 'enrol_lti', 'country', ''),
(1912, 'enrol_lti', 'timezone', '99'),
(1913, 'enrol_lti', 'lang', 'en'),
(1914, 'enrol_lti', 'institution', ''),
(1915, 'enrol_self', 'requirepassword', '0'),
(1916, 'enrol_self', 'usepasswordpolicy', '0'),
(1917, 'enrol_self', 'showhint', '0'),
(1918, 'enrol_self', 'expiredaction', '1'),
(1919, 'enrol_self', 'expirynotifyhour', '6'),
(1920, 'enrol_self', 'defaultenrol', '1'),
(1921, 'enrol_self', 'status', '1'),
(1922, 'enrol_self', 'newenrols', '1'),
(1923, 'enrol_self', 'groupkey', '0');
INSERT INTO `[[dbprefix]]config_plugins` VALUES
(1924, 'enrol_self', 'roleid', '5'),
(1925, 'enrol_self', 'enrolperiod', '0'),
(1926, 'enrol_self', 'expirynotify', '0'),
(1927, 'enrol_self', 'expirythreshold', '86400'),
(1928, 'enrol_self', 'longtimenosee', '0'),
(1929, 'enrol_self', 'maxenrolled', '0'),
(1930, 'enrol_self', 'sendcoursewelcomemessage', '1'),
(1931, 'filter_urltolink', 'formats', '1,4,0'),
(1932, 'filter_urltolink', 'embedimages', '1'),
(1933, 'filter_emoticon', 'formats', '1,4,0'),
(1934, 'filter_displayh5p', 'allowedsources', ''),
(1935, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.9/MathJax.js'),
(1936, 'filter_mathjaxloader', 'texfiltercompatibility', '0'),
(1937, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: ["Accessible.js", "Safe.js"],\n    errorSettings: { message: ["!"] },\n    skipStartupTypeset: true,\n    messageStyle: "none"\n});\n'),
(1938, 'filter_mathjaxloader', 'additionaldelimiters', ''),
(1939, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),
(1940, 'filter_tex', 'latexbackground', '#FFFFFF'),
(1941, 'filter_tex', 'density', '120'),
(1942, 'filter_tex', 'pathlatex', '/usr/bin/latex'),
(1943, 'filter_tex', 'pathdvips', '/usr/bin/dvips'),
(1944, 'filter_tex', 'pathconvert', '/usr/bin/convert'),
(1945, 'filter_tex', 'pathdvisvgm', '/usr/bin/dvisvgm'),
(1946, 'filter_tex', 'pathmimetex', ''),
(1947, 'filter_tex', 'convertformat', 'gif'),
(1948, 'logstore_database', 'dbdriver', ''),
(1949, 'logstore_database', 'dbhost', ''),
(1950, 'logstore_database', 'dbuser', ''),
(1951, 'logstore_database', 'dbpass', ''),
(1952, 'logstore_database', 'dbname', ''),
(1953, 'logstore_database', 'dbtable', ''),
(1954, 'logstore_database', 'dbpersist', '0'),
(1955, 'logstore_database', 'dbsocket', ''),
(1956, 'logstore_database', 'dbport', ''),
(1957, 'logstore_database', 'dbschema', ''),
(1958, 'logstore_database', 'dbcollation', ''),
(1959, 'logstore_database', 'dbhandlesoptions', '0'),
(1960, 'logstore_database', 'buffersize', '50'),
(1961, 'logstore_database', 'jsonformat', '1'),
(1962, 'logstore_database', 'logguests', '0'),
(1963, 'logstore_database', 'includelevels', '1,2,0'),
(1964, 'logstore_database', 'includeactions', 'c,r,u,d'),
(1965, 'logstore_legacy', 'loglegacy', '0'),
(1966, 'logstore_standard', 'logguests', '1'),
(1967, 'logstore_standard', 'jsonformat', '1'),
(1968, 'logstore_standard', 'loglifetime', '0'),
(1969, 'logstore_standard', 'buffersize', '50'),
(1970, 'mlbackend_python', 'useserver', '0'),
(1971, 'mlbackend_python', 'host', ''),
(1972, 'mlbackend_python', 'port', '0'),
(1973, 'mlbackend_python', 'secure', '0'),
(1974, 'mlbackend_python', 'username', 'default'),
(1975, 'mlbackend_python', 'password', ''),
(1976, 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv'),
(1977, 'media_videojs', 'audioextensions', 'html_audio'),
(1978, 'media_videojs', 'youtube', '1'),
(1979, 'media_videojs', 'videocssclass', 'video-js'),
(1980, 'media_videojs', 'audiocssclass', 'video-js'),
(1981, 'media_videojs', 'limitsize', '1'),
(1982, 'paygw_paypal', 'surcharge', '0'),
(1983, 'qtype_multichoice', 'answerhowmany', '1'),
(1984, 'qtype_multichoice', 'shuffleanswers', '1'),
(1985, 'qtype_multichoice', 'answernumbering', 'abc'),
(1986, 'qtype_multichoice', 'showstandardinstruction', '0'),
(1987, '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'),
(1988, 'editor_atto', 'autosavefrequency', '60'),
(1989, 'atto_collapse', 'showgroups', '6'),
(1990, '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'),
(1991, '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'),
(1992, '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'),
(1993, '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'),
(1994, 'atto_recordrtc', 'allowedtypes', 'both'),
(1995, 'atto_recordrtc', 'audiobitrate', '128000'),
(1996, 'atto_recordrtc', 'videobitrate', '2500000'),
(1997, 'atto_recordrtc', 'audiotimelimit', '120'),
(1998, 'atto_recordrtc', 'videotimelimit', '120'),
(1999, 'atto_table', 'allowborders', '0'),
(2000, 'atto_table', 'allowbackgroundcolour', '0'),
(2001, 'atto_table', 'allowwidth', '0'),
(2002, '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'),
(2003, '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'),
(2004, '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'),
(2005, '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'),
(2006, 'tiny_recordrtc', 'allowedtypes', 'both'),
(2007, 'tiny_recordrtc', 'audiobitrate', '128000'),
(2008, 'tiny_recordrtc', 'videobitrate', '2500000'),
(2009, 'tiny_recordrtc', 'audiotimelimit', '120'),
(2010, 'tiny_recordrtc', 'videotimelimit', '120'),
(2011, 'editor_tiny', 'branding', '1'),
(2012, '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'),
(2013, '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'),
(2014, 'editor_tinymce', 'customconfig', ''),
(2015, 'tinymce_moodleemoticon', 'requireemoticon', '1'),
(2016, 'tinymce_spellchecker', 'spellengine', ''),
(2017, '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'),
(2018, 'tool_mobile', 'apppolicy', ''),
(2019, 'tool_mobile', 'typeoflogin', '1'),
(2020, 'tool_mobile', 'qrcodetype', '1'),
(2021, 'tool_mobile', 'qrkeyttl', '600'),
(2022, 'tool_mobile', 'qrsameipcheck', '1'),
(2023, 'tool_mobile', 'forcedurlscheme', 'moodlemobile'),
(2024, 'tool_mobile', 'minimumversion', ''),
(2025, 'tool_mobile', 'autologinmintimebetweenreq', '360'),
(2026, 'tool_mobile', 'enablesmartappbanners', '0'),
(2027, 'tool_mobile', 'iosappid', '633359593'),
(2028, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile'),
(2029, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile'),
(2030, 'tool_mobile', 'forcelogout', '0'),
(2031, 'tool_mobile', 'disabledfeatures', ''),
(2032, 'tool_mobile', 'custommenuitems', ''),
(2033, 'tool_mobile', 'filetypeexclusionlist', ''),
(2034, 'tool_mobile', 'customlangstrings', ''),
(2035, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central'),
(2036, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]contentbank_content`
--

CREATE TABLE `[[dbprefix]]contentbank_content` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contenttype` varchar(100) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `visibility` tinyint(1) NOT NULL DEFAULT '1',
  `instanceid` bigint(10) DEFAULT NULL,
  `configdata` longtext,
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]contcont_nam_ix` (`name`),
  KEY `[[dbprefix]]contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`),
  KEY `[[dbprefix]]contcont_con_ix` (`contextid`),
  KEY `[[dbprefix]]contcont_use_ix` (`usermodified`),
  KEY `[[dbprefix]]contcont_use2_ix` (`usercreated`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table stores content data in the content bank.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]context`
--

CREATE TABLE `[[dbprefix]]context` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextlevel` bigint(10) NOT NULL DEFAULT '0',
  `instanceid` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) DEFAULT NULL,
  `depth` tinyint(2) NOT NULL DEFAULT '0',
  `locked` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]cont_conins_uix` (`contextlevel`,`instanceid`),
  KEY `[[dbprefix]]cont_ins_ix` (`instanceid`),
  KEY `[[dbprefix]]cont_pat_ix` (`path`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='one of these must be set' AUTO_INCREMENT=14 ;

--
-- Dumping data for table `[[dbprefix]]context`
--

INSERT INTO `[[dbprefix]]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/5/11', 3, 0),
(12, 80, 7, '/1/5/12', 3, 0),
(13, 80, 8, '/1/5/13', 3, 0);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]context_temp`
--

CREATE TABLE `[[dbprefix]]context_temp` (
  `id` bigint(10) NOT NULL,
  `path` varchar(255) NOT NULL DEFAULT '',
  `depth` tinyint(2) NOT NULL,
  `locked` tinyint(2) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Used by build_context_path() in upgrade and cron to keep con';

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course`
--

CREATE TABLE `[[dbprefix]]course` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `category` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `format` varchar(21) NOT NULL DEFAULT 'topics',
  `showgrades` tinyint(2) NOT NULL DEFAULT '1',
  `newsitems` mediumint(5) NOT NULL DEFAULT '1',
  `startdate` bigint(10) NOT NULL DEFAULT '0',
  `enddate` bigint(10) NOT NULL DEFAULT '0',
  `relativedatesmode` tinyint(1) NOT NULL DEFAULT '0',
  `marker` bigint(10) NOT NULL DEFAULT '0',
  `maxbytes` bigint(10) NOT NULL DEFAULT '0',
  `legacyfiles` smallint(4) NOT NULL DEFAULT '0',
  `showreports` smallint(4) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `downloadcontent` tinyint(1) DEFAULT NULL,
  `groupmode` smallint(4) NOT NULL DEFAULT '0',
  `groupmodeforce` smallint(4) NOT NULL DEFAULT '0',
  `defaultgroupingid` bigint(10) NOT NULL DEFAULT '0',
  `lang` varchar(30) NOT NULL DEFAULT '',
  `calendartype` varchar(30) NOT NULL DEFAULT '',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `requested` tinyint(1) NOT NULL DEFAULT '0',
  `enablecompletion` tinyint(1) NOT NULL DEFAULT '0',
  `completionnotify` tinyint(1) NOT NULL DEFAULT '0',
  `cacherev` bigint(10) NOT NULL DEFAULT '0',
  `originalcourseid` bigint(10) DEFAULT NULL,
  `showactivitydates` tinyint(1) NOT NULL DEFAULT '0',
  `showcompletionconditions` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]cour_cat_ix` (`category`),
  KEY `[[dbprefix]]cour_idn_ix` (`idnumber`),
  KEY `[[dbprefix]]cour_sho_ix` (`shortname`),
  KEY `[[dbprefix]]cour_sor_ix` (`sortorder`),
  KEY `[[dbprefix]]cour_ori_ix` (`originalcourseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Central course table' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]course`
--

INSERT INTO `[[dbprefix]]course` VALUES
(1, 0, 0, '[[site_name]]', '[[site_desc]]', '', '', 0, 'site', 1, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, NULL, 0, 0, 0, '', '', '', [[timestamp]], [[timestamp]], 0, 0, 0, [[timestamp]], NULL, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_categories`
--

CREATE TABLE `[[dbprefix]]course_categories` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT '0',
  `parent` bigint(10) NOT NULL DEFAULT '0',
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `coursecount` bigint(10) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `depth` bigint(10) NOT NULL DEFAULT '0',
  `path` varchar(255) NOT NULL DEFAULT '',
  `theme` varchar(50) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]courcate_par_ix` (`parent`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Course categories' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]course_categories`
--

INSERT INTO `[[dbprefix]]course_categories` VALUES
(1, 'Category 1', NULL, NULL, 1, 0, 10000, 0, 1, 1, [[timestamp]], 1, '/1', NULL);

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_completions`
--

CREATE TABLE `[[dbprefix]]course_completions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `timeenrolled` bigint(10) NOT NULL DEFAULT '0',
  `timestarted` bigint(10) NOT NULL DEFAULT '0',
  `timecompleted` bigint(10) DEFAULT NULL,
  `reaggregate` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courcomp_usecou_uix` (`userid`,`course`),
  KEY `[[dbprefix]]courcomp_use_ix` (`userid`),
  KEY `[[dbprefix]]courcomp_cou_ix` (`course`),
  KEY `[[dbprefix]]courcomp_tim_ix` (`timecompleted`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Course completion records' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_completion_aggr_methd`
--

CREATE TABLE `[[dbprefix]]course_completion_aggr_methd` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT '0',
  `value` decimal(10,5) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courcompaggrmeth_cou_uix` (`course`,`criteriatype`),
  KEY `[[dbprefix]]courcompaggrmeth_cou_ix` (`course`),
  KEY `[[dbprefix]]courcompaggrmeth_cri_ix` (`criteriatype`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Course completion aggregation methods for criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_completion_criteria`
--

CREATE TABLE `[[dbprefix]]course_completion_criteria` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriatype` bigint(10) NOT NULL DEFAULT '0',
  `module` varchar(100) DEFAULT NULL,
  `moduleinstance` bigint(10) DEFAULT NULL,
  `courseinstance` bigint(10) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT NULL,
  `timeend` bigint(10) DEFAULT NULL,
  `gradepass` decimal(10,5) DEFAULT NULL,
  `role` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]courcompcrit_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Course completion criteria' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_completion_crit_compl`
--

CREATE TABLE `[[dbprefix]]course_completion_crit_compl` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `course` bigint(10) NOT NULL DEFAULT '0',
  `criteriaid` bigint(10) NOT NULL DEFAULT '0',
  `gradefinal` decimal(10,5) DEFAULT NULL,
  `unenroled` bigint(10) DEFAULT NULL,
  `timecompleted` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courcompcritcomp_use_uix` (`userid`,`course`,`criteriaid`),
  KEY `[[dbprefix]]courcompcritcomp_use_ix` (`userid`),
  KEY `[[dbprefix]]courcompcritcomp_cou_ix` (`course`),
  KEY `[[dbprefix]]courcompcritcomp_cri_ix` (`criteriaid`),
  KEY `[[dbprefix]]courcompcritcomp_tim_ix` (`timecompleted`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Course completion user records' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_completion_defaults`
--

CREATE TABLE `[[dbprefix]]course_completion_defaults` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL,
  `module` bigint(10) NOT NULL,
  `completion` tinyint(1) NOT NULL DEFAULT '0',
  `completionview` tinyint(1) NOT NULL DEFAULT '0',
  `completionusegrade` tinyint(1) NOT NULL DEFAULT '0',
  `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0',
  `completionexpected` bigint(10) NOT NULL DEFAULT '0',
  `customrules` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courcompdefa_coumod_uix` (`course`,`module`),
  KEY `[[dbprefix]]courcompdefa_mod_ix` (`module`),
  KEY `[[dbprefix]]courcompdefa_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Default settings for activities completion' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_format_options`
--

CREATE TABLE `[[dbprefix]]course_format_options` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `courseid` bigint(10) NOT NULL,
  `format` varchar(21) NOT NULL DEFAULT '',
  `sectionid` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courformopti_coufors_uix` (`courseid`,`format`,`sectionid`,`name`),
  KEY `[[dbprefix]]courformopti_cou_ix` (`courseid`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores format-specific options for the course or course sect' AUTO_INCREMENT=2 ;

--
-- Dumping data for table `[[dbprefix]]course_format_options`
--

INSERT INTO `[[dbprefix]]course_format_options` VALUES
(1, 1, 'site', 0, 'numsections', '1');

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_modules`
--

CREATE TABLE `[[dbprefix]]course_modules` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `module` bigint(10) NOT NULL DEFAULT '0',
  `instance` bigint(10) NOT NULL DEFAULT '0',
  `section` bigint(10) NOT NULL DEFAULT '0',
  `idnumber` varchar(100) DEFAULT NULL,
  `added` bigint(10) NOT NULL DEFAULT '0',
  `score` smallint(4) NOT NULL DEFAULT '0',
  `indent` mediumint(5) NOT NULL DEFAULT '0',
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT '1',
  `visibleold` tinyint(1) NOT NULL DEFAULT '1',
  `groupmode` smallint(4) NOT NULL DEFAULT '0',
  `groupingid` bigint(10) NOT NULL DEFAULT '0',
  `completion` tinyint(1) NOT NULL DEFAULT '0',
  `completiongradeitemnumber` bigint(10) DEFAULT NULL,
  `completionview` tinyint(1) NOT NULL DEFAULT '0',
  `completionexpected` bigint(10) NOT NULL DEFAULT '0',
  `completionpassgrade` tinyint(1) NOT NULL DEFAULT '0',
  `showdescription` tinyint(1) NOT NULL DEFAULT '0',
  `availability` longtext,
  `deletioninprogress` tinyint(1) NOT NULL DEFAULT '0',
  `downloadcontent` tinyint(1) DEFAULT '1',
  `lang` varchar(30) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]courmodu_vis_ix` (`visible`),
  KEY `[[dbprefix]]courmodu_cou_ix` (`course`),
  KEY `[[dbprefix]]courmodu_mod_ix` (`module`),
  KEY `[[dbprefix]]courmodu_ins_ix` (`instance`),
  KEY `[[dbprefix]]courmodu_idncou_ix` (`idnumber`,`course`),
  KEY `[[dbprefix]]courmodu_gro_ix` (`groupingid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='course_modules table retrofitted from MySQL' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_modules_completion`
--

CREATE TABLE `[[dbprefix]]course_modules_completion` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `completionstate` tinyint(1) NOT NULL,
  `overrideby` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courmoducomp_usecou_uix` (`userid`,`coursemoduleid`),
  KEY `[[dbprefix]]courmoducomp_cou_ix` (`coursemoduleid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Stores the completion state (completed or not completed, etc' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_modules_viewed`
--

CREATE TABLE `[[dbprefix]]course_modules_viewed` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]courmoduview_usecou_uix` (`userid`,`coursemoduleid`),
  KEY `[[dbprefix]]courmoduview_cou_ix` (`coursemoduleid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Tracks the completion viewed (viewed with cmid/userid and ot' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_published`
--

CREATE TABLE `[[dbprefix]]course_published` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `huburl` varchar(255) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `timepublished` bigint(10) NOT NULL,
  `enrollable` tinyint(1) NOT NULL DEFAULT '1',
  `hubcourseid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT '0',
  `timechecked` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]courpubl_hub_ix` (`hubcourseid`),
  KEY `[[dbprefix]]courpubl_cou_ix` (`courseid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Information about how and when an local courses were publish' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_request`
--

CREATE TABLE `[[dbprefix]]course_request` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `category` bigint(10) NOT NULL DEFAULT '0',
  `reason` longtext NOT NULL,
  `requester` bigint(10) NOT NULL DEFAULT '0',
  `password` varchar(50) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]courrequ_sho_ix` (`shortname`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='course requests' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]course_sections`
--

CREATE TABLE `[[dbprefix]]course_sections` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `section` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `summary` longtext,
  `summaryformat` tinyint(2) NOT NULL DEFAULT '0',
  `sequence` longtext,
  `visible` tinyint(1) NOT NULL DEFAULT '1',
  `availability` longtext,
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]coursect_cousec_uix` (`course`,`section`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='to define the sections for each course' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]customfield_category`
--

CREATE TABLE `[[dbprefix]]customfield_category` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(400) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `area` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT '0',
  `contextid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`),
  KEY `[[dbprefix]]custcate_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='core_customfield category table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]customfield_data`
--

CREATE TABLE `[[dbprefix]]customfield_data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `fieldid` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `intvalue` bigint(10) DEFAULT NULL,
  `decvalue` decimal(10,5) DEFAULT NULL,
  `shortcharvalue` varchar(255) DEFAULT NULL,
  `charvalue` varchar(1333) DEFAULT NULL,
  `value` longtext NOT NULL,
  `valueformat` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]custdata_insfie_uix` (`instanceid`,`fieldid`),
  KEY `[[dbprefix]]custdata_fieint_ix` (`fieldid`,`intvalue`),
  KEY `[[dbprefix]]custdata_fiesho_ix` (`fieldid`,`shortcharvalue`),
  KEY `[[dbprefix]]custdata_fiedec_ix` (`fieldid`,`decvalue`),
  KEY `[[dbprefix]]custdata_fie_ix` (`fieldid`),
  KEY `[[dbprefix]]custdata_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='core_customfield data table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]customfield_field`
--

CREATE TABLE `[[dbprefix]]customfield_field` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(400) NOT NULL DEFAULT '',
  `type` varchar(100) NOT NULL DEFAULT '',
  `description` longtext,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `configdata` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]custfiel_catsor_ix` (`categoryid`,`sortorder`),
  KEY `[[dbprefix]]custfiel_cat_ix` (`categoryid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='core_customfield field table' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]data`
--

CREATE TABLE `[[dbprefix]]data` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `course` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT '0',
  `comments` smallint(4) NOT NULL DEFAULT '0',
  `timeavailablefrom` bigint(10) NOT NULL DEFAULT '0',
  `timeavailableto` bigint(10) NOT NULL DEFAULT '0',
  `timeviewfrom` bigint(10) NOT NULL DEFAULT '0',
  `timeviewto` bigint(10) NOT NULL DEFAULT '0',
  `requiredentries` int(8) NOT NULL DEFAULT '0',
  `requiredentriestoview` int(8) NOT NULL DEFAULT '0',
  `maxentries` int(8) NOT NULL DEFAULT '0',
  `rssarticles` smallint(4) NOT NULL DEFAULT '0',
  `singletemplate` longtext,
  `listtemplate` longtext,
  `listtemplateheader` longtext,
  `listtemplatefooter` longtext,
  `addtemplate` longtext,
  `rsstemplate` longtext,
  `rsstitletemplate` longtext,
  `csstemplate` longtext,
  `jstemplate` longtext,
  `asearchtemplate` longtext,
  `approval` smallint(4) NOT NULL DEFAULT '0',
  `manageapproved` smallint(4) NOT NULL DEFAULT '1',
  `scale` bigint(10) NOT NULL DEFAULT '0',
  `assessed` bigint(10) NOT NULL DEFAULT '0',
  `assesstimestart` bigint(10) NOT NULL DEFAULT '0',
  `assesstimefinish` bigint(10) NOT NULL DEFAULT '0',
  `defaultsort` bigint(10) NOT NULL DEFAULT '0',
  `defaultsortdir` smallint(4) NOT NULL DEFAULT '0',
  `editany` smallint(4) NOT NULL DEFAULT '0',
  `notification` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `config` longtext,
  `completionentries` bigint(10) DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]data_cou_ix` (`course`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='all database activities' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]data_content`
--

CREATE TABLE `[[dbprefix]]data_content` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `fieldid` bigint(10) NOT NULL DEFAULT '0',
  `recordid` bigint(10) NOT NULL DEFAULT '0',
  `content` longtext,
  `content1` longtext,
  `content2` longtext,
  `content3` longtext,
  `content4` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]datacont_rec_ix` (`recordid`),
  KEY `[[dbprefix]]datacont_fie_ix` (`fieldid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='the content introduced in each record/fields' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]data_fields`
--

CREATE TABLE `[[dbprefix]]data_fields` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `dataid` bigint(10) NOT NULL DEFAULT '0',
  `type` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `param1` longtext,
  `param2` longtext,
  `param3` longtext,
  `param4` longtext,
  `param5` longtext,
  `param6` longtext,
  `param7` longtext,
  `param8` longtext,
  `param9` longtext,
  `param10` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]datafiel_typdat_ix` (`type`,`dataid`),
  KEY `[[dbprefix]]datafiel_dat_ix` (`dataid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='every field available' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]data_records`
--

CREATE TABLE `[[dbprefix]]data_records` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `dataid` bigint(10) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `approved` smallint(4) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]datareco_dat_ix` (`dataid`),
  KEY `[[dbprefix]]datareco_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='every record introduced' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]editor_atto_autosave`
--

CREATE TABLE `[[dbprefix]]editor_atto_autosave` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `elementid` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `pagehash` varchar(64) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `drafttext` longtext NOT NULL,
  `draftid` bigint(10) DEFAULT NULL,
  `pageinstance` varchar(64) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]editattoauto_eleconu_uix` (`elementid`,`contextid`,`userid`,`pagehash`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Draft text that is auto-saved every 5 seconds while an edito' AUTO_INCREMENT=2 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol`
--

CREATE TABLE `[[dbprefix]]enrol` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `enrol` varchar(20) NOT NULL DEFAULT '',
  `status` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT '0',
  `name` varchar(255) DEFAULT NULL,
  `enrolperiod` bigint(10) DEFAULT '0',
  `enrolstartdate` bigint(10) DEFAULT '0',
  `enrolenddate` bigint(10) DEFAULT '0',
  `expirynotify` tinyint(1) DEFAULT '0',
  `expirythreshold` bigint(10) DEFAULT '0',
  `notifyall` tinyint(1) DEFAULT '0',
  `password` varchar(50) DEFAULT NULL,
  `cost` varchar(20) DEFAULT NULL,
  `currency` varchar(3) DEFAULT NULL,
  `roleid` bigint(10) DEFAULT '0',
  `customint1` bigint(10) DEFAULT NULL,
  `customint2` bigint(10) DEFAULT NULL,
  `customint3` bigint(10) DEFAULT NULL,
  `customint4` bigint(10) DEFAULT NULL,
  `customint5` bigint(10) DEFAULT NULL,
  `customint6` bigint(10) DEFAULT NULL,
  `customint7` bigint(10) DEFAULT NULL,
  `customint8` bigint(10) DEFAULT NULL,
  `customchar1` varchar(255) DEFAULT NULL,
  `customchar2` varchar(255) DEFAULT NULL,
  `customchar3` varchar(1333) DEFAULT NULL,
  `customdec1` decimal(12,7) DEFAULT NULL,
  `customdec2` decimal(12,7) DEFAULT NULL,
  `customtext1` longtext,
  `customtext2` longtext,
  `customtext3` longtext,
  `customtext4` longtext,
  `timecreated` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enro_enr_ix` (`enrol`),
  KEY `[[dbprefix]]enro_cou_ix` (`courseid`),
  KEY `[[dbprefix]]enro_rol_ix` (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Instances of enrolment plugins used in courses, fields marke' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_flatfile`
--

CREATE TABLE `[[dbprefix]]enrol_flatfile` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `action` varchar(30) NOT NULL DEFAULT '',
  `roleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeend` bigint(10) NOT NULL DEFAULT '0',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroflat_cou_ix` (`courseid`),
  KEY `[[dbprefix]]enroflat_use_ix` (`userid`),
  KEY `[[dbprefix]]enroflat_rol_ix` (`roleid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='enrol_flatfile table retrofitted from MySQL' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_app_registration`
--

CREATE TABLE `[[dbprefix]]enrol_lti_app_registration` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `platformid` longtext,
  `clientid` varchar(1333) DEFAULT NULL,
  `uniqueid` varchar(255) NOT NULL DEFAULT '',
  `platformclienthash` varchar(64) DEFAULT NULL,
  `platformuniqueidhash` varchar(64) DEFAULT NULL,
  `authenticationrequesturl` longtext,
  `jwksurl` longtext,
  `accesstokenurl` longtext,
  `status` tinyint(1) NOT NULL DEFAULT '0',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltiappregi_uni_uix` (`uniqueid`),
  UNIQUE KEY `[[dbprefix]]enroltiappregi_pla_uix` (`platformclienthash`),
  UNIQUE KEY `[[dbprefix]]enroltiappregi_pla2_uix` (`platformuniqueidhash`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Details of each application that has been registered with th' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_context`
--

CREATE TABLE `[[dbprefix]]enrol_lti_context` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `contextid` varchar(255) NOT NULL DEFAULT '',
  `ltideploymentid` bigint(10) NOT NULL,
  `type` longtext,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enrolticont_lticon_uix` (`ltideploymentid`,`contextid`),
  KEY `[[dbprefix]]enrolticont_lti_ix` (`ltideploymentid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Each row represents a context in the platform, where resourc' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_deployment`
--

CREATE TABLE `[[dbprefix]]enrol_lti_deployment` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  `deploymentid` varchar(255) NOT NULL DEFAULT '',
  `platformid` bigint(10) NOT NULL,
  `legacyconsumerkey` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltidepl_pladep_uix` (`platformid`,`deploymentid`),
  KEY `[[dbprefix]]enroltidepl_pla_ix` (`platformid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Each row represents a deployment of a tool within a platform' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_consumer`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_consumer` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL DEFAULT '',
  `consumerkey256` varchar(255) NOT NULL DEFAULT '',
  `consumerkey` longtext,
  `secret` varchar(1024) NOT NULL DEFAULT '',
  `ltiversion` varchar(10) DEFAULT NULL,
  `consumername` varchar(255) DEFAULT NULL,
  `consumerversion` varchar(255) DEFAULT NULL,
  `consumerguid` varchar(1024) DEFAULT NULL,
  `profile` longtext,
  `toolproxy` longtext,
  `settings` longtext,
  `protected` tinyint(1) NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `enablefrom` bigint(10) DEFAULT NULL,
  `enableuntil` bigint(10) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltilti2cons_con_uix` (`consumerkey256`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='LTI consumers interacting with moodle' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_context`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_context` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `consumerid` bigint(11) NOT NULL,
  `lticontextkey` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(100) DEFAULT NULL,
  `settings` longtext,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltilti2cont_con_ix` (`consumerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Information about a specific LTI contexts from the consumers' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_nonce`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_nonce` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `consumerid` bigint(11) NOT NULL,
  `value` varchar(64) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltilti2nonc_con_ix` (`consumerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Nonce used for authentication between moodle and a consumer' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_resource_link`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_resource_link` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `contextid` bigint(11) DEFAULT NULL,
  `consumerid` bigint(11) DEFAULT NULL,
  `ltiresourcelinkkey` varchar(255) NOT NULL DEFAULT '',
  `settings` longtext,
  `primaryresourcelinkid` bigint(11) DEFAULT NULL,
  `shareapproved` tinyint(1) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltilti2resolink_c_ix` (`contextid`),
  KEY `[[dbprefix]]enroltilti2resolink_p_ix` (`primaryresourcelinkid`),
  KEY `[[dbprefix]]enroltilti2resolink_2_ix` (`consumerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Link from the consumer to the tool' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_share_key`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_share_key` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `sharekey` varchar(32) NOT NULL DEFAULT '',
  `resourcelinkid` bigint(11) NOT NULL,
  `autoapprove` tinyint(1) NOT NULL,
  `expires` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltilti2sharkey_s_uix` (`sharekey`),
  UNIQUE KEY `[[dbprefix]]enroltilti2sharkey_r_uix` (`resourcelinkid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Resource link share key' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_tool_proxy`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_tool_proxy` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `toolproxykey` varchar(32) NOT NULL DEFAULT '',
  `consumerid` bigint(11) NOT NULL,
  `toolproxy` longtext NOT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltilti2toolprox__uix` (`toolproxykey`),
  KEY `[[dbprefix]]enroltilti2toolprox_c_ix` (`consumerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='A tool proxy between moodle and a consumer' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_lti2_user_result`
--

CREATE TABLE `[[dbprefix]]enrol_lti_lti2_user_result` (
  `id` bigint(11) NOT NULL AUTO_INCREMENT,
  `resourcelinkid` bigint(11) NOT NULL,
  `ltiuserkey` varchar(255) NOT NULL DEFAULT '',
  `ltiresultsourcedid` varchar(1024) NOT NULL DEFAULT '',
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltilti2userresu_r_ix` (`resourcelinkid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Results for each user for each resource link' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_resource_link`
--

CREATE TABLE `[[dbprefix]]enrol_lti_resource_link` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `resourcelinkid` varchar(255) NOT NULL DEFAULT '',
  `ltideploymentid` bigint(10) NOT NULL,
  `resourceid` bigint(10) NOT NULL,
  `lticontextid` bigint(10) DEFAULT NULL,
  `lineitemsservice` varchar(1333) DEFAULT NULL,
  `lineitemservice` varchar(1333) DEFAULT NULL,
  `lineitemscope` varchar(255) DEFAULT NULL,
  `resultscope` varchar(255) DEFAULT NULL,
  `scorescope` varchar(255) DEFAULT NULL,
  `contextmembershipsurl` varchar(1333) DEFAULT NULL,
  `nrpsserviceversions` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltiresolink_resl_uix` (`resourcelinkid`,`ltideploymentid`),
  KEY `[[dbprefix]]enroltiresolink_lti_ix` (`ltideploymentid`),
  KEY `[[dbprefix]]enroltiresolink_lti2_ix` (`lticontextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Each row represents a resource link for a platform and deplo' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_tools`
--

CREATE TABLE `[[dbprefix]]enrol_lti_tools` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `enrolid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `ltiversion` varchar(15) NOT NULL DEFAULT 'LTI-1p3',
  `institution` varchar(40) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `maxenrolled` bigint(10) NOT NULL DEFAULT '0',
  `maildisplay` tinyint(2) NOT NULL DEFAULT '2',
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `gradesync` tinyint(1) NOT NULL DEFAULT '0',
  `gradesynccompletion` tinyint(1) NOT NULL DEFAULT '0',
  `membersync` tinyint(1) NOT NULL DEFAULT '0',
  `membersyncmode` tinyint(1) NOT NULL DEFAULT '0',
  `roleinstructor` bigint(10) NOT NULL,
  `rolelearner` bigint(10) NOT NULL,
  `secret` longtext,
  `uuid` varchar(36) DEFAULT NULL,
  `provisioningmodelearner` tinyint(2) DEFAULT NULL,
  `provisioningmodeinstructor` tinyint(2) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltitool_uui_uix` (`uuid`),
  KEY `[[dbprefix]]enroltitool_enr_ix` (`enrolid`),
  KEY `[[dbprefix]]enroltitool_con_ix` (`contextid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='List of tools provided to the remote system' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_tool_consumer_map`
--

CREATE TABLE `[[dbprefix]]enrol_lti_tool_consumer_map` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `toolid` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltitoolconsmap_to_ix` (`toolid`),
  KEY `[[dbprefix]]enroltitoolconsmap_co_ix` (`consumerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Table that maps the published tool to tool consumers.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_users`
--

CREATE TABLE `[[dbprefix]]enrol_lti_users` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `userid` bigint(10) NOT NULL,
  `toolid` bigint(10) NOT NULL,
  `serviceurl` longtext,
  `sourceid` longtext,
  `ltideploymentid` bigint(10) DEFAULT NULL,
  `consumerkey` longtext,
  `consumersecret` longtext,
  `membershipsurl` longtext,
  `membershipsid` longtext,
  `lastgrade` decimal(10,5) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enroltiuser_use_ix` (`userid`),
  KEY `[[dbprefix]]enroltiuser_too_ix` (`toolid`),
  KEY `[[dbprefix]]enroltiuser_lti_ix` (`ltideploymentid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='User access log and gradeback data' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_lti_user_resource_link`
--

CREATE TABLE `[[dbprefix]]enrol_lti_user_resource_link` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `ltiuserid` bigint(10) NOT NULL,
  `resourcelinkid` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]enroltiuserresolink__uix` (`ltiuserid`,`resourcelinkid`),
  KEY `[[dbprefix]]enroltiuserresolink_l_ix` (`ltiuserid`),
  KEY `[[dbprefix]]enroltiuserresolink_r_ix` (`resourcelinkid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Join table mapping users to resource links as this is a many' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]enrol_paypal`
--

CREATE TABLE `[[dbprefix]]enrol_paypal` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `business` varchar(255) NOT NULL DEFAULT '',
  `receiver_email` varchar(255) NOT NULL DEFAULT '',
  `receiver_id` varchar(255) NOT NULL DEFAULT '',
  `item_name` varchar(255) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `instanceid` bigint(10) NOT NULL DEFAULT '0',
  `memo` varchar(255) NOT NULL DEFAULT '',
  `tax` varchar(255) NOT NULL DEFAULT '',
  `option_name1` varchar(255) NOT NULL DEFAULT '',
  `option_selection1_x` varchar(255) NOT NULL DEFAULT '',
  `option_name2` varchar(255) NOT NULL DEFAULT '',
  `option_selection2_x` varchar(255) NOT NULL DEFAULT '',
  `payment_status` varchar(255) NOT NULL DEFAULT '',
  `pending_reason` varchar(255) NOT NULL DEFAULT '',
  `reason_code` varchar(30) NOT NULL DEFAULT '',
  `txn_id` varchar(255) NOT NULL DEFAULT '',
  `parent_txn_id` varchar(255) NOT NULL DEFAULT '',
  `payment_type` varchar(30) NOT NULL DEFAULT '',
  `timeupdated` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]enropayp_bus_ix` (`business`),
  KEY `[[dbprefix]]enropayp_rec_ix` (`receiver_email`),
  KEY `[[dbprefix]]enropayp_cou_ix` (`courseid`),
  KEY `[[dbprefix]]enropayp_use_ix` (`userid`),
  KEY `[[dbprefix]]enropayp_ins_ix` (`instanceid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Holds all known information about PayPal transactions' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]event`
--

CREATE TABLE `[[dbprefix]]event` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` longtext NOT NULL,
  `description` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT '0',
  `categoryid` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `repeatid` bigint(10) NOT NULL DEFAULT '0',
  `component` varchar(100) DEFAULT NULL,
  `modulename` varchar(20) NOT NULL DEFAULT '',
  `instance` bigint(10) NOT NULL DEFAULT '0',
  `type` smallint(4) NOT NULL DEFAULT '0',
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `timestart` bigint(10) NOT NULL DEFAULT '0',
  `timeduration` bigint(10) NOT NULL DEFAULT '0',
  `timesort` bigint(10) DEFAULT NULL,
  `visible` smallint(4) NOT NULL DEFAULT '1',
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `sequence` bigint(10) NOT NULL DEFAULT '1',
  `timemodified` bigint(10) NOT NULL DEFAULT '0',
  `subscriptionid` bigint(10) DEFAULT NULL,
  `priority` bigint(10) DEFAULT NULL,
  `location` longtext,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]even_cou_ix` (`courseid`),
  KEY `[[dbprefix]]even_use_ix` (`userid`),
  KEY `[[dbprefix]]even_tim_ix` (`timestart`),
  KEY `[[dbprefix]]even_tim2_ix` (`timeduration`),
  KEY `[[dbprefix]]even_uui_ix` (`uuid`),
  KEY `[[dbprefix]]even_typtim_ix` (`type`,`timesort`),
  KEY `[[dbprefix]]even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`),
  KEY `[[dbprefix]]even_eve_ix` (`eventtype`),
  KEY `[[dbprefix]]even_comeveins_ix` (`component`,`eventtype`,`instance`),
  KEY `[[dbprefix]]even_modinseve_ix` (`modulename`,`instance`,`eventtype`),
  KEY `[[dbprefix]]even_cat_ix` (`categoryid`),
  KEY `[[dbprefix]]even_sub_ix` (`subscriptionid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='For everything with a time associated to it' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]events_handlers`
--

CREATE TABLE `[[dbprefix]]events_handlers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventname` varchar(166) NOT NULL DEFAULT '',
  `component` varchar(166) NOT NULL DEFAULT '',
  `handlerfile` varchar(255) NOT NULL DEFAULT '',
  `handlerfunction` longtext,
  `schedule` varchar(255) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT '0',
  `internal` tinyint(2) NOT NULL DEFAULT '1',
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]evenhand_evecom_uix` (`eventname`,`component`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table is for storing which components requests what typ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]events_queue`
--

CREATE TABLE `[[dbprefix]]events_queue` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `eventdata` longtext NOT NULL,
  `stackdump` longtext,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]evenqueu_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This table is for storing queued events. It stores only one ' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]events_queue_handlers`
--

CREATE TABLE `[[dbprefix]]events_queue_handlers` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `queuedeventid` bigint(10) NOT NULL,
  `handlerid` bigint(10) NOT NULL,
  `status` bigint(10) DEFAULT NULL,
  `errormessage` longtext,
  `timemodified` bigint(10) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]evenqueuhand_que_ix` (`queuedeventid`),
  KEY `[[dbprefix]]evenqueuhand_han_ix` (`handlerid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='This is the list of queued handlers for processing. The even' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]event_subscriptions`
--

CREATE TABLE `[[dbprefix]]event_subscriptions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `url` varchar(255) NOT NULL DEFAULT '',
  `categoryid` bigint(10) NOT NULL DEFAULT '0',
  `courseid` bigint(10) NOT NULL DEFAULT '0',
  `groupid` bigint(10) NOT NULL DEFAULT '0',
  `userid` bigint(10) NOT NULL DEFAULT '0',
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `pollinterval` bigint(10) NOT NULL DEFAULT '0',
  `lastupdated` bigint(10) DEFAULT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `[[dbprefix]]evensubs_cou_ix` (`courseid`),
  KEY `[[dbprefix]]evensubs_use_ix` (`userid`)
) ENGINE=InnoDB DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='Tracks subscriptions to remote calendars.' AUTO_INCREMENT=1 ;

-- --------------------------------------------------------

--
-- Table structure for table `[[dbprefix]]external_functions`
--

CREATE TABLE `[[dbprefix]]external_functions` (
  `id` bigint(10) NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `classname` varchar(100) NOT NULL DEFAULT '',
  `methodname` varchar(100) NOT NULL DEFAULT '',
  `classpath` varchar(255) DEFAULT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `capabilities` varchar(255) DEFAULT NULL,
  `services` varchar(1333) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `[[dbprefix]]extefunc_nam_uix` (`name`)
) ENGINE=InnoDB  DEFAULT CHARSET=[[utf8]] COLLATE=[[collate]] [[row_format]] COMMENT='list of all external functions' AUTO_INCREMENT=678 ;

--
-- Dumping data for table `[[dbprefix]]external_functions`
--

INSERT INTO `[[dbprefix]]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');
INSERT INTO `[[dbprefix]]external_functions` VALUES
(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_repo
Showing 512.00 KB of 1.12 MB. Use Edit/Download for full content.

Directory Contents

Dirs: 7 × Files: 23

Name Size Perms Modified Actions
images DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
languages DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
php53 DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
php56 DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
php71 DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
php81 DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
php82 DIR
- drwxr-xr-x 2025-12-09 22:03:58
Edit Download
733 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
6.99 KB lrw-r--r-- 2024-01-10 07:02:22
Edit Download
5.50 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
745 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
7.76 KB lrw-r--r-- 2025-12-09 09:12:08
Edit Download
4.61 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
433 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
12.41 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
959 B lrw-r--r-- 2025-12-09 09:12:08
Edit Download
840 B lrw-r--r-- 2025-02-19 11:15:24
Edit Download
7.49 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
3.55 KB lrw-r--r-- 2025-12-09 09:12:08
Edit Download
924 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
11.17 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
3.24 KB lrw-r--r-- 2024-07-18 11:34:46
Edit Download
3.70 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
1.12 MB lrw-r--r-- 2025-12-09 09:12:08
Edit Download
79.71 MB lrw-r--r-- 2025-12-09 09:12:08
Edit Download
2.22 KB lrw-r--r-- 2024-10-30 12:35:20
Edit Download
975 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
541 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download
9.44 KB lrw-r--r-- 2025-12-09 11:32:02
Edit Download
307 B lrw-r--r-- 2023-04-26 10:23:14
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).