-- phpMyAdmin SQL Dump
-- version 5.1.1
-- https://www.phpmyadmin.net/
--
-- Hôte : 127.0.0.1
-- Généré le : dim. 30 jan. 2022 à 12:25
-- Version du serveur : 10.4.22-MariaDB
-- Version de PHP : 7.4.27

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
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 utf8mb4 */;

--
-- Base de données : `moodledb`
--

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

--
-- Structure de la table `mdl_analytics_indicator_calc`
--

CREATE TABLE `mdl_analytics_indicator_calc` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stored indicator calculations' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_models`
--

CREATE TABLE `mdl_analytics_models` (
  `id` bigint(10) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `trained` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(1333) DEFAULT NULL,
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `predictionsprocessor` varchar(255) DEFAULT NULL,
  `version` bigint(10) NOT NULL,
  `contextids` longtext DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Analytic models.' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_analytics_models`
--

INSERT INTO `mdl_analytics_models` (`id`, `enabled`, `trained`, `name`, `target`, `indicators`, `timesplitting`, `predictionsprocessor`, `version`, `contextids`, `timecreated`, `timemodified`, `usermodified`) VALUES
(1, 0, 0, NULL, '\\core_course\\analytics\\target\\course_dropout', '[\"\\\\core\\\\analytics\\\\indicator\\\\any_access_after_end\",\"\\\\core\\\\analytics\\\\indicator\\\\any_access_before_start\",\"\\\\core\\\\analytics\\\\indicator\\\\any_write_action_in_course\",\"\\\\core\\\\analytics\\\\indicator\\\\read_actions\",\"\\\\core_course\\\\analytics\\\\indicator\\\\completion_enabled\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_cognitive_depth\",\"\\\\core_course\\\\analytics\\\\indicator\\\\potential_social_breadth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_assign\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_book\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_chat\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_choice\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_data\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_feedback\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_folder\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_forum\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_glossary\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_imscp\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_label\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lesson\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_lti\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_page\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_quiz\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_resource\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_scorm\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_survey\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_url\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_wiki\\\\analytics\\\\indicator\\\\social_breadth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\cognitive_depth\",\"\\\\mod_workshop\\\\analytics\\\\indicator\\\\social_breadth\"]', NULL, NULL, 1643501934, NULL, 1643501934, 1643501934, 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, 1643501934, NULL, 1643501934, 1643501934, 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, 1643501934, NULL, 1643501934, 1643501934, 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, 1643501934, NULL, 1643501934, 1643501934, 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, 1643501934, NULL, 1643501934, 1643501934, 0);

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

--
-- Structure de la table `mdl_analytics_models_log`
--

CREATE TABLE `mdl_analytics_models_log` (
  `id` bigint(10) NOT NULL,
  `modelid` bigint(10) NOT NULL,
  `version` bigint(10) NOT NULL,
  `evaluationmode` varchar(50) NOT NULL DEFAULT '',
  `target` varchar(255) NOT NULL DEFAULT '',
  `indicators` longtext NOT NULL,
  `timesplitting` varchar(255) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `info` longtext DEFAULT NULL,
  `dir` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Analytic models changes during evaluation.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_predictions`
--

CREATE TABLE `mdl_analytics_predictions` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Predictions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_prediction_actions`
--

CREATE TABLE `mdl_analytics_prediction_actions` (
  `id` bigint(10) NOT NULL,
  `predictionid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `actionname` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Register of user actions over predictions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_predict_samples`
--

CREATE TABLE `mdl_analytics_predict_samples` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Samples already used for predictions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_train_samples`
--

CREATE TABLE `mdl_analytics_train_samples` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Samples used for training' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_used_analysables`
--

CREATE TABLE `mdl_analytics_used_analysables` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of analysables used by each model' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_analytics_used_files`
--

CREATE TABLE `mdl_analytics_used_files` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Files that have already been used for training and predictio' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign`
--

CREATE TABLE `mdl_assign` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table saves information about an instance of mod_assign' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_comments`
--

CREATE TABLE `mdl_assignfeedback_comments` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `commenttext` longtext DEFAULT NULL,
  `commentformat` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Text feedback for submitted assignments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_editpdf_annot`
--

CREATE TABLE `mdl_assignfeedback_editpdf_annot` (
  `id` bigint(10) NOT NULL,
  `gradeid` bigint(10) NOT NULL DEFAULT 0,
  `pageno` bigint(10) NOT NULL DEFAULT 0,
  `x` bigint(10) DEFAULT 0,
  `y` bigint(10) DEFAULT 0,
  `endx` bigint(10) DEFAULT 0,
  `endy` bigint(10) DEFAULT 0,
  `path` longtext DEFAULT NULL,
  `type` varchar(10) DEFAULT 'line',
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='stores annotations added to pdfs submitted by students' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_editpdf_cmnt`
--

CREATE TABLE `mdl_assignfeedback_editpdf_cmnt` (
  `id` bigint(10) NOT NULL,
  `gradeid` bigint(10) NOT NULL DEFAULT 0,
  `x` bigint(10) DEFAULT 0,
  `y` bigint(10) DEFAULT 0,
  `width` bigint(10) DEFAULT 120,
  `rawtext` longtext DEFAULT NULL,
  `pageno` bigint(10) NOT NULL DEFAULT 0,
  `colour` varchar(10) DEFAULT 'black',
  `draft` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores comments added to pdfs' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_editpdf_queue`
--

CREATE TABLE `mdl_assignfeedback_editpdf_queue` (
  `id` bigint(10) NOT NULL,
  `submissionid` bigint(10) NOT NULL,
  `submissionattempt` bigint(10) NOT NULL,
  `attemptedconversions` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Queue for processing.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_editpdf_quick`
--

CREATE TABLE `mdl_assignfeedback_editpdf_quick` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `rawtext` longtext NOT NULL,
  `width` bigint(10) NOT NULL DEFAULT 120,
  `colour` varchar(10) DEFAULT 'yellow'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores teacher specified quicklist comments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_editpdf_rot`
--

CREATE TABLE `mdl_assignfeedback_editpdf_rot` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores rotation information of a page.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignfeedback_file`
--

CREATE TABLE `mdl_assignfeedback_file` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `numfiles` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores info about the number of files submitted by a student' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignment`
--

CREATE TABLE `mdl_assignment` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines assignments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignment_submissions`
--

CREATE TABLE `mdl_assignment_submissions` (
  `id` bigint(10) NOT NULL,
  `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 DEFAULT NULL,
  `data2` longtext DEFAULT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about submitted assignments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignment_upgrade`
--

CREATE TABLE `mdl_assignment_upgrade` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about upgraded assignments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignsubmission_file`
--

CREATE TABLE `mdl_assignsubmission_file` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `submission` bigint(10) NOT NULL DEFAULT 0,
  `numfiles` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about file submissions for assignments' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assignsubmission_onlinetext`
--

CREATE TABLE `mdl_assignsubmission_onlinetext` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `submission` bigint(10) NOT NULL DEFAULT 0,
  `onlinetext` longtext DEFAULT NULL,
  `onlineformat` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about onlinetext submission' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_grades`
--

CREATE TABLE `mdl_assign_grades` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Grading information about a single assignment submission.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_overrides`
--

CREATE TABLE `mdl_assign_overrides` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The overrides to assign settings.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_plugin_config`
--

CREATE TABLE `mdl_assign_plugin_config` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `plugin` varchar(28) NOT NULL DEFAULT '',
  `subtype` varchar(28) NOT NULL DEFAULT '',
  `name` varchar(28) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Config data for an instance of a plugin in an assignment.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_submission`
--

CREATE TABLE `mdl_assign_submission` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `status` varchar(10) DEFAULT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `attemptnumber` bigint(10) NOT NULL DEFAULT 0,
  `latest` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table keeps information about student interactions with' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_user_flags`
--

CREATE TABLE `mdl_assign_user_flags` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of flags that can be set for a single user in a single ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_assign_user_mapping`
--

CREATE TABLE `mdl_assign_user_mapping` (
  `id` bigint(10) NOT NULL,
  `assignment` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Map an assignment specific id number to a user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_auth_oauth2_linked_login`
--

CREATE TABLE `mdl_auth_oauth2_linked_login` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Accounts linked to a users Moodle account.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_backup_controllers`
--

CREATE TABLE `mdl_backup_controllers` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To store the backup_controllers as they are used' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_backup_controllers`
--

INSERT INTO `mdl_backup_controllers` (`id`, `backupid`, `operation`, `type`, `itemid`, `format`, `interactive`, `purpose`, `userid`, `status`, `execution`, `executiontime`, `checksum`, `timecreated`, `timemodified`, `progress`, `controller`) VALUES
(1, '9ca0da244ab9cf2f3732202e253ec667', 'restore', 'course', 2, 'moodle2', 1, 10, 2, 1000, 1, 0, '3d6410f512a77bf8c7aa5c84fafde19f', 1643540946, 1643540976, '0.00000000000000', '');

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

--
-- Structure de la table `mdl_backup_courses`
--

CREATE TABLE `mdl_backup_courses` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To store every course backup status' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_backup_logs`
--

CREATE TABLE `mdl_backup_logs` (
  `id` bigint(10) NOT NULL,
  `backupid` varchar(32) NOT NULL DEFAULT '',
  `loglevel` smallint(4) NOT NULL,
  `message` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To store all the logs from backup and restore operations (by' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge`
--

CREATE TABLE `mdl_badge` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issuercontact` varchar(255) DEFAULT NULL,
  `expiredate` bigint(10) DEFAULT NULL,
  `expireperiod` bigint(10) DEFAULT NULL,
  `type` tinyint(1) NOT NULL DEFAULT 1,
  `courseid` bigint(10) DEFAULT NULL,
  `message` longtext NOT NULL,
  `messagesubject` longtext NOT NULL,
  `attachment` tinyint(1) NOT NULL DEFAULT 1,
  `notification` tinyint(1) NOT NULL DEFAULT 1,
  `status` tinyint(1) NOT NULL DEFAULT 0,
  `nextcron` bigint(10) DEFAULT NULL,
  `version` varchar(255) DEFAULT NULL,
  `language` varchar(255) DEFAULT NULL,
  `imageauthorname` varchar(255) DEFAULT NULL,
  `imageauthoremail` varchar(255) DEFAULT NULL,
  `imageauthorurl` varchar(255) DEFAULT NULL,
  `imagecaption` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines badge' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_alignment`
--

CREATE TABLE `mdl_badge_alignment` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `targetname` varchar(255) NOT NULL DEFAULT '',
  `targeturl` varchar(255) NOT NULL DEFAULT '',
  `targetdescription` longtext DEFAULT NULL,
  `targetframework` varchar(255) DEFAULT NULL,
  `targetcode` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines alignment for badges' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_backpack`
--

CREATE TABLE `mdl_badge_backpack` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines settings for connecting external backpack' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_backpack_oauth2`
--

CREATE TABLE `mdl_badge_backpack_oauth2` (
  `id` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `externalbackpackid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `refreshtoken` longtext NOT NULL,
  `expires` bigint(10) DEFAULT NULL,
  `scope` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_criteria`
--

CREATE TABLE `mdl_badge_criteria` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `criteriatype` bigint(10) DEFAULT NULL,
  `method` tinyint(1) NOT NULL DEFAULT 1,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines criteria for issuing badges' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_criteria_met`
--

CREATE TABLE `mdl_badge_criteria_met` (
  `id` bigint(10) NOT NULL,
  `issuedid` bigint(10) DEFAULT NULL,
  `critid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datemet` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines criteria that were met for an issued badge' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_criteria_param`
--

CREATE TABLE `mdl_badge_criteria_param` (
  `id` bigint(10) NOT NULL,
  `critid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines parameters for badges criteria' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_endorsement`
--

CREATE TABLE `mdl_badge_endorsement` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `issuername` varchar(255) NOT NULL DEFAULT '',
  `issuerurl` varchar(255) NOT NULL DEFAULT '',
  `issueremail` varchar(255) NOT NULL DEFAULT '',
  `claimid` varchar(255) DEFAULT NULL,
  `claimcomment` longtext DEFAULT NULL,
  `dateissued` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines endorsement for badge' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_external`
--

CREATE TABLE `mdl_badge_external` (
  `id` bigint(10) NOT NULL,
  `backpackid` bigint(10) NOT NULL,
  `collectionid` bigint(10) NOT NULL,
  `entityid` varchar(255) DEFAULT NULL,
  `assertion` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Setting for external badges display' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_external_backpack`
--

CREATE TABLE `mdl_badge_external_backpack` (
  `id` bigint(10) NOT NULL,
  `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,
  `password` varchar(255) DEFAULT NULL,
  `oauth2_issuerid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines settings for site level backpacks that a user can co' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_badge_external_backpack`
--

INSERT INTO `mdl_badge_external_backpack` (`id`, `backpackapiurl`, `backpackweburl`, `apiversion`, `sortorder`, `password`, `oauth2_issuerid`) VALUES
(1, 'https://api.badgr.io/v2', 'https://badgr.io', '2', 1, '', NULL);

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

--
-- Structure de la table `mdl_badge_external_identifier`
--

CREATE TABLE `mdl_badge_external_identifier` (
  `id` bigint(10) NOT NULL,
  `sitebackpackid` bigint(10) NOT NULL,
  `internalid` varchar(128) NOT NULL DEFAULT '',
  `externalid` varchar(128) NOT NULL DEFAULT '',
  `type` varchar(16) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Setting for external badges mappings' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_issued`
--

CREATE TABLE `mdl_badge_issued` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines issued badges' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_manual_award`
--

CREATE TABLE `mdl_badge_manual_award` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Track manual award criteria for badges' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_badge_related`
--

CREATE TABLE `mdl_badge_related` (
  `id` bigint(10) NOT NULL,
  `badgeid` bigint(10) NOT NULL DEFAULT 0,
  `relatedbadgeid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines badge related for badges' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_block`
--

CREATE TABLE `mdl_block` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='contains all installed blocks' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_block`
--

INSERT INTO `mdl_block` (`id`, `name`, `cron`, `lastcron`, `visible`) VALUES
(1, 'activity_modules', 0, 0, 1),
(2, 'activity_results', 0, 0, 1),
(3, 'admin_bookmarks', 0, 0, 1),
(4, 'badges', 0, 0, 1),
(5, 'blog_menu', 0, 0, 1),
(6, 'blog_recent', 0, 0, 1),
(7, 'blog_tags', 0, 0, 1),
(8, 'calendar_month', 0, 0, 1),
(9, 'calendar_upcoming', 0, 0, 1),
(10, 'comments', 0, 0, 1),
(11, 'completionstatus', 0, 0, 1),
(12, 'course_list', 0, 0, 1),
(13, 'course_summary', 0, 0, 1),
(14, 'feedback', 0, 0, 1),
(15, 'globalsearch', 0, 0, 1),
(16, 'glossary_random', 0, 0, 1),
(17, 'html', 0, 0, 1),
(18, 'login', 0, 0, 1),
(19, 'lp', 0, 0, 1),
(20, 'mentees', 0, 0, 1),
(21, 'mnet_hosts', 0, 0, 1),
(22, 'myoverview', 0, 0, 1),
(23, 'myprofile', 0, 0, 1),
(24, 'navigation', 0, 0, 1),
(25, 'news_items', 0, 0, 1),
(26, 'online_users', 0, 0, 1),
(27, 'private_files', 0, 0, 1),
(28, 'quiz_results', 0, 0, 0),
(29, 'recent_activity', 0, 0, 1),
(30, 'recentlyaccessedcourses', 0, 0, 1),
(31, 'recentlyaccesseditems', 0, 0, 1),
(32, 'rss_client', 0, 0, 1),
(33, 'search_forums', 0, 0, 1),
(34, 'section_links', 0, 0, 1),
(35, 'selfcompletion', 0, 0, 1),
(36, 'settings', 0, 0, 1),
(37, 'site_main_menu', 0, 0, 1),
(38, 'social_activities', 0, 0, 1),
(39, '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);

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

--
-- Structure de la table `mdl_block_instances`
--

CREATE TABLE `mdl_block_instances` (
  `id` bigint(10) NOT NULL,
  `blockname` varchar(40) NOT NULL DEFAULT '',
  `parentcontextid` bigint(10) NOT NULL,
  `showinsubcontexts` smallint(4) NOT NULL,
  `requiredbytheme` smallint(4) NOT NULL DEFAULT 0,
  `pagetypepattern` varchar(64) NOT NULL DEFAULT '',
  `subpagepattern` varchar(16) DEFAULT NULL,
  `defaultregion` varchar(16) NOT NULL DEFAULT '',
  `defaultweight` bigint(10) NOT NULL,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores block instances. The type of block this is' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_block_instances`
--

INSERT INTO `mdl_block_instances` (`id`, `blockname`, `parentcontextid`, `showinsubcontexts`, `requiredbytheme`, `pagetypepattern`, `subpagepattern`, `defaultregion`, `defaultweight`, `configdata`, `timecreated`, `timemodified`) VALUES
(1, 'admin_bookmarks', 1, 0, 0, 'admin-*', NULL, 'side-pre', 2, '', 1643502126, 1643502126),
(2, 'timeline', 1, 0, 0, 'my-index', '2', 'side-post', 0, '', 1643502126, 1643502126),
(3, 'private_files', 1, 0, 0, 'my-index', '2', 'side-post', 1, '', 1643502126, 1643502126),
(4, 'online_users', 1, 0, 0, 'my-index', '2', 'side-post', 2, '', 1643502126, 1643502126),
(5, 'badges', 1, 0, 0, 'my-index', '2', 'side-post', 3, '', 1643502126, 1643502126),
(6, 'calendar_month', 1, 0, 0, 'my-index', '2', 'side-post', 4, '', 1643502126, 1643502126),
(7, 'calendar_upcoming', 1, 0, 0, 'my-index', '2', 'side-post', 5, '', 1643502126, 1643502126),
(8, 'lp', 1, 0, 0, 'my-index', '2', 'content', 0, '', 1643502126, 1643502126),
(9, 'recentlyaccessedcourses', 1, 0, 0, 'my-index', '2', 'content', 1, '', 1643502126, 1643502126),
(10, 'myoverview', 1, 0, 0, 'my-index', '2', 'content', 2, '', 1643502126, 1643502126),
(11, 'timeline', 5, 0, 0, 'my-index', '3', 'side-post', 0, '', 1643502687, 1643502687),
(12, 'private_files', 5, 0, 0, 'my-index', '3', 'side-post', 1, '', 1643502687, 1643502687),
(13, 'online_users', 5, 0, 0, 'my-index', '3', 'side-post', 2, '', 1643502687, 1643502687),
(14, 'badges', 5, 0, 0, 'my-index', '3', 'side-post', 3, '', 1643502687, 1643502687),
(15, 'calendar_month', 5, 0, 0, 'my-index', '3', 'side-post', 4, '', 1643502687, 1643502687),
(16, 'calendar_upcoming', 5, 0, 0, 'my-index', '3', 'side-post', 5, '', 1643502687, 1643502687),
(17, 'lp', 5, 0, 0, 'my-index', '3', 'content', 0, '', 1643502687, 1643502687),
(18, 'recentlyaccessedcourses', 5, 0, 0, 'my-index', '3', 'content', 1, '', 1643502687, 1643502687),
(19, 'myoverview', 5, 0, 0, 'my-index', '3', 'content', 2, '', 1643502687, 1643502687);

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

--
-- Structure de la table `mdl_block_positions`
--

CREATE TABLE `mdl_block_positions` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the position of a sticky block_instance on a another ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_block_recentlyaccesseditems`
--

CREATE TABLE `mdl_block_recentlyaccesseditems` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timeaccess` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Most recently accessed items accessed by a user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_block_recent_activity`
--

CREATE TABLE `mdl_block_recent_activity` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Recent activity block' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_block_rss_client`
--

CREATE TABLE `mdl_block_rss_client` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Remote news feed information. Contains the news feed id, the' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_blog_association`
--

CREATE TABLE `mdl_blog_association` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `blogid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Associations of blog entries with courses and module instanc' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_blog_external`
--

CREATE TABLE `mdl_blog_external` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `url` longtext NOT NULL,
  `filtertags` varchar(255) DEFAULT NULL,
  `failedlastsync` tinyint(1) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) DEFAULT NULL,
  `timefetched` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='External blog links used for RSS copying of blog entries to ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_book`
--

CREATE TABLE `mdl_book` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `numbering` smallint(4) NOT NULL DEFAULT 0,
  `navstyle` smallint(4) NOT NULL DEFAULT 1,
  `customtitles` tinyint(2) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines book' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_book_chapters`
--

CREATE TABLE `mdl_book_chapters` (
  `id` bigint(10) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines book_chapters' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_cache_filters`
--

CREATE TABLE `mdl_cache_filters` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='For keeping information about cached data' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_cache_flags`
--

CREATE TABLE `mdl_cache_flags` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Cache of time-sensitive flags' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_cache_flags`
--

INSERT INTO `mdl_cache_flags` (`id`, `flagtype`, `name`, `timemodified`, `value`, `expiry`) VALUES
(1, 'userpreferenceschanged', '2', 1643540222, '1', 1643569022);

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

--
-- Structure de la table `mdl_capabilities`
--

CREATE TABLE `mdl_capabilities` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='this defines all capabilities' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_capabilities`
--

INSERT INTO `mdl_capabilities` (`id`, `name`, `captype`, `contextlevel`, `component`, `riskbitmask`) VALUES
(1, 'moodle/site:config', 'write', 10, 'moodle', 62),
(2, 'moodle/site:configview', 'read', 10, 'moodle', 0),
(3, 'moodle/site:readallmessages', 'read', 10, 'moodle', 8),
(4, 'moodle/site:manageallmessaging', 'write', 10, 'moodle', 8),
(5, 'moodle/site:deleteanymessage', 'write', 10, 'moodle', 32),
(6, 'moodle/site:sendmessage', 'write', 10, 'moodle', 16),
(7, 'moodle/site:deleteownmessage', 'write', 10, 'moodle', 0),
(8, 'moodle/site:approvecourse', 'write', 40, 'moodle', 4),
(9, 'moodle/backup:backupcourse', 'write', 50, 'moodle', 28),
(10, 'moodle/backup:backupsection', 'write', 50, 'moodle', 28),
(11, 'moodle/backup:backupactivity', 'write', 70, 'moodle', 28),
(12, 'moodle/backup:backuptargetimport', 'read', 50, 'moodle', 28),
(13, 'moodle/backup:downloadfile', 'write', 50, 'moodle', 28),
(14, 'moodle/backup:configure', 'write', 50, 'moodle', 28),
(15, 'moodle/backup:userinfo', 'read', 50, 'moodle', 8),
(16, 'moodle/backup:anonymise', 'read', 50, 'moodle', 8),
(17, 'moodle/restore:restorecourse', 'write', 50, 'moodle', 28),
(18, 'moodle/restore:restoresection', 'write', 50, 'moodle', 28),
(19, 'moodle/restore:restoreactivity', 'write', 50, 'moodle', 28),
(20, 'moodle/restore:viewautomatedfilearea', 'write', 50, 'moodle', 28),
(21, 'moodle/restore:restoretargetimport', 'write', 50, 'moodle', 28),
(22, 'moodle/restore:uploadfile', 'write', 50, 'moodle', 28),
(23, 'moodle/restore:configure', 'write', 50, 'moodle', 28),
(24, 'moodle/restore:rolldates', 'write', 50, 'moodle', 0),
(25, 'moodle/restore:userinfo', 'write', 50, 'moodle', 30),
(26, 'moodle/restore:createuser', 'write', 10, 'moodle', 24),
(27, 'moodle/site:manageblocks', 'write', 80, 'moodle', 20),
(28, 'moodle/site:accessallgroups', 'read', 70, 'moodle', 0),
(29, 'moodle/site:viewanonymousevents', 'read', 70, 'moodle', 8),
(30, 'moodle/site:viewfullnames', 'read', 70, 'moodle', 0),
(31, 'moodle/site:viewuseridentity', 'read', 70, 'moodle', 0),
(32, 'moodle/site:viewreports', 'read', 50, 'moodle', 8),
(33, 'moodle/site:trustcontent', 'write', 70, 'moodle', 4),
(34, 'moodle/site:uploadusers', 'write', 10, 'moodle', 24),
(35, 'moodle/filter:manage', 'write', 50, 'moodle', 0),
(36, 'moodle/user:create', 'write', 10, 'moodle', 24),
(37, 'moodle/user:delete', 'write', 10, 'moodle', 40),
(38, 'moodle/user:update', 'write', 10, 'moodle', 24),
(39, 'moodle/user:viewdetails', 'read', 50, 'moodle', 0),
(40, 'moodle/user:viewalldetails', 'read', 30, 'moodle', 8),
(41, 'moodle/user:viewlastip', 'read', 30, 'moodle', 8),
(42, 'moodle/user:viewhiddendetails', 'read', 50, 'moodle', 8),
(43, 'moodle/user:loginas', 'write', 50, 'moodle', 30),
(44, 'moodle/user:managesyspages', 'write', 10, 'moodle', 0),
(45, 'moodle/user:manageblocks', 'write', 30, 'moodle', 0),
(46, 'moodle/user:manageownblocks', 'write', 10, 'moodle', 0),
(47, 'moodle/user:manageownfiles', 'write', 10, 'moodle', 0),
(48, 'moodle/user:ignoreuserquota', 'write', 10, 'moodle', 0),
(49, 'moodle/my:configsyspages', 'write', 10, 'moodle', 0),
(50, 'moodle/role:assign', 'write', 50, 'moodle', 28),
(51, 'moodle/role:review', 'read', 50, 'moodle', 8),
(52, 'moodle/role:override', 'write', 50, 'moodle', 28),
(53, 'moodle/role:safeoverride', 'write', 50, 'moodle', 16),
(54, 'moodle/role:manage', 'write', 10, 'moodle', 28),
(55, 'moodle/role:switchroles', 'read', 50, 'moodle', 12),
(56, 'moodle/category:manage', 'write', 40, 'moodle', 4),
(57, 'moodle/category:viewcourselist', 'read', 40, 'moodle', 0),
(58, 'moodle/category:viewhiddencategories', 'read', 40, 'moodle', 0),
(59, 'moodle/cohort:manage', 'write', 40, 'moodle', 0),
(60, 'moodle/cohort:assign', 'write', 40, 'moodle', 0),
(61, 'moodle/cohort:view', 'read', 50, 'moodle', 0),
(62, 'moodle/course:create', 'write', 40, 'moodle', 4),
(63, 'moodle/course:creategroupconversations', 'write', 50, 'moodle', 4),
(64, 'moodle/course:request', 'write', 40, 'moodle', 0),
(65, 'moodle/course:delete', 'write', 50, 'moodle', 32),
(66, 'moodle/course:update', 'write', 50, 'moodle', 4),
(67, 'moodle/course:view', 'read', 50, 'moodle', 0),
(68, 'moodle/course:enrolreview', 'read', 50, 'moodle', 8),
(69, 'moodle/course:enrolconfig', 'write', 50, 'moodle', 8),
(70, 'moodle/course:reviewotherusers', 'read', 50, 'moodle', 0),
(71, 'moodle/course:bulkmessaging', 'write', 50, 'moodle', 16),
(72, 'moodle/course:viewhiddenuserfields', 'read', 50, 'moodle', 8),
(73, 'moodle/course:viewhiddencourses', 'read', 50, 'moodle', 0),
(74, 'moodle/course:visibility', 'write', 50, 'moodle', 0),
(75, 'moodle/course:managefiles', 'write', 50, 'moodle', 4),
(76, 'moodle/course:ignoreavailabilityrestrictions', 'read', 70, 'moodle', 0),
(77, 'moodle/course:ignorefilesizelimits', 'write', 50, 'moodle', 0),
(78, 'moodle/course:manageactivities', 'write', 70, 'moodle', 4),
(79, 'moodle/course:activityvisibility', 'write', 70, 'moodle', 0),
(80, 'moodle/course:viewhiddenactivities', 'read', 70, 'moodle', 0),
(81, 'moodle/course:viewparticipants', 'read', 50, 'moodle', 0),
(82, 'moodle/course:changefullname', 'write', 50, 'moodle', 4),
(83, 'moodle/course:changeshortname', 'write', 50, 'moodle', 4),
(84, 'moodle/course:changelockedcustomfields', 'write', 50, 'moodle', 16),
(85, 'moodle/course:configurecustomfields', 'write', 10, 'moodle', 16),
(86, 'moodle/course:renameroles', 'write', 50, 'moodle', 0),
(87, 'moodle/course:changeidnumber', 'write', 50, 'moodle', 4),
(88, 'moodle/course:changecategory', 'write', 50, 'moodle', 4),
(89, 'moodle/course:changesummary', 'write', 50, 'moodle', 4),
(90, 'moodle/course:setforcedlanguage', 'write', 50, 'moodle', 0),
(91, 'moodle/site:viewparticipants', 'read', 10, 'moodle', 0),
(92, 'moodle/course:isincompletionreports', 'read', 50, 'moodle', 0),
(93, 'moodle/course:viewscales', 'read', 50, 'moodle', 0),
(94, 'moodle/course:managescales', 'write', 50, 'moodle', 0),
(95, 'moodle/course:managegroups', 'write', 50, 'moodle', 4),
(96, 'moodle/course:reset', 'write', 50, 'moodle', 32),
(97, 'moodle/course:viewsuspendedusers', 'read', 50, 'moodle', 0),
(98, 'moodle/course:tag', 'write', 50, 'moodle', 16),
(99, 'moodle/blog:view', 'read', 10, 'moodle', 0),
(100, 'moodle/blog:search', 'read', 10, 'moodle', 0),
(101, 'moodle/blog:viewdrafts', 'read', 10, 'moodle', 8),
(102, 'moodle/blog:create', 'write', 10, 'moodle', 16),
(103, 'moodle/blog:manageentries', 'write', 10, 'moodle', 16),
(104, 'moodle/blog:manageexternal', 'write', 10, 'moodle', 16),
(105, 'moodle/calendar:manageownentries', 'write', 50, 'moodle', 16),
(106, 'moodle/calendar:managegroupentries', 'write', 50, 'moodle', 16),
(107, 'moodle/calendar:manageentries', 'write', 50, 'moodle', 16),
(108, 'moodle/user:editprofile', 'write', 30, 'moodle', 24),
(109, 'moodle/user:editownprofile', 'write', 10, 'moodle', 16),
(110, 'moodle/user:changeownpassword', 'write', 10, 'moodle', 0),
(111, 'moodle/user:readuserposts', 'read', 30, 'moodle', 0),
(112, 'moodle/user:readuserblogs', 'read', 30, 'moodle', 0),
(113, 'moodle/user:viewuseractivitiesreport', 'read', 30, 'moodle', 8),
(114, 'moodle/user:editmessageprofile', 'write', 30, 'moodle', 16),
(115, 'moodle/user:editownmessageprofile', 'write', 10, 'moodle', 0),
(116, 'moodle/question:managecategory', 'write', 50, 'moodle', 20),
(117, 'moodle/question:add', 'write', 50, 'moodle', 20),
(118, 'moodle/question:editmine', 'write', 50, 'moodle', 20),
(119, 'moodle/question:editall', 'write', 50, 'moodle', 20),
(120, 'moodle/question:viewmine', 'read', 50, 'moodle', 0),
(121, 'moodle/question:viewall', 'read', 50, 'moodle', 0),
(122, 'moodle/question:usemine', 'read', 50, 'moodle', 0),
(123, 'moodle/question:useall', 'read', 50, 'moodle', 0),
(124, 'moodle/question:movemine', 'write', 50, 'moodle', 0),
(125, 'moodle/question:moveall', 'write', 50, 'moodle', 0),
(126, 'moodle/question:config', 'write', 10, 'moodle', 2),
(127, 'moodle/question:flag', 'write', 50, 'moodle', 0),
(128, 'moodle/question:tagmine', 'write', 50, 'moodle', 0),
(129, 'moodle/question:tagall', 'write', 50, 'moodle', 0),
(130, 'moodle/site:doclinks', 'read', 10, 'moodle', 0),
(131, 'moodle/course:sectionvisibility', 'write', 50, 'moodle', 0),
(132, 'moodle/course:useremail', 'write', 50, 'moodle', 0),
(133, 'moodle/course:viewhiddensections', 'read', 50, 'moodle', 0),
(134, 'moodle/course:setcurrentsection', 'write', 50, 'moodle', 0),
(135, 'moodle/course:movesections', 'write', 50, 'moodle', 0),
(136, 'moodle/site:mnetlogintoremote', 'read', 10, 'moodle', 0),
(137, 'moodle/grade:viewall', 'read', 50, 'moodle', 8),
(138, 'moodle/grade:view', 'read', 50, 'moodle', 0),
(139, 'moodle/grade:viewhidden', 'read', 50, 'moodle', 8),
(140, 'moodle/grade:import', 'write', 50, 'moodle', 12),
(141, 'moodle/grade:export', 'read', 50, 'moodle', 8),
(142, 'moodle/grade:manage', 'write', 50, 'moodle', 12),
(143, 'moodle/grade:edit', 'write', 50, 'moodle', 12),
(144, 'moodle/grade:managegradingforms', 'write', 50, 'moodle', 12),
(145, 'moodle/grade:sharegradingforms', 'write', 10, 'moodle', 4),
(146, 'moodle/grade:managesharedforms', 'write', 10, 'moodle', 4),
(147, 'moodle/grade:manageoutcomes', 'write', 50, 'moodle', 0),
(148, 'moodle/grade:manageletters', 'write', 50, 'moodle', 0),
(149, 'moodle/grade:hide', 'write', 50, 'moodle', 0),
(150, 'moodle/grade:lock', 'write', 50, 'moodle', 0),
(151, 'moodle/grade:unlock', 'write', 50, 'moodle', 0),
(152, 'moodle/my:manageblocks', 'write', 10, 'moodle', 0),
(153, 'moodle/notes:view', 'read', 50, 'moodle', 0),
(154, 'moodle/notes:manage', 'write', 50, 'moodle', 16),
(155, 'moodle/tag:manage', 'write', 10, 'moodle', 16),
(156, 'moodle/tag:edit', 'write', 10, 'moodle', 16),
(157, 'moodle/tag:flag', 'write', 10, 'moodle', 16),
(158, 'moodle/tag:editblocks', 'write', 10, 'moodle', 0),
(159, 'moodle/block:view', 'read', 80, 'moodle', 0),
(160, 'moodle/block:edit', 'write', 80, 'moodle', 20),
(161, 'moodle/portfolio:export', 'read', 10, 'moodle', 0),
(162, 'moodle/comment:view', 'read', 50, 'moodle', 0),
(163, 'moodle/comment:post', 'write', 50, 'moodle', 24),
(164, 'moodle/comment:delete', 'write', 50, 'moodle', 32),
(165, 'moodle/webservice:createtoken', 'write', 10, 'moodle', 62),
(166, 'moodle/webservice:managealltokens', 'write', 10, 'moodle', 42),
(167, 'moodle/webservice:createmobiletoken', 'write', 10, 'moodle', 24),
(168, 'moodle/rating:view', 'read', 50, 'moodle', 0),
(169, 'moodle/rating:viewany', 'read', 50, 'moodle', 8),
(170, 'moodle/rating:viewall', 'read', 50, 'moodle', 8),
(171, 'moodle/rating:rate', 'write', 50, 'moodle', 0),
(172, 'moodle/course:markcomplete', 'write', 50, 'moodle', 0),
(173, 'moodle/course:overridecompletion', 'write', 50, 'moodle', 0),
(174, 'moodle/badges:manageglobalsettings', 'write', 10, 'moodle', 34),
(175, 'moodle/badges:viewbadges', 'read', 50, 'moodle', 0),
(176, 'moodle/badges:manageownbadges', 'write', 30, 'moodle', 0),
(177, 'moodle/badges:viewotherbadges', 'read', 30, 'moodle', 0),
(178, 'moodle/badges:earnbadge', 'write', 50, 'moodle', 0),
(179, 'moodle/badges:createbadge', 'write', 50, 'moodle', 16),
(180, 'moodle/badges:deletebadge', 'write', 50, 'moodle', 32),
(181, 'moodle/badges:configuredetails', 'write', 50, 'moodle', 16),
(182, 'moodle/badges:configurecriteria', 'write', 50, 'moodle', 4),
(183, 'moodle/badges:configuremessages', 'write', 50, 'moodle', 16),
(184, 'moodle/badges:awardbadge', 'write', 50, 'moodle', 16),
(185, 'moodle/badges:revokebadge', 'write', 50, 'moodle', 16),
(186, 'moodle/badges:viewawarded', 'read', 50, 'moodle', 8),
(187, 'moodle/site:forcelanguage', 'read', 10, 'moodle', 0),
(188, 'moodle/search:query', 'read', 10, 'moodle', 0),
(189, 'moodle/competency:competencymanage', 'write', 40, 'moodle', 0),
(190, 'moodle/competency:competencyview', 'read', 40, 'moodle', 0),
(191, 'moodle/competency:competencygrade', 'write', 50, 'moodle', 0),
(192, 'moodle/competency:coursecompetencymanage', 'write', 50, 'moodle', 0),
(193, 'moodle/competency:coursecompetencyconfigure', 'write', 70, 'moodle', 0),
(194, 'moodle/competency:coursecompetencygradable', 'read', 50, 'moodle', 0),
(195, 'moodle/competency:coursecompetencyview', 'read', 50, 'moodle', 0),
(196, 'moodle/competency:evidencedelete', 'write', 30, 'moodle', 0),
(197, 'moodle/competency:planmanage', 'write', 30, 'moodle', 0),
(198, 'moodle/competency:planmanagedraft', 'write', 30, 'moodle', 0),
(199, 'moodle/competency:planmanageown', 'write', 30, 'moodle', 0),
(200, 'moodle/competency:planmanageowndraft', 'write', 30, 'moodle', 0),
(201, 'moodle/competency:planview', 'read', 30, 'moodle', 0),
(202, 'moodle/competency:planviewdraft', 'read', 30, 'moodle', 0),
(203, 'moodle/competency:planviewown', 'read', 30, 'moodle', 0),
(204, 'moodle/competency:planviewowndraft', 'read', 30, 'moodle', 0),
(205, 'moodle/competency:planrequestreview', 'write', 30, 'moodle', 0),
(206, 'moodle/competency:planrequestreviewown', 'write', 30, 'moodle', 0),
(207, 'moodle/competency:planreview', 'write', 30, 'moodle', 0),
(208, 'moodle/competency:plancomment', 'write', 30, 'moodle', 0),
(209, 'moodle/competency:plancommentown', 'write', 30, 'moodle', 0),
(210, 'moodle/competency:usercompetencyview', 'read', 30, 'moodle', 0),
(211, 'moodle/competency:usercompetencyrequestreview', 'write', 30, 'moodle', 0),
(212, 'moodle/competency:usercompetencyrequestreviewown', 'write', 30, 'moodle', 0),
(213, 'moodle/competency:usercompetencyreview', 'write', 30, 'moodle', 0),
(214, 'moodle/competency:usercompetencycomment', 'write', 30, 'moodle', 0),
(215, 'moodle/competency:usercompetencycommentown', 'write', 30, 'moodle', 0),
(216, 'moodle/competency:templatemanage', 'write', 40, 'moodle', 0),
(217, 'moodle/analytics:listinsights', 'read', 50, 'moodle', 8),
(218, 'moodle/analytics:managemodels', 'write', 10, 'moodle', 2),
(219, 'moodle/competency:templateview', 'read', 40, 'moodle', 0),
(220, 'moodle/competency:userevidencemanage', 'write', 30, 'moodle', 0),
(221, 'moodle/competency:userevidencemanageown', 'write', 30, 'moodle', 0),
(222, 'moodle/competency:userevidenceview', 'read', 30, 'moodle', 0),
(223, 'moodle/site:maintenanceaccess', 'write', 10, 'moodle', 0),
(224, 'moodle/site:messageanyuser', 'write', 10, 'moodle', 16),
(225, 'moodle/site:managecontextlocks', 'write', 70, 'moodle', 0),
(226, 'moodle/course:togglecompletion', 'write', 70, 'moodle', 0),
(227, 'moodle/analytics:listowninsights', 'read', 10, 'moodle', 0),
(228, 'moodle/h5p:setdisplayoptions', 'write', 70, 'moodle', 0),
(229, 'moodle/h5p:deploy', 'write', 70, 'moodle', 4),
(230, 'moodle/h5p:updatelibraries', 'write', 70, 'moodle', 4),
(231, 'moodle/course:recommendactivity', 'write', 10, 'moodle', 0),
(232, 'moodle/contentbank:access', 'read', 50, 'moodle', 0),
(233, 'moodle/contentbank:upload', 'write', 50, 'moodle', 16),
(234, 'moodle/contentbank:deleteanycontent', 'write', 50, 'moodle', 32),
(235, 'moodle/contentbank:deleteowncontent', 'write', 50, 'moodle', 0),
(236, 'moodle/contentbank:manageanycontent', 'write', 50, 'moodle', 32),
(237, 'moodle/contentbank:manageowncontent', 'write', 50, 'moodle', 0),
(238, 'moodle/contentbank:useeditor', 'write', 50, 'moodle', 16),
(239, 'mod/assign:view', 'read', 70, 'mod_assign', 0),
(240, 'mod/assign:submit', 'write', 70, 'mod_assign', 0),
(241, 'mod/assign:grade', 'write', 70, 'mod_assign', 4),
(242, 'mod/assign:exportownsubmission', 'read', 70, 'mod_assign', 0),
(243, 'mod/assign:addinstance', 'write', 50, 'mod_assign', 4),
(244, 'mod/assign:editothersubmission', 'write', 70, 'mod_assign', 41),
(245, 'mod/assign:grantextension', 'write', 70, 'mod_assign', 0),
(246, 'mod/assign:revealidentities', 'write', 70, 'mod_assign', 0),
(247, 'mod/assign:reviewgrades', 'write', 70, 'mod_assign', 0),
(248, 'mod/assign:releasegrades', 'write', 70, 'mod_assign', 0),
(249, 'mod/assign:managegrades', 'write', 70, 'mod_assign', 0),
(250, 'mod/assign:manageallocations', 'write', 70, 'mod_assign', 0),
(251, 'mod/assign:viewgrades', 'read', 70, 'mod_assign', 0),
(252, 'mod/assign:viewblinddetails', 'write', 70, 'mod_assign', 8),
(253, 'mod/assign:receivegradernotifications', 'read', 70, 'mod_assign', 0),
(254, 'mod/assign:manageoverrides', 'write', 70, 'mod_assign', 0),
(255, 'mod/assign:showhiddengrader', 'read', 70, 'mod_assign', 0),
(256, 'mod/assign:viewownsubmissionsummary', 'read', 70, 'mod_assign', 0),
(257, 'mod/assignment:view', 'read', 70, 'mod_assignment', 0),
(258, 'mod/assignment:addinstance', 'write', 50, 'mod_assignment', 4),
(259, 'mod/assignment:submit', 'write', 70, 'mod_assignment', 0),
(260, 'mod/assignment:grade', 'write', 70, 'mod_assignment', 4),
(261, 'mod/assignment:exportownsubmission', 'read', 70, 'mod_assignment', 0),
(262, 'mod/book:addinstance', 'write', 50, 'mod_book', 4),
(263, 'mod/book:read', 'read', 70, 'mod_book', 0),
(264, 'mod/book:viewhiddenchapters', 'read', 70, 'mod_book', 0),
(265, 'mod/book:edit', 'write', 70, 'mod_book', 4),
(266, 'mod/chat:addinstance', 'write', 50, 'mod_chat', 4),
(267, 'mod/chat:chat', 'write', 70, 'mod_chat', 16),
(268, 'mod/chat:readlog', 'read', 70, 'mod_chat', 0),
(269, 'mod/chat:deletelog', 'write', 70, 'mod_chat', 0),
(270, 'mod/chat:exportparticipatedsession', 'read', 70, 'mod_chat', 8),
(271, 'mod/chat:exportsession', 'read', 70, 'mod_chat', 8),
(272, 'mod/chat:view', 'read', 70, 'mod_chat', 0),
(273, 'mod/choice:addinstance', 'write', 50, 'mod_choice', 4),
(274, 'mod/choice:choose', 'write', 70, 'mod_choice', 0),
(275, 'mod/choice:readresponses', 'read', 70, 'mod_choice', 0),
(276, 'mod/choice:deleteresponses', 'write', 70, 'mod_choice', 0),
(277, 'mod/choice:downloadresponses', 'read', 70, 'mod_choice', 0),
(278, 'mod/choice:view', 'read', 70, 'mod_choice', 0),
(279, 'mod/data:addinstance', 'write', 50, 'mod_data', 4),
(280, 'mod/data:viewentry', 'read', 70, 'mod_data', 0),
(281, 'mod/data:writeentry', 'write', 70, 'mod_data', 16),
(282, 'mod/data:comment', 'write', 70, 'mod_data', 16),
(283, 'mod/data:rate', 'write', 70, 'mod_data', 0),
(284, 'mod/data:viewrating', 'read', 70, 'mod_data', 0),
(285, 'mod/data:viewanyrating', 'read', 70, 'mod_data', 8),
(286, 'mod/data:viewallratings', 'read', 70, 'mod_data', 8),
(287, 'mod/data:approve', 'write', 70, 'mod_data', 16),
(288, 'mod/data:manageentries', 'write', 70, 'mod_data', 16),
(289, 'mod/data:managecomments', 'write', 70, 'mod_data', 16),
(290, 'mod/data:managetemplates', 'write', 70, 'mod_data', 20),
(291, 'mod/data:viewalluserpresets', 'read', 70, 'mod_data', 0),
(292, 'mod/data:manageuserpresets', 'write', 70, 'mod_data', 20),
(293, 'mod/data:exportentry', 'read', 70, 'mod_data', 8),
(294, 'mod/data:exportownentry', 'read', 70, 'mod_data', 0),
(295, 'mod/data:exportallentries', 'read', 70, 'mod_data', 8),
(296, 'mod/data:exportuserinfo', 'read', 70, 'mod_data', 8),
(297, 'mod/data:view', 'read', 70, 'mod_data', 0),
(298, 'mod/feedback:addinstance', 'write', 50, 'mod_feedback', 4),
(299, 'mod/feedback:view', 'read', 70, 'mod_feedback', 0),
(300, 'mod/feedback:complete', 'write', 70, 'mod_feedback', 16),
(301, 'mod/feedback:viewanalysepage', 'read', 70, 'mod_feedback', 8),
(302, 'mod/feedback:deletesubmissions', 'write', 70, 'mod_feedback', 0),
(303, 'mod/feedback:mapcourse', 'write', 70, 'mod_feedback', 0),
(304, 'mod/feedback:edititems', 'write', 70, 'mod_feedback', 20),
(305, 'mod/feedback:createprivatetemplate', 'write', 70, 'mod_feedback', 16),
(306, 'mod/feedback:createpublictemplate', 'write', 70, 'mod_feedback', 16),
(307, 'mod/feedback:deletetemplate', 'write', 70, 'mod_feedback', 0),
(308, 'mod/feedback:viewreports', 'read', 70, 'mod_feedback', 8),
(309, 'mod/feedback:receivemail', 'read', 70, 'mod_feedback', 8),
(310, 'mod/folder:addinstance', 'write', 50, 'mod_folder', 4),
(311, 'mod/folder:view', 'read', 70, 'mod_folder', 0),
(312, 'mod/folder:managefiles', 'write', 70, 'mod_folder', 16),
(313, 'mod/forum:addinstance', 'write', 50, 'mod_forum', 4),
(314, 'mod/forum:viewdiscussion', 'read', 70, 'mod_forum', 0),
(315, 'mod/forum:viewhiddentimedposts', 'read', 70, 'mod_forum', 0),
(316, 'mod/forum:startdiscussion', 'write', 70, 'mod_forum', 16),
(317, 'mod/forum:replypost', 'write', 70, 'mod_forum', 16),
(318, 'mod/forum:addnews', 'write', 70, 'mod_forum', 16),
(319, 'mod/forum:replynews', 'write', 70, 'mod_forum', 16),
(320, 'mod/forum:viewrating', 'read', 70, 'mod_forum', 0),
(321, 'mod/forum:viewanyrating', 'read', 70, 'mod_forum', 8),
(322, 'mod/forum:viewallratings', 'read', 70, 'mod_forum', 8),
(323, 'mod/forum:rate', 'write', 70, 'mod_forum', 0),
(324, 'mod/forum:postprivatereply', 'write', 70, 'mod_forum', 0),
(325, 'mod/forum:readprivatereplies', 'read', 70, 'mod_forum', 0),
(326, 'mod/forum:createattachment', 'write', 70, 'mod_forum', 16),
(327, 'mod/forum:deleteownpost', 'write', 70, 'mod_forum', 0),
(328, 'mod/forum:deleteanypost', 'write', 70, 'mod_forum', 0),
(329, 'mod/forum:splitdiscussions', 'write', 70, 'mod_forum', 0),
(330, 'mod/forum:movediscussions', 'write', 70, 'mod_forum', 0),
(331, 'mod/forum:pindiscussions', 'write', 70, 'mod_forum', 0),
(332, 'mod/forum:editanypost', 'write', 70, 'mod_forum', 16),
(333, 'mod/forum:viewqandawithoutposting', 'read', 70, 'mod_forum', 0),
(334, 'mod/forum:viewsubscribers', 'read', 70, 'mod_forum', 0),
(335, 'mod/forum:managesubscriptions', 'write', 70, 'mod_forum', 16),
(336, 'mod/forum:postwithoutthrottling', 'write', 70, 'mod_forum', 16),
(337, 'mod/forum:exportdiscussion', 'read', 70, 'mod_forum', 8),
(338, 'mod/forum:exportforum', 'read', 70, 'mod_forum', 8),
(339, 'mod/forum:exportpost', 'read', 70, 'mod_forum', 8),
(340, 'mod/forum:exportownpost', 'read', 70, 'mod_forum', 8),
(341, 'mod/forum:addquestion', 'write', 70, 'mod_forum', 16),
(342, 'mod/forum:allowforcesubscribe', 'read', 70, 'mod_forum', 0),
(343, 'mod/forum:canposttomygroups', 'write', 70, 'mod_forum', 0),
(344, 'mod/forum:canoverridediscussionlock', 'write', 70, 'mod_forum', 0),
(345, 'mod/forum:canoverridecutoff', 'write', 70, 'mod_forum', 0),
(346, 'mod/forum:cantogglefavourite', 'write', 70, 'mod_forum', 0),
(347, 'mod/forum:grade', 'write', 70, 'mod_forum', 0),
(348, 'mod/glossary:addinstance', 'write', 50, 'mod_glossary', 4),
(349, 'mod/glossary:view', 'read', 70, 'mod_glossary', 0),
(350, 'mod/glossary:write', 'write', 70, 'mod_glossary', 16),
(351, 'mod/glossary:manageentries', 'write', 70, 'mod_glossary', 16),
(352, 'mod/glossary:managecategories', 'write', 70, 'mod_glossary', 16),
(353, 'mod/glossary:comment', 'write', 70, 'mod_glossary', 16),
(354, 'mod/glossary:managecomments', 'write', 70, 'mod_glossary', 16),
(355, 'mod/glossary:import', 'write', 70, 'mod_glossary', 16),
(356, 'mod/glossary:export', 'read', 70, 'mod_glossary', 0),
(357, 'mod/glossary:approve', 'write', 70, 'mod_glossary', 16),
(358, 'mod/glossary:rate', 'write', 70, 'mod_glossary', 0),
(359, 'mod/glossary:viewrating', 'read', 70, 'mod_glossary', 0),
(360, 'mod/glossary:viewanyrating', 'read', 70, 'mod_glossary', 8),
(361, 'mod/glossary:viewallratings', 'read', 70, 'mod_glossary', 8),
(362, 'mod/glossary:exportentry', 'read', 70, 'mod_glossary', 8),
(363, 'mod/glossary:exportownentry', 'read', 70, 'mod_glossary', 0),
(364, 'mod/h5pactivity:view', 'read', 70, 'mod_h5pactivity', 0),
(365, 'mod/h5pactivity:addinstance', 'write', 50, 'mod_h5pactivity', 0),
(366, 'mod/h5pactivity:submit', 'write', 70, 'mod_h5pactivity', 0),
(367, 'mod/h5pactivity:reviewattempts', 'read', 70, 'mod_h5pactivity', 0),
(368, 'mod/imscp:view', 'read', 70, 'mod_imscp', 0),
(369, 'mod/imscp:addinstance', 'write', 50, 'mod_imscp', 4),
(370, 'mod/label:addinstance', 'write', 50, 'mod_label', 4),
(371, 'mod/label:view', 'read', 70, 'mod_label', 0),
(372, 'mod/lesson:addinstance', 'write', 50, 'mod_lesson', 4),
(373, 'mod/lesson:edit', 'write', 70, 'mod_lesson', 4),
(374, 'mod/lesson:grade', 'write', 70, 'mod_lesson', 20),
(375, 'mod/lesson:viewreports', 'read', 70, 'mod_lesson', 8),
(376, 'mod/lesson:manage', 'write', 70, 'mod_lesson', 0),
(377, 'mod/lesson:manageoverrides', 'write', 70, 'mod_lesson', 0),
(378, 'mod/lesson:view', 'read', 70, 'mod_lesson', 0),
(379, 'mod/lti:view', 'read', 70, 'mod_lti', 0),
(380, 'mod/lti:addinstance', 'write', 50, 'mod_lti', 4),
(381, 'mod/lti:manage', 'write', 70, 'mod_lti', 8),
(382, 'mod/lti:admin', 'write', 70, 'mod_lti', 8),
(383, 'mod/lti:addcoursetool', 'write', 50, 'mod_lti', 0),
(384, 'mod/lti:addpreconfiguredinstance', 'write', 50, 'mod_lti', 0),
(385, 'mod/lti:addmanualinstance', 'write', 50, 'mod_lti', 0),
(386, 'mod/lti:requesttooladd', 'write', 50, 'mod_lti', 0),
(387, 'mod/page:view', 'read', 70, 'mod_page', 0),
(388, 'mod/page:addinstance', 'write', 50, 'mod_page', 4),
(389, 'mod/quiz:view', 'read', 70, 'mod_quiz', 0),
(390, 'mod/quiz:addinstance', 'write', 50, 'mod_quiz', 4),
(391, 'mod/quiz:attempt', 'write', 70, 'mod_quiz', 16),
(392, 'mod/quiz:reviewmyattempts', 'read', 70, 'mod_quiz', 0),
(393, 'mod/quiz:manage', 'write', 70, 'mod_quiz', 16),
(394, 'mod/quiz:manageoverrides', 'write', 70, 'mod_quiz', 0),
(395, 'mod/quiz:preview', 'write', 70, 'mod_quiz', 0),
(396, 'mod/quiz:grade', 'write', 70, 'mod_quiz', 20),
(397, 'mod/quiz:regrade', 'write', 70, 'mod_quiz', 16),
(398, 'mod/quiz:viewreports', 'read', 70, 'mod_quiz', 8),
(399, 'mod/quiz:deleteattempts', 'write', 70, 'mod_quiz', 32),
(400, 'mod/quiz:ignoretimelimits', 'read', 70, 'mod_quiz', 0),
(401, 'mod/quiz:emailconfirmsubmission', 'read', 70, 'mod_quiz', 0),
(402, 'mod/quiz:emailnotifysubmission', 'read', 70, 'mod_quiz', 0),
(403, 'mod/quiz:emailwarnoverdue', 'read', 70, 'mod_quiz', 0),
(404, 'mod/resource:view', 'read', 70, 'mod_resource', 0),
(405, 'mod/resource:addinstance', 'write', 50, 'mod_resource', 4),
(406, 'mod/scorm:addinstance', 'write', 50, 'mod_scorm', 4),
(407, 'mod/scorm:viewreport', 'read', 70, 'mod_scorm', 0),
(408, 'mod/scorm:skipview', 'read', 70, 'mod_scorm', 0),
(409, 'mod/scorm:savetrack', 'write', 70, 'mod_scorm', 0),
(410, 'mod/scorm:viewscores', 'read', 70, 'mod_scorm', 0),
(411, 'mod/scorm:deleteresponses', 'write', 70, 'mod_scorm', 0),
(412, 'mod/scorm:deleteownresponses', 'write', 70, 'mod_scorm', 0),
(413, 'mod/survey:addinstance', 'write', 50, 'mod_survey', 4),
(414, 'mod/survey:participate', 'read', 70, 'mod_survey', 0),
(415, 'mod/survey:readresponses', 'read', 70, 'mod_survey', 0),
(416, 'mod/survey:download', 'read', 70, 'mod_survey', 0),
(417, 'mod/url:view', 'read', 70, 'mod_url', 0),
(418, 'mod/url:addinstance', 'write', 50, 'mod_url', 4),
(419, 'mod/wiki:addinstance', 'write', 50, 'mod_wiki', 4),
(420, 'mod/wiki:viewpage', 'read', 70, 'mod_wiki', 0),
(421, 'mod/wiki:editpage', 'write', 70, 'mod_wiki', 16),
(422, 'mod/wiki:createpage', 'write', 70, 'mod_wiki', 16),
(423, 'mod/wiki:viewcomment', 'read', 70, 'mod_wiki', 0),
(424, 'mod/wiki:editcomment', 'write', 70, 'mod_wiki', 16),
(425, 'mod/wiki:managecomment', 'write', 70, 'mod_wiki', 0),
(426, 'mod/wiki:managefiles', 'write', 70, 'mod_wiki', 0),
(427, 'mod/wiki:overridelock', 'write', 70, 'mod_wiki', 0),
(428, 'mod/wiki:managewiki', 'write', 70, 'mod_wiki', 0),
(429, 'mod/workshop:view', 'read', 70, 'mod_workshop', 0),
(430, 'mod/workshop:addinstance', 'write', 50, 'mod_workshop', 4),
(431, 'mod/workshop:switchphase', 'write', 70, 'mod_workshop', 0),
(432, 'mod/workshop:editdimensions', 'write', 70, 'mod_workshop', 4),
(433, 'mod/workshop:submit', 'write', 70, 'mod_workshop', 0),
(434, 'mod/workshop:peerassess', 'write', 70, 'mod_workshop', 0),
(435, 'mod/workshop:manageexamples', 'write', 70, 'mod_workshop', 0),
(436, 'mod/workshop:allocate', 'write', 70, 'mod_workshop', 0),
(437, 'mod/workshop:publishsubmissions', 'write', 70, 'mod_workshop', 0),
(438, 'mod/workshop:viewauthornames', 'read', 70, 'mod_workshop', 0),
(439, 'mod/workshop:viewreviewernames', 'read', 70, 'mod_workshop', 0),
(440, 'mod/workshop:viewallsubmissions', 'read', 70, 'mod_workshop', 0),
(441, 'mod/workshop:viewpublishedsubmissions', 'read', 70, 'mod_workshop', 0),
(442, 'mod/workshop:viewauthorpublished', 'read', 70, 'mod_workshop', 0),
(443, 'mod/workshop:viewallassessments', 'read', 70, 'mod_workshop', 0),
(444, 'mod/workshop:overridegrades', 'write', 70, 'mod_workshop', 0),
(445, 'mod/workshop:ignoredeadlines', 'write', 70, 'mod_workshop', 0),
(446, 'mod/workshop:deletesubmissions', 'write', 70, 'mod_workshop', 0),
(447, 'mod/workshop:exportsubmissions', 'read', 70, 'mod_workshop', 0),
(448, 'auth/oauth2:managelinkedlogins', 'write', 30, 'auth_oauth2', 0),
(449, 'enrol/category:synchronised', 'write', 10, 'enrol_category', 0),
(450, 'enrol/category:config', 'write', 50, 'enrol_category', 0),
(451, 'enrol/cohort:config', 'write', 50, 'enrol_cohort', 0),
(452, 'enrol/cohort:unenrol', 'write', 50, 'enrol_cohort', 0),
(453, 'enrol/database:unenrol', 'write', 50, 'enrol_database', 0),
(454, 'enrol/database:config', 'write', 50, 'enrol_database', 0),
(455, 'enrol/flatfile:manage', 'write', 50, 'enrol_flatfile', 0),
(456, 'enrol/flatfile:unenrol', 'write', 50, 'enrol_flatfile', 0),
(457, 'enrol/guest:config', 'write', 50, 'enrol_guest', 0),
(458, 'enrol/imsenterprise:config', 'write', 50, 'enrol_imsenterprise', 0),
(459, 'enrol/ldap:manage', 'write', 50, 'enrol_ldap', 0),
(460, 'enrol/lti:config', 'write', 50, 'enrol_lti', 0),
(461, 'enrol/lti:unenrol', 'write', 50, 'enrol_lti', 0),
(462, 'enrol/manual:config', 'write', 50, 'enrol_manual', 0),
(463, 'enrol/manual:enrol', 'write', 50, 'enrol_manual', 0),
(464, 'enrol/manual:manage', 'write', 50, 'enrol_manual', 0),
(465, 'enrol/manual:unenrol', 'write', 50, 'enrol_manual', 0),
(466, 'enrol/manual:unenrolself', 'write', 50, 'enrol_manual', 0),
(467, 'enrol/meta:config', 'write', 50, 'enrol_meta', 0),
(468, 'enrol/meta:selectaslinked', 'read', 50, 'enrol_meta', 0),
(469, 'enrol/meta:unenrol', 'write', 50, 'enrol_meta', 0),
(470, 'enrol/mnet:config', 'write', 50, 'enrol_mnet', 0),
(471, 'enrol/paypal:config', 'write', 50, 'enrol_paypal', 0),
(472, 'enrol/paypal:manage', 'write', 50, 'enrol_paypal', 0),
(473, 'enrol/paypal:unenrol', 'write', 50, 'enrol_paypal', 0),
(474, 'enrol/paypal:unenrolself', 'write', 50, 'enrol_paypal', 0),
(475, 'enrol/self:config', 'write', 50, 'enrol_self', 0),
(476, 'enrol/self:manage', 'write', 50, 'enrol_self', 0),
(477, 'enrol/self:holdkey', 'write', 50, 'enrol_self', 0),
(478, 'enrol/self:unenrolself', 'write', 50, 'enrol_self', 0),
(479, 'enrol/self:unenrol', 'write', 50, 'enrol_self', 0),
(480, 'message/airnotifier:managedevice', 'write', 10, 'message_airnotifier', 0),
(481, 'block/activity_modules:addinstance', 'write', 80, 'block_activity_modules', 20),
(482, 'block/activity_results:addinstance', 'write', 80, 'block_activity_results', 20),
(483, 'block/admin_bookmarks:myaddinstance', 'write', 10, 'block_admin_bookmarks', 0),
(484, 'block/admin_bookmarks:addinstance', 'write', 80, 'block_admin_bookmarks', 20),
(485, 'block/badges:addinstance', 'read', 80, 'block_badges', 0),
(486, 'block/badges:myaddinstance', 'read', 10, 'block_badges', 8),
(487, 'block/blog_menu:addinstance', 'write', 80, 'block_blog_menu', 20),
(488, 'block/blog_recent:addinstance', 'write', 80, 'block_blog_recent', 20),
(489, 'block/blog_tags:addinstance', 'write', 80, 'block_blog_tags', 20),
(490, 'block/calendar_month:myaddinstance', 'write', 10, 'block_calendar_month', 0),
(491, 'block/calendar_month:addinstance', 'write', 80, 'block_calendar_month', 20),
(492, 'block/calendar_upcoming:myaddinstance', 'write', 10, 'block_calendar_upcoming', 0),
(493, 'block/calendar_upcoming:addinstance', 'write', 80, 'block_calendar_upcoming', 20),
(494, 'block/comments:myaddinstance', 'write', 10, 'block_comments', 0),
(495, 'block/comments:addinstance', 'write', 80, 'block_comments', 20),
(496, 'block/completionstatus:addinstance', 'write', 80, 'block_completionstatus', 20),
(497, 'block/course_list:myaddinstance', 'write', 10, 'block_course_list', 0),
(498, 'block/course_list:addinstance', 'write', 80, 'block_course_list', 20),
(499, 'block/course_summary:addinstance', 'write', 80, 'block_course_summary', 20),
(500, 'block/feedback:addinstance', 'write', 80, 'block_feedback', 20),
(501, 'block/globalsearch:myaddinstance', 'write', 10, 'block_globalsearch', 0),
(502, 'block/globalsearch:addinstance', 'write', 80, 'block_globalsearch', 0),
(503, 'block/glossary_random:myaddinstance', 'write', 10, 'block_glossary_random', 0),
(504, 'block/glossary_random:addinstance', 'write', 80, 'block_glossary_random', 20),
(505, 'block/html:myaddinstance', 'write', 10, 'block_html', 0),
(506, 'block/html:addinstance', 'write', 80, 'block_html', 20),
(507, 'block/login:addinstance', 'write', 80, 'block_login', 20),
(508, 'block/lp:addinstance', 'write', 10, 'block_lp', 0),
(509, 'block/lp:myaddinstance', 'write', 10, 'block_lp', 0),
(510, 'block/mentees:myaddinstance', 'write', 10, 'block_mentees', 0),
(511, 'block/mentees:addinstance', 'write', 80, 'block_mentees', 20),
(512, 'block/mnet_hosts:myaddinstance', 'write', 10, 'block_mnet_hosts', 0),
(513, 'block/mnet_hosts:addinstance', 'write', 80, 'block_mnet_hosts', 20),
(514, 'block/myoverview:myaddinstance', 'write', 10, 'block_myoverview', 0),
(515, 'block/myprofile:myaddinstance', 'write', 10, 'block_myprofile', 0),
(516, 'block/myprofile:addinstance', 'write', 80, 'block_myprofile', 20),
(517, 'block/navigation:myaddinstance', 'write', 10, 'block_navigation', 0),
(518, 'block/navigation:addinstance', 'write', 80, 'block_navigation', 20),
(519, 'block/news_items:myaddinstance', 'write', 10, 'block_news_items', 0),
(520, 'block/news_items:addinstance', 'write', 80, 'block_news_items', 20),
(521, 'block/online_users:myaddinstance', 'write', 10, 'block_online_users', 0),
(522, 'block/online_users:addinstance', 'write', 80, 'block_online_users', 20),
(523, 'block/online_users:viewlist', 'read', 80, 'block_online_users', 0),
(524, 'block/private_files:myaddinstance', 'write', 10, 'block_private_files', 0),
(525, 'block/private_files:addinstance', 'write', 80, 'block_private_files', 20),
(526, 'block/quiz_results:addinstance', 'write', 80, 'block_quiz_results', 20),
(527, 'block/recent_activity:addinstance', 'write', 80, 'block_recent_activity', 20),
(528, 'block/recent_activity:viewaddupdatemodule', 'read', 50, 'block_recent_activity', 0),
(529, 'block/recent_activity:viewdeletemodule', 'read', 50, 'block_recent_activity', 0),
(530, 'block/recentlyaccessedcourses:myaddinstance', 'write', 10, 'block_recentlyaccessedcourses', 0),
(531, 'block/recentlyaccesseditems:myaddinstance', 'write', 10, 'block_recentlyaccesseditems', 0),
(532, 'block/rss_client:myaddinstance', 'write', 10, 'block_rss_client', 0),
(533, 'block/rss_client:addinstance', 'write', 80, 'block_rss_client', 20),
(534, 'block/rss_client:manageownfeeds', 'write', 80, 'block_rss_client', 0),
(535, 'block/rss_client:manageanyfeeds', 'write', 80, 'block_rss_client', 16),
(536, 'block/search_forums:addinstance', 'write', 80, 'block_search_forums', 20),
(537, 'block/section_links:addinstance', 'write', 80, 'block_section_links', 20),
(538, 'block/selfcompletion:addinstance', 'write', 80, 'block_selfcompletion', 20),
(539, 'block/settings:myaddinstance', 'write', 10, 'block_settings', 0),
(540, 'block/settings:addinstance', 'write', 80, 'block_settings', 20),
(541, 'block/site_main_menu:addinstance', 'write', 80, 'block_site_main_menu', 20),
(542, 'block/social_activities:addinstance', 'write', 80, 'block_social_activities', 20),
(543, 'block/starredcourses:myaddinstance', 'write', 10, 'block_starredcourses', 0),
(544, 'block/tag_flickr:addinstance', 'write', 80, 'block_tag_flickr', 20),
(545, 'block/tag_youtube:addinstance', 'write', 80, 'block_tag_youtube', 20),
(546, 'block/tags:myaddinstance', 'write', 10, 'block_tags', 0),
(547, 'block/tags:addinstance', 'write', 80, 'block_tags', 20),
(548, 'block/timeline:myaddinstance', 'write', 10, 'block_timeline', 0),
(549, 'report/completion:view', 'read', 50, 'report_completion', 8),
(550, 'report/courseoverview:view', 'read', 10, 'report_courseoverview', 8),
(551, 'report/log:view', 'read', 50, 'report_log', 8),
(552, 'report/log:viewtoday', 'read', 50, 'report_log', 8),
(553, 'report/loglive:view', 'read', 50, 'report_loglive', 8),
(554, 'report/outline:view', 'read', 50, 'report_outline', 8),
(555, 'report/outline:viewuserreport', 'read', 50, 'report_outline', 8),
(556, 'report/participation:view', 'read', 50, 'report_participation', 8),
(557, 'report/performance:view', 'read', 10, 'report_performance', 2),
(558, 'report/progress:view', 'read', 50, 'report_progress', 8),
(559, 'report/questioninstances:view', 'read', 10, 'report_questioninstances', 0),
(560, 'report/security:view', 'read', 10, 'report_security', 2),
(561, 'report/stats:view', 'read', 50, 'report_stats', 8),
(562, 'report/status:view', 'read', 10, 'report_status', 2),
(563, 'report/usersessions:manageownsessions', 'write', 30, 'report_usersessions', 0),
(564, 'gradeexport/ods:view', 'read', 50, 'gradeexport_ods', 8),
(565, 'gradeexport/ods:publish', 'read', 50, 'gradeexport_ods', 8),
(566, 'gradeexport/txt:view', 'read', 50, 'gradeexport_txt', 8),
(567, 'gradeexport/txt:publish', 'read', 50, 'gradeexport_txt', 8),
(568, 'gradeexport/xls:view', 'read', 50, 'gradeexport_xls', 8),
(569, 'gradeexport/xls:publish', 'read', 50, 'gradeexport_xls', 8),
(570, 'gradeexport/xml:view', 'read', 50, 'gradeexport_xml', 8),
(571, 'gradeexport/xml:publish', 'read', 50, 'gradeexport_xml', 8),
(572, 'gradeimport/csv:view', 'write', 50, 'gradeimport_csv', 0),
(573, 'gradeimport/direct:view', 'write', 50, 'gradeimport_direct', 0),
(574, 'gradeimport/xml:view', 'write', 50, 'gradeimport_xml', 0),
(575, 'gradeimport/xml:publish', 'write', 50, 'gradeimport_xml', 0),
(576, 'gradereport/grader:view', 'read', 50, 'gradereport_grader', 8),
(577, 'gradereport/history:view', 'read', 50, 'gradereport_history', 8),
(578, 'gradereport/outcomes:view', 'read', 50, 'gradereport_outcomes', 8),
(579, 'gradereport/overview:view', 'read', 50, 'gradereport_overview', 8),
(580, 'gradereport/singleview:view', 'read', 50, 'gradereport_singleview', 8),
(581, 'gradereport/user:view', 'read', 50, 'gradereport_user', 8),
(582, 'webservice/rest:use', 'read', 50, 'webservice_rest', 0),
(583, 'webservice/soap:use', 'read', 50, 'webservice_soap', 0),
(584, 'webservice/xmlrpc:use', 'read', 50, 'webservice_xmlrpc', 0),
(585, 'repository/areafiles:view', 'read', 70, 'repository_areafiles', 0),
(586, 'repository/boxnet:view', 'read', 70, 'repository_boxnet', 0),
(587, 'repository/contentbank:view', 'read', 70, 'repository_contentbank', 0),
(588, 'repository/contentbank:accesscoursecontent', 'read', 50, 'repository_contentbank', 0),
(589, 'repository/contentbank:accesscoursecategorycontent', 'read', 40, 'repository_contentbank', 0),
(590, 'repository/contentbank:accessgeneralcontent', 'read', 40, 'repository_contentbank', 0),
(591, 'repository/coursefiles:view', 'read', 70, 'repository_coursefiles', 0),
(592, 'repository/dropbox:view', 'read', 70, 'repository_dropbox', 0),
(593, 'repository/equella:view', 'read', 70, 'repository_equella', 0),
(594, 'repository/filesystem:view', 'read', 70, 'repository_filesystem', 0),
(595, 'repository/flickr:view', 'read', 70, 'repository_flickr', 0),
(596, 'repository/flickr_public:view', 'read', 70, 'repository_flickr_public', 0),
(597, 'repository/googledocs:view', 'read', 70, 'repository_googledocs', 0),
(598, 'repository/local:view', 'read', 70, 'repository_local', 0),
(599, 'repository/merlot:view', 'read', 70, 'repository_merlot', 0),
(600, 'repository/nextcloud:view', 'read', 70, 'repository_nextcloud', 0),
(601, 'repository/onedrive:view', 'read', 70, 'repository_onedrive', 0),
(602, 'repository/picasa:view', 'read', 70, 'repository_picasa', 0),
(603, 'repository/recent:view', 'read', 70, 'repository_recent', 0),
(604, 'repository/s3:view', 'read', 70, 'repository_s3', 0),
(605, 'repository/skydrive:view', 'read', 70, 'repository_skydrive', 0),
(606, 'repository/upload:view', 'read', 70, 'repository_upload', 0),
(607, 'repository/url:view', 'read', 70, 'repository_url', 0),
(608, 'repository/user:view', 'read', 70, 'repository_user', 0),
(609, 'repository/webdav:view', 'read', 70, 'repository_webdav', 0),
(610, 'repository/wikimedia:view', 'read', 70, 'repository_wikimedia', 0),
(611, 'repository/youtube:view', 'read', 70, 'repository_youtube', 0),
(612, 'tool/customlang:view', 'read', 10, 'tool_customlang', 2),
(613, 'tool/customlang:edit', 'write', 10, 'tool_customlang', 6),
(614, 'tool/dataprivacy:managedatarequests', 'write', 10, 'tool_dataprivacy', 60),
(615, 'tool/dataprivacy:requestdeleteforotheruser', 'write', 10, 'tool_dataprivacy', 60),
(616, 'tool/dataprivacy:managedataregistry', 'write', 10, 'tool_dataprivacy', 60),
(617, 'tool/dataprivacy:makedatarequestsforchildren', 'write', 30, 'tool_dataprivacy', 24),
(618, 'tool/dataprivacy:makedatadeletionrequestsforchildren', 'write', 30, 'tool_dataprivacy', 24),
(619, 'tool/dataprivacy:downloadownrequest', 'read', 30, 'tool_dataprivacy', 0),
(620, 'tool/dataprivacy:downloadallrequests', 'read', 30, 'tool_dataprivacy', 8),
(621, 'tool/dataprivacy:requestdelete', 'write', 30, 'tool_dataprivacy', 32),
(622, 'tool/lpmigrate:frameworksmigrate', 'write', 10, 'tool_lpmigrate', 0),
(623, 'tool/monitor:subscribe', 'read', 50, 'tool_monitor', 8),
(624, 'tool/monitor:managerules', 'write', 50, 'tool_monitor', 4),
(625, 'tool/monitor:managetool', 'write', 10, 'tool_monitor', 4),
(626, 'tool/policy:accept', 'write', 10, 'tool_policy', 0),
(627, 'tool/policy:acceptbehalf', 'write', 30, 'tool_policy', 8),
(628, 'tool/policy:managedocs', 'write', 10, 'tool_policy', 0),
(629, 'tool/policy:viewacceptances', 'read', 10, 'tool_policy', 0),
(630, 'tool/recyclebin:deleteitems', 'write', 50, 'tool_recyclebin', 32),
(631, 'tool/recyclebin:restoreitems', 'write', 50, 'tool_recyclebin', 0),
(632, 'tool/recyclebin:viewitems', 'read', 50, 'tool_recyclebin', 0),
(633, 'tool/uploaduser:uploaduserpictures', 'write', 10, 'tool_uploaduser', 16),
(634, 'tool/usertours:managetours', 'write', 10, 'tool_usertours', 4),
(635, 'contenttype/h5p:access', 'read', 50, 'contenttype_h5p', 0),
(636, 'contenttype/h5p:upload', 'write', 50, 'contenttype_h5p', 16),
(637, 'contenttype/h5p:useeditor', 'write', 50, 'contenttype_h5p', 16),
(638, 'booktool/exportimscp:export', 'read', 70, 'booktool_exportimscp', 0),
(639, 'booktool/importhtml:import', 'write', 70, 'booktool_importhtml', 4),
(640, 'booktool/print:print', 'read', 70, 'booktool_print', 0),
(641, 'forumreport/summary:view', 'read', 70, 'forumreport_summary', 0),
(642, 'forumreport/summary:viewall', 'read', 70, 'forumreport_summary', 8),
(643, 'quiz/grading:viewstudentnames', 'read', 70, 'quiz_grading', 0),
(644, 'quiz/grading:viewidnumber', 'read', 70, 'quiz_grading', 0),
(645, 'quiz/statistics:view', 'read', 70, 'quiz_statistics', 0),
(646, 'quizaccess/seb:managetemplates', 'write', 10, 'quizaccess_seb', 0),
(647, 'quizaccess/seb:bypassseb', 'read', 70, 'quizaccess_seb', 0),
(648, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 'write', 70, 'quizaccess_seb', 0),
(649, 'quizaccess/seb:manage_seb_templateid', 'read', 70, 'quizaccess_seb', 0),
(650, 'quizaccess/seb:manage_filemanager_sebconfigfile', 'write', 70, 'quizaccess_seb', 0),
(651, 'quizaccess/seb:manage_seb_showsebdownloadlink', 'write', 70, 'quizaccess_seb', 0),
(652, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 'write', 70, 'quizaccess_seb', 0),
(653, 'quizaccess/seb:manage_seb_linkquitseb', 'write', 70, 'quizaccess_seb', 0),
(654, 'quizaccess/seb:manage_seb_userconfirmquit', 'write', 70, 'quizaccess_seb', 0),
(655, 'quizaccess/seb:manage_seb_allowuserquitseb', 'write', 70, 'quizaccess_seb', 0),
(656, 'quizaccess/seb:manage_seb_quitpassword', 'write', 70, 'quizaccess_seb', 0),
(657, 'quizaccess/seb:manage_seb_allowreloadinexam', 'write', 70, 'quizaccess_seb', 0),
(658, 'quizaccess/seb:manage_seb_showsebtaskbar', 'write', 70, 'quizaccess_seb', 0),
(659, 'quizaccess/seb:manage_seb_showreloadbutton', 'write', 70, 'quizaccess_seb', 0),
(660, 'quizaccess/seb:manage_seb_showtime', 'write', 70, 'quizaccess_seb', 0),
(661, 'quizaccess/seb:manage_seb_showkeyboardlayout', 'write', 70, 'quizaccess_seb', 0),
(662, 'quizaccess/seb:manage_seb_showwificontrol', 'write', 70, 'quizaccess_seb', 0),
(663, 'quizaccess/seb:manage_seb_enableaudiocontrol', 'write', 70, 'quizaccess_seb', 0),
(664, 'quizaccess/seb:manage_seb_muteonstartup', 'write', 70, 'quizaccess_seb', 0),
(665, 'quizaccess/seb:manage_seb_allowspellchecking', 'write', 70, 'quizaccess_seb', 0),
(666, 'quizaccess/seb:manage_seb_activateurlfiltering', 'write', 70, 'quizaccess_seb', 0),
(667, 'quizaccess/seb:manage_seb_filterembeddedcontent', 'write', 70, 'quizaccess_seb', 0),
(668, 'quizaccess/seb:manage_seb_expressionsallowed', 'write', 70, 'quizaccess_seb', 0),
(669, 'quizaccess/seb:manage_seb_regexallowed', 'write', 70, 'quizaccess_seb', 0),
(670, 'quizaccess/seb:manage_seb_expressionsblocked', 'write', 70, 'quizaccess_seb', 0),
(671, 'quizaccess/seb:manage_seb_regexblocked', 'write', 70, 'quizaccess_seb', 0),
(672, 'atto/h5p:addembed', 'write', 70, 'atto_h5p', 0),
(673, 'atto/recordrtc:recordaudio', 'write', 70, 'atto_recordrtc', 0),
(674, 'atto/recordrtc:recordvideo', 'write', 70, 'atto_recordrtc', 0),
(675, 'mod/hvp:view', 'read', 70, 'mod_hvp', 0),
(676, 'mod/hvp:addinstance', 'write', 50, 'mod_hvp', 20),
(677, 'mod/hvp:manage', 'write', 70, 'mod_hvp', 20),
(678, 'mod/hvp:share', 'write', 70, 'mod_hvp', 16),
(679, 'mod/hvp:getexport', 'read', 70, 'mod_hvp', 0),
(680, 'mod/hvp:getembedcode', 'read', 70, 'mod_hvp', 0),
(681, 'mod/hvp:saveresults', 'write', 70, 'mod_hvp', 16),
(682, 'mod/hvp:savecontentuserdata', 'write', 70, 'mod_hvp', 0),
(683, 'mod/hvp:viewresults', 'write', 70, 'mod_hvp', 0),
(684, 'mod/hvp:viewallresults', 'read', 70, 'mod_hvp', 0),
(685, 'mod/hvp:restrictlibraries', 'write', 10, 'mod_hvp', 0),
(686, 'mod/hvp:userestrictedlibraries', 'write', 50, 'mod_hvp', 0),
(687, 'mod/hvp:updatelibraries', 'write', 10, 'mod_hvp', 0),
(688, 'mod/hvp:getcachedassets', 'read', 10, 'mod_hvp', 0),
(689, 'mod/hvp:installrecommendedh5plibraries', 'write', 50, 'mod_hvp', 0),
(690, 'mod/hvp:emailconfirmsubmission', 'read', 70, 'mod_hvp', 0),
(691, 'mod/hvp:emailnotifysubmission', 'read', 70, 'mod_hvp', 0),
(692, 'mod/hvp:contenthubregistration', 'write', 10, 'mod_hvp', 0),
(693, 'mod/geogebra:view', 'read', 70, 'mod_geogebra', 0),
(694, 'mod/geogebra:submit', 'write', 70, 'mod_geogebra', 16),
(695, 'mod/geogebra:addinstance', 'write', 50, 'mod_geogebra', 4),
(696, 'format/topcoll:changelayout', 'write', 50, 'format_topcoll', 0),
(697, 'format/topcoll:changecolour', 'write', 50, 'format_topcoll', 0),
(698, 'format/topcoll:changetogglealignment', 'write', 50, 'format_topcoll', 0),
(699, 'format/topcoll:changetoggleiconset', 'write', 50, 'format_topcoll', 0),
(700, 'format/topcoll:changeactivitymeta', 'write', 50, 'format_topcoll', 0);

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

--
-- Structure de la table `mdl_chat`
--

CREATE TABLE `mdl_chat` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each of these is a chat room' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_chat_messages`
--

CREATE TABLE `mdl_chat_messages` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all the actual chat messages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_chat_messages_current`
--

CREATE TABLE `mdl_chat_messages_current` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores current session' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_chat_users`
--

CREATE TABLE `mdl_chat_users` (
  `id` bigint(10) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keeps track of which users are in which chat rooms' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_choice`
--

CREATE TABLE `mdl_choice` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Available choices are stored here' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_choice_answers`
--

CREATE TABLE `mdl_choice_answers` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='choices performed by users' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_choice_options`
--

CREATE TABLE `mdl_choice_options` (
  `id` bigint(10) NOT NULL,
  `choiceid` bigint(10) NOT NULL DEFAULT 0,
  `text` longtext DEFAULT NULL,
  `maxanswers` bigint(10) DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='available options to choice' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_cohort`
--

CREATE TABLE `mdl_cohort` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `component` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `theme` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each record represents one cohort (aka site-wide group).' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_cohort_members`
--

CREATE TABLE `mdl_cohort_members` (
  `id` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a user to a cohort.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_comments`
--

CREATE TABLE `mdl_comments` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='moodle comments module' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency`
--

CREATE TABLE `mdl_competency` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `idnumber` varchar(100) DEFAULT NULL,
  `competencyframeworkid` bigint(10) NOT NULL,
  `parentid` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL,
  `ruletype` varchar(100) DEFAULT NULL,
  `ruleoutcome` tinyint(2) NOT NULL DEFAULT 0,
  `ruleconfig` longtext DEFAULT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `scaleconfiguration` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table contains the master record of each competency in ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_coursecomp`
--

CREATE TABLE `mdl_competency_coursecomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a competency to a course.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_coursecompsetting`
--

CREATE TABLE `mdl_competency_coursecompsetting` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table contains the course specific settings for compete' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_evidence`
--

CREATE TABLE `mdl_competency_evidence` (
  `id` bigint(10) NOT NULL,
  `usercompetencyid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `action` tinyint(2) NOT NULL,
  `actionuserid` bigint(10) DEFAULT NULL,
  `descidentifier` varchar(255) NOT NULL DEFAULT '',
  `desccomponent` varchar(255) NOT NULL DEFAULT '',
  `desca` longtext DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `grade` bigint(10) DEFAULT NULL,
  `note` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The evidence linked to a user competency' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_framework`
--

CREATE TABLE `mdl_competency_framework` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `scaleid` bigint(11) DEFAULT NULL,
  `scaleconfiguration` longtext NOT NULL,
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `taxonomies` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of competency frameworks.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_modulecomp`
--

CREATE TABLE `mdl_competency_modulecomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a competency to a module.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_plan`
--

CREATE TABLE `mdl_competency_plan` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL,
  `templateid` bigint(10) DEFAULT NULL,
  `origtemplateid` bigint(10) DEFAULT NULL,
  `status` tinyint(1) NOT NULL,
  `duedate` bigint(10) DEFAULT 0,
  `reviewerid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Learning plans' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_plancomp`
--

CREATE TABLE `mdl_competency_plancomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Plan competencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_relatedcomp`
--

CREATE TABLE `mdl_competency_relatedcomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Related competencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_template`
--

CREATE TABLE `mdl_competency_template` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(4) NOT NULL DEFAULT 0,
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `duedate` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Learning plan templates.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_templatecohort`
--

CREATE TABLE `mdl_competency_templatecohort` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_templatecomp`
--

CREATE TABLE `mdl_competency_templatecomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a competency to a learning plan template.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_usercomp`
--

CREATE TABLE `mdl_competency_usercomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User competencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_usercompcourse`
--

CREATE TABLE `mdl_competency_usercompcourse` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User competencies in a course' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_usercompplan`
--

CREATE TABLE `mdl_competency_usercompplan` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User competencies plans' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_userevidence`
--

CREATE TABLE `mdl_competency_userevidence` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The evidence of prior learning' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_competency_userevidencecomp`
--

CREATE TABLE `mdl_competency_userevidencecomp` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Relationship between user evidence and competencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_config`
--

CREATE TABLE `mdl_config` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Moodle configuration variables' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_config`
--

INSERT INTO `mdl_config` (`id`, `name`, `value`) VALUES
(2, 'rolesactive', '1'),
(3, 'auth', 'email'),
(4, 'enrol_plugins_enabled', 'manual,guest,self,cohort'),
(5, 'theme', 'fordson'),
(6, 'filter_multilang_converted', '1'),
(7, 'siteidentifier', '0eBmWsnBoXpmjolcyLMn1iw5ty6OzkBHlocalhost'),
(8, 'backup_version', '2020061500'),
(9, 'backup_release', '3.9'),
(10, 'mnet_dispatcher_mode', 'off'),
(11, 'sessiontimeout', '28800'),
(12, 'stringfilters', ''),
(13, 'filterall', '0'),
(14, 'texteditors', 'atto,tinymce,textarea'),
(15, 'antiviruses', ''),
(16, 'media_plugins_sortorder', 'videojs,youtube,swf'),
(17, 'upgrade_extracreditweightsstepignored', '1'),
(18, 'upgrade_calculatedgradeitemsignored', '1'),
(19, 'upgrade_letterboundarycourses', '1'),
(20, 'mnet_localhost_id', '1'),
(21, 'mnet_all_hosts_id', '2'),
(22, 'siteguest', '1'),
(23, 'siteadmins', '2'),
(24, 'themerev', '1643541487'),
(25, 'jsrev', '1643541487'),
(26, 'templaterev', '1643541487'),
(27, 'gdversion', '2'),
(28, 'licenses', 'unknown,allrightsreserved,public,cc,cc-nd,cc-nc-nd,cc-nc,cc-nc-sa,cc-sa'),
(29, 'sitedefaultlicense', 'unknown'),
(30, 'badges_site_backpack', '1'),
(31, 'version', '2020061512.02'),
(32, 'enableuserfeedback', '0'),
(33, 'userfeedback_nextreminder', '1'),
(34, 'userfeedback_remindafter', '90'),
(35, 'enableoutcomes', '0'),
(36, 'usecomments', '1'),
(37, 'usetags', '1'),
(38, 'enablenotes', '1'),
(39, 'enableportfolios', '0'),
(40, 'enablewebservices', '0'),
(41, 'enablestats', '0'),
(42, 'enablerssfeeds', '0'),
(43, 'enableblogs', '1'),
(44, 'enablecompletion', '1'),
(45, 'completiondefault', '1'),
(46, 'enableavailability', '1'),
(47, 'enableplagiarism', '0'),
(48, 'enablebadges', '1'),
(49, 'enableglobalsearch', '0'),
(50, 'allowstealth', '0'),
(51, 'enableanalytics', '1'),
(52, 'allowemojipicker', '1'),
(53, 'userfiltersdefault', 'realname'),
(54, 'defaultpreference_maildisplay', '2'),
(55, 'defaultpreference_mailformat', '1'),
(56, 'defaultpreference_maildigest', '0'),
(57, 'defaultpreference_autosubscribe', '1'),
(58, 'defaultpreference_trackforums', '0'),
(59, 'autologinguests', '0'),
(60, 'hiddenuserfields', ''),
(61, 'showuseridentity', 'email'),
(62, 'fullnamedisplay', 'language'),
(63, 'alternativefullnameformat', 'language'),
(64, 'maxusersperpage', '100'),
(65, 'enablegravatar', '0'),
(66, 'gravatardefaulturl', 'mm'),
(67, 'agedigitalconsentverification', '0'),
(68, 'agedigitalconsentmap', '*, 16\r\nAT, 14\r\nBE, 13\r\nBG, 14\r\nCY, 14\r\nCZ, 15\r\nDK, 13\r\nEE, 13\r\nES, 14\r\nFI, 13\r\nFR, 15\r\nGB, 13\r\nGR, 15\r\nIT, 14\r\nLT, 14\r\nLV, 13\r\nMT, 13\r\nNO, 13\r\nPT, 13\r\nSE, 13\r\nUS, 13'),
(69, 'sitepolicy', ''),
(70, 'sitepolicyguest', ''),
(71, 'enablecourserequests', '1'),
(72, 'defaultrequestcategory', '1'),
(73, 'lockrequestcategory', '0'),
(74, 'courserequestnotify', ''),
(75, 'activitychoosertabmode', '0'),
(76, 'enableasyncbackup', '0'),
(77, 'grade_profilereport', 'user'),
(78, 'grade_aggregationposition', '1'),
(79, 'grade_includescalesinaggregation', '1'),
(80, 'grade_hiddenasdate', '0'),
(81, 'gradepublishing', '0'),
(82, 'grade_export_exportfeedback', '0'),
(83, 'grade_export_displaytype', '1'),
(84, 'grade_export_decimalpoints', '2'),
(85, 'grade_navmethod', '1'),
(86, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email'),
(87, 'grade_export_customprofilefields', ''),
(88, 'recovergradesdefault', '0'),
(89, 'gradeexport', ''),
(90, 'unlimitedgrades', '0'),
(91, 'grade_report_showmin', '1'),
(92, 'gradepointmax', '100'),
(93, 'gradepointdefault', '100'),
(94, 'grade_minmaxtouse', '1'),
(95, 'grade_mygrades_report', 'overview'),
(96, 'gradereport_mygradeurl', ''),
(97, 'grade_hideforcedsettings', '1'),
(98, 'grade_aggregation', '13'),
(99, 'grade_aggregation_flag', '0'),
(100, 'grade_aggregations_visible', '13'),
(101, 'grade_aggregateonlygraded', '1'),
(102, 'grade_aggregateonlygraded_flag', '2'),
(103, 'grade_aggregateoutcomes', '0'),
(104, 'grade_aggregateoutcomes_flag', '2'),
(105, 'grade_keephigh', '0'),
(106, 'grade_keephigh_flag', '3'),
(107, 'grade_droplow', '0'),
(108, 'grade_droplow_flag', '2'),
(109, 'grade_overridecat', '1'),
(110, 'grade_displaytype', '1'),
(111, 'grade_decimalpoints', '2'),
(112, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime'),
(113, 'grade_report_studentsperpage', '100'),
(114, 'grade_report_showonlyactiveenrol', '1'),
(115, 'grade_report_quickgrading', '1'),
(116, 'grade_report_showquickfeedback', '0'),
(117, 'grade_report_meanselection', '1'),
(118, 'grade_report_enableajax', '0'),
(119, 'grade_report_showcalculations', '1'),
(120, 'grade_report_showeyecons', '0'),
(121, 'grade_report_showaverages', '1'),
(122, 'grade_report_showlocks', '0'),
(123, 'grade_report_showranges', '0'),
(124, 'grade_report_showanalysisicon', '1'),
(125, 'grade_report_showuserimage', '1'),
(126, 'grade_report_showactivityicons', '1'),
(127, 'grade_report_shownumberofgrades', '0'),
(128, 'grade_report_averagesdisplaytype', 'inherit'),
(129, 'grade_report_rangesdisplaytype', 'inherit'),
(130, 'grade_report_averagesdecimalpoints', 'inherit'),
(131, 'grade_report_rangesdecimalpoints', 'inherit'),
(132, 'grade_report_historyperpage', '50'),
(133, 'grade_report_overview_showrank', '0'),
(134, 'grade_report_overview_showtotalsifcontainhidden', '0'),
(135, 'grade_report_user_showrank', '0'),
(136, 'grade_report_user_showpercentage', '1'),
(137, 'grade_report_user_showgrade', '1'),
(138, 'grade_report_user_showfeedback', '1'),
(139, 'grade_report_user_showrange', '1'),
(140, 'grade_report_user_showweight', '1'),
(141, 'grade_report_user_showaverage', '0'),
(142, 'grade_report_user_showlettergrade', '0'),
(143, 'grade_report_user_rangedecimals', '0'),
(144, 'grade_report_user_showhiddenitems', '1'),
(145, 'grade_report_user_showtotalsifcontainhidden', '0'),
(146, 'grade_report_user_showcontributiontocoursetotal', '1'),
(147, 'badges_defaultissuername', ''),
(148, 'badges_defaultissuercontact', ''),
(149, 'badges_badgesalt', 'badges1643501891'),
(150, 'badges_allowcoursebadges', '1'),
(151, 'badges_allowexternalbackpack', '1'),
(152, 'rememberuserlicensepref', '1'),
(154, 'forcetimezone', '99'),
(155, 'country', '0'),
(156, 'defaultcity', ''),
(157, 'geoip2file', 'H:\\Xampp\\moodledata/geoip/GeoLite2-City.mmdb'),
(158, 'googlemapkey3', ''),
(159, 'allcountrycodes', ''),
(160, 'autolang', '1'),
(161, 'lang', 'fr'),
(162, 'langmenu', '1'),
(163, 'langlist', ''),
(164, 'langrev', '1643541487'),
(165, 'langcache', '1'),
(166, 'langstringcache', '1'),
(167, 'locale', ''),
(168, 'latinexcelexport', '0'),
(169, 'messaging', '1'),
(170, 'messagingallusers', '0'),
(171, 'messagingdefaultpressenter', '1'),
(172, 'messagingdeletereadnotificationsdelay', '604800'),
(173, 'messagingdeleteallnotificationsdelay', '2620800'),
(174, 'messagingallowemailoverride', '0'),
(176, 'authloginviaemail', '0'),
(177, 'allowaccountssameemail', '0'),
(178, 'authpreventaccountcreation', '0'),
(179, 'loginpageautofocus', '0'),
(180, 'guestloginbutton', '1'),
(181, 'limitconcurrentlogins', '0'),
(182, 'alternateloginurl', ''),
(183, 'forgottenpasswordurl', ''),
(184, 'auth_instructions', ''),
(185, 'allowemailaddresses', ''),
(186, 'denyemailaddresses', ''),
(187, 'verifychangedemail', '1'),
(188, 'recaptchapublickey', ''),
(189, 'recaptchaprivatekey', ''),
(190, 'repositorycacheexpire', '120'),
(191, 'repositorygetfiletimeout', '30'),
(192, 'repositorysyncfiletimeout', '1'),
(193, 'repositorysyncimagetimeout', '3'),
(194, 'repositoryallowexternallinks', '1'),
(195, 'legacyfilesinnewcourses', '0'),
(196, 'legacyfilesaddallowed', '1'),
(197, 'filteruploadedfiles', '0'),
(198, 'filtermatchoneperpage', '0'),
(199, 'filtermatchonepertext', '0'),
(200, 'media_default_width', '400'),
(201, 'media_default_height', '300'),
(202, 'requiremodintro', '0'),
(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, 'searchengine', 'simpledb'),
(208, 'searchindexwhendisabled', '0'),
(209, 'searchindextime', '600'),
(210, 'searchallavailablecourses', '0'),
(211, 'searchincludeallcourses', '0'),
(212, 'searchenablecategories', '0'),
(213, 'searchdefaultcategory', 'core-all'),
(214, 'searchhideallcategory', '0'),
(215, 'enablewsdocumentation', '0'),
(216, 'allowbeforeblock', '0'),
(217, 'allowedip', ''),
(218, 'blockedip', ''),
(219, 'protectusernames', '1'),
(220, 'forcelogin', '0'),
(221, 'forceloginforprofiles', '1'),
(222, 'forceloginforprofileimage', '0'),
(223, 'opentowebcrawlers', '0'),
(224, 'allowindexing', '0'),
(225, 'maxbytes', '0'),
(226, 'userquota', '104857600'),
(227, 'allowobjectembed', '0'),
(228, 'enabletrusttext', '0'),
(229, 'maxeditingtime', '1800'),
(230, 'extendedusernamechars', '0'),
(231, 'keeptagnamecase', '1'),
(232, 'profilesforenrolledusersonly', '1'),
(233, 'cronclionly', '1'),
(234, 'cronremotepassword', ''),
(235, 'lockoutthreshold', '0'),
(236, 'lockoutwindow', '1800'),
(237, 'lockoutduration', '1800'),
(238, 'passwordpolicy', '1'),
(239, 'minpasswordlength', '8'),
(240, 'minpassworddigits', '1'),
(241, 'minpasswordlower', '1'),
(242, 'minpasswordupper', '1'),
(243, 'minpasswordnonalphanum', '1'),
(244, 'maxconsecutiveidentchars', '0'),
(245, 'passwordpolicycheckonlogin', '0'),
(246, 'passwordreuselimit', '0'),
(247, 'pwresettime', '1800'),
(248, 'passwordchangelogout', '0'),
(249, 'passwordchangetokendeletion', '0'),
(250, 'tokenduration', '7257600'),
(251, 'groupenrolmentkeypolicy', '1'),
(252, 'disableuserimages', '0'),
(253, 'emailchangeconfirmation', '1'),
(254, 'rememberusername', '2'),
(255, 'strictformsrequired', '0'),
(256, 'cookiesecure', '1'),
(257, 'cookiehttponly', '0'),
(258, 'allowframembedding', '0'),
(259, 'curlsecurityblockedhosts', ''),
(260, 'curlsecurityallowedport', ''),
(261, 'displayloginfailures', '0'),
(262, 'notifyloginfailures', ''),
(263, 'notifyloginthreshold', '10'),
(264, 'themelist', ''),
(265, 'themedesignermode', '0'),
(266, 'allowuserthemes', '0'),
(267, 'allowcoursethemes', '0'),
(268, 'allowcategorythemes', '0'),
(269, 'allowcohortthemes', '0'),
(270, 'allowthemechangeonurl', '0'),
(271, 'allowuserblockhiding', '1'),
(272, 'langmenuinsecurelayout', '0'),
(273, 'logininfoinsecurelayout', '0'),
(274, 'custommenuitems', '-HILMI|http://localhost/moodle/course/index.php?categoryid=2'),
(275, 'customusermenuitems', 'grades,grades|/grade/report/mygrades.php|t/grades\r\nmessages,message|/message/index.php|t/message\r\npreferences,moodle|/user/preferences.php|t/preferences'),
(276, 'enabledevicedetection', '1'),
(277, 'devicedetectregex', '[]'),
(278, 'calendartype', 'gregorian'),
(279, 'calendar_adminseesall', '0'),
(280, 'calendar_site_timeformat', '0'),
(281, 'calendar_startwday', '1'),
(282, 'calendar_weekend', '65'),
(283, 'calendar_lookahead', '21'),
(284, 'calendar_maxevents', '10'),
(285, 'enablecalendarexport', '1'),
(286, 'calendar_customexport', '1'),
(287, 'calendar_exportlookahead', '365'),
(288, 'calendar_exportlookback', '5'),
(289, 'calendar_exportsalt', 'mRueyOHDkPlzTG27vVlYHDntC3b1nskwIMsMGCEawvbidmrqyeyjGhkm1Qtl'),
(290, 'calendar_showicalsource', '1'),
(291, 'useblogassociations', '1'),
(292, 'bloglevel', '4'),
(293, 'useexternalblogs', '1'),
(294, 'externalblogcrontime', '86400'),
(295, 'maxexternalblogsperuser', '1'),
(296, 'blogusecomments', '1'),
(297, 'blogshowcommentscount', '1'),
(298, 'defaulthomepage', '1'),
(299, 'allowguestmymoodle', '1'),
(300, 'navshowfullcoursenames', '0'),
(301, 'navshowcategories', '1'),
(302, 'navshowmycoursecategories', '0'),
(303, 'navshowallcourses', '0'),
(304, 'navsortmycoursessort', 'sortorder'),
(305, 'navsortmycourseshiddenlast', '1'),
(306, 'navcourselimit', '10'),
(307, 'usesitenameforsitepages', '0'),
(308, 'linkadmincategories', '1'),
(309, 'linkcoursesections', '1'),
(310, 'navshowfrontpagemods', '1'),
(311, 'navadduserpostslinks', '1'),
(312, 'formatstringstriptags', '1'),
(313, '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\"}]'),
(314, 'docroot', 'https://docs.moodle.org'),
(315, 'doclang', ''),
(316, 'doctonewwindow', '0'),
(317, 'coursecontactduplicates', '0'),
(318, 'courselistshortnames', '0'),
(319, 'coursesperpage', '20'),
(320, 'courseswithsummarieslimit', '10'),
(321, 'courseoverviewfileslimit', '1'),
(322, 'courseoverviewfilesext', '.jpg,.gif,.png'),
(323, 'coursegraceperiodbefore', '0'),
(324, 'coursegraceperiodafter', '0'),
(325, 'useexternalyui', '0'),
(326, 'yuicomboloading', '1'),
(327, 'cachejs', '1'),
(328, 'modchooserdefault', '1'),
(329, 'additionalhtmlhead', ''),
(330, 'additionalhtmltopofbody', ''),
(331, 'additionalhtmlfooter', ''),
(332, 'cachetemplates', '1'),
(333, 'pathtophp', ''),
(334, 'pathtodu', ''),
(335, 'aspellpath', ''),
(336, 'pathtodot', ''),
(337, 'pathtogs', '/usr/bin/gs'),
(338, 'pathtopython', ''),
(339, 'supportname', 'Admin Utilisateur'),
(340, 'supportemail', ''),
(341, 'supportpage', ''),
(342, 'dbsessions', '0'),
(343, 'sessioncookie', ''),
(344, 'sessioncookiepath', ''),
(345, 'sessioncookiedomain', ''),
(346, 'statsfirstrun', 'none'),
(347, 'statsmaxruntime', '0'),
(348, 'statsruntimedays', '31'),
(349, 'statsuserthreshold', '0'),
(350, 'slasharguments', '1'),
(351, 'getremoteaddrconf', '3'),
(352, 'reverseproxyignore', ''),
(353, 'proxyhost', ''),
(354, 'proxyport', '0'),
(355, 'proxytype', 'HTTP'),
(356, 'proxyuser', ''),
(357, 'proxypassword', ''),
(358, 'proxybypass', 'localhost, 127.0.0.1'),
(359, 'maintenance_enabled', '0'),
(360, 'maintenance_message', ''),
(361, 'deleteunconfirmed', '168'),
(362, 'deleteincompleteusers', '0'),
(363, 'disablegradehistory', '0'),
(364, 'gradehistorylifetime', '0'),
(365, 'tempdatafoldercleanup', '168'),
(366, 'filescleanupperiod', '86400'),
(367, 'extramemorylimit', '512M'),
(368, 'maxtimelimit', '0'),
(369, 'curlcache', '120'),
(370, 'curltimeoutkbitrate', '56'),
(371, 'task_scheduled_concurrency_limit', '3'),
(372, 'task_scheduled_max_runtime', '1800'),
(373, 'task_adhoc_concurrency_limit', '3'),
(374, 'task_adhoc_max_runtime', '1800'),
(375, 'task_logmode', '1'),
(376, 'task_logtostdout', '1'),
(377, 'task_logretention', '2419200'),
(378, 'task_logretainruns', '20'),
(379, 'smtphosts', ''),
(380, 'smtpsecure', ''),
(381, 'smtpauthtype', 'LOGIN'),
(382, 'smtpuser', ''),
(383, 'smtppass', ''),
(384, 'smtpmaxbulk', '1'),
(385, 'allowedemaildomains', ''),
(386, 'sitemailcharset', '0'),
(387, 'allowusermailcharset', '0'),
(388, 'allowattachments', '1'),
(389, 'mailnewline', 'LF'),
(390, 'emailfromvia', '1'),
(391, 'emailsubjectprefix', ''),
(392, 'updateautocheck', '1'),
(393, 'updateminmaturity', '200'),
(394, 'updatenotifybuilds', '0'),
(395, 'dndallowtextandlinks', '0'),
(396, 'pathtosassc', ''),
(397, 'contextlocking', '0'),
(398, 'contextlockappliestoadmin', '1'),
(399, 'forceclean', '0'),
(400, 'enablecourserelativedates', '0'),
(401, 'debug', '0'),
(402, 'debugdisplay', '1'),
(403, 'perfdebug', '7'),
(404, 'debugstringids', '0'),
(405, 'debugvalidators', '0'),
(406, 'debugpageinfo', '0'),
(407, 'profilingenabled', '0'),
(408, 'profilingincluded', ''),
(409, 'profilingexcluded', ''),
(410, 'profilingautofrec', '0'),
(411, 'profilingallowme', '0'),
(412, 'profilingallowall', '0'),
(413, 'profilingslow', '0'),
(414, 'profilinglifetime', '1440'),
(415, 'profilingimportprefix', '(I)'),
(416, 'release', '3.9.12+ (Build: 20220129)'),
(417, 'localcachedirpurged', '1643541487'),
(418, 'scheduledtaskreset', '1643541487'),
(419, 'allversionshash', '509810d5ff678bce3c65c723a8cdd5cee680ba6e'),
(421, 'registrationpending', '0'),
(422, 'branch', '39'),
(423, 'notloggedinroleid', '6'),
(424, 'guestroleid', '6'),
(425, 'defaultuserroleid', '7'),
(426, 'creatornewroleid', '3'),
(427, 'restorernewroleid', '3'),
(428, 'sitepolicyhandler', ''),
(429, 'gradebookroles', '5'),
(430, 'h5plibraryhandler', 'h5plib_v124'),
(431, 'jabberhost', ''),
(432, 'jabberserver', ''),
(433, 'jabberusername', ''),
(434, 'jabberpassword', ''),
(435, 'jabberport', '5222'),
(436, 'airnotifierurl', 'https://messages.moodle.net'),
(437, 'airnotifierport', '443'),
(438, 'airnotifiermobileappname', 'com.moodle.moodlemobile'),
(439, 'airnotifierappname', 'commoodlemoodlemobile'),
(440, 'airnotifieraccesskey', ''),
(441, 'block_course_list_adminview', 'all'),
(442, 'block_course_list_hideallcourseslink', '0'),
(443, 'block_rss_client_num_entries', '5'),
(444, 'block_rss_client_timeout', '30'),
(445, 'block_html_allowcssclasses', '0'),
(446, 'block_online_users_timetosee', '5'),
(447, 'block_online_users_onlinestatushiding', '1'),
(448, 'pathtounoconv', '/usr/bin/unoconv'),
(449, 'filter_censor_badwords', ''),
(450, 'filter_multilang_force_old', '0'),
(451, 'logguests', '1'),
(452, 'loglifetime', '0'),
(453, 'data_enablerssfeeds', '0'),
(454, 'chat_method', 'ajax'),
(455, 'chat_refresh_userlist', '10'),
(456, 'chat_old_ping', '35'),
(457, 'chat_refresh_room', '5'),
(458, 'chat_normal_updatemode', 'jsupdate'),
(459, 'chat_serverhost', 'localhost'),
(460, 'chat_serverip', '127.0.0.1'),
(461, 'chat_serverport', '9111'),
(462, 'chat_servermax', '100'),
(463, 'feedback_allowfullanonymous', '0'),
(464, 'forum_displaymode', '3'),
(465, 'forum_shortpost', '300'),
(466, 'forum_longpost', '600'),
(467, 'forum_manydiscussions', '100'),
(468, 'forum_maxbytes', '512000'),
(469, 'forum_maxattachments', '9'),
(470, 'forum_subscription', '0'),
(471, 'forum_trackingtype', '1'),
(472, 'forum_trackreadposts', '1'),
(473, 'forum_allowforcedreadtracking', '0'),
(474, 'forum_oldpostdays', '14'),
(475, 'forum_usermarksread', '0'),
(476, 'forum_cleanreadtime', '2'),
(477, 'digestmailtime', '17'),
(478, 'forum_enablerssfeeds', '0'),
(479, 'forum_enabletimedposts', '1'),
(480, 'glossary_entbypage', '10'),
(481, 'glossary_dupentries', '0'),
(482, 'glossary_allowcomments', '0'),
(483, 'glossary_linkbydefault', '1'),
(484, 'glossary_defaultapproval', '1'),
(485, 'glossary_enablerssfeeds', '0'),
(486, 'glossary_linkentries', '0'),
(487, 'glossary_casesensitive', '0'),
(488, 'glossary_fullmatch', '0'),
(489, 'profileroles', '5,4,3'),
(490, 'coursecontact', '3'),
(491, 'frontpage', '6'),
(492, 'frontpageloggedin', '6'),
(493, 'maxcategorydepth', '2'),
(494, 'frontpagecourselimit', '200'),
(495, 'commentsperpage', '15'),
(496, 'defaultfrontpageroleid', '8'),
(497, 'messageinbound_enabled', '0'),
(498, 'messageinbound_mailbox', ''),
(499, 'messageinbound_domain', ''),
(500, 'messageinbound_host', ''),
(501, 'messageinbound_hostssl', 'ssl'),
(502, 'messageinbound_hostuser', ''),
(503, 'messageinbound_hostpass', ''),
(504, 'enablemobilewebservice', '0'),
(505, 'mobilecssurl', ''),
(506, 'timezone', 'Europe/Berlin'),
(507, 'registerauth', ''),
(508, 'noreplyaddress', 'mimlih30@gmail.com');

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

--
-- Structure de la table `mdl_config_log`
--

CREATE TABLE `mdl_config_log` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL,
  `oldvalue` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Changes done in server configuration through admin UI' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_config_log`
--

INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(1, 0, 1643501938, NULL, 'enableuserfeedback', '0', NULL),
(2, 0, 1643501938, NULL, 'userfeedback_nextreminder', '1', NULL),
(3, 0, 1643501938, NULL, 'userfeedback_remindafter', '90', NULL),
(4, 0, 1643501938, NULL, 'enableoutcomes', '0', NULL),
(5, 0, 1643501938, NULL, 'usecomments', '1', NULL),
(6, 0, 1643501938, NULL, 'usetags', '1', NULL),
(7, 0, 1643501938, NULL, 'enablenotes', '1', NULL),
(8, 0, 1643501938, NULL, 'enableportfolios', '0', NULL),
(9, 0, 1643501938, NULL, 'enablewebservices', '0', NULL),
(10, 0, 1643501938, NULL, 'enablestats', '0', NULL),
(11, 0, 1643501938, NULL, 'enablerssfeeds', '0', NULL),
(12, 0, 1643501938, NULL, 'enableblogs', '1', NULL),
(13, 0, 1643501938, NULL, 'enablecompletion', '1', NULL),
(14, 0, 1643501938, NULL, 'completiondefault', '1', NULL),
(15, 0, 1643501938, NULL, 'enableavailability', '1', NULL),
(16, 0, 1643501938, NULL, 'enableplagiarism', '0', NULL),
(17, 0, 1643501938, NULL, 'enablebadges', '1', NULL),
(18, 0, 1643501938, NULL, 'enableglobalsearch', '0', NULL),
(19, 0, 1643501938, NULL, 'allowstealth', '0', NULL),
(20, 0, 1643501939, NULL, 'enableanalytics', '1', NULL),
(21, 0, 1643501939, NULL, 'allowemojipicker', '1', NULL),
(22, 0, 1643501939, NULL, 'userfiltersdefault', 'realname', NULL),
(23, 0, 1643501939, NULL, 'defaultpreference_maildisplay', '2', NULL),
(24, 0, 1643501939, NULL, 'defaultpreference_mailformat', '1', NULL),
(25, 0, 1643501939, NULL, 'defaultpreference_maildigest', '0', NULL),
(26, 0, 1643501939, NULL, 'defaultpreference_autosubscribe', '1', NULL),
(27, 0, 1643501939, NULL, 'defaultpreference_trackforums', '0', NULL),
(28, 0, 1643501939, NULL, 'autologinguests', '0', NULL),
(29, 0, 1643501939, NULL, 'hiddenuserfields', '', NULL),
(30, 0, 1643501939, NULL, 'showuseridentity', 'email', NULL),
(31, 0, 1643501939, NULL, 'fullnamedisplay', 'language', NULL),
(32, 0, 1643501939, NULL, 'alternativefullnameformat', 'language', NULL),
(33, 0, 1643501939, NULL, 'maxusersperpage', '100', NULL),
(34, 0, 1643501939, NULL, 'enablegravatar', '0', NULL),
(35, 0, 1643501939, NULL, 'gravatardefaulturl', 'mm', NULL),
(36, 0, 1643501939, NULL, 'agedigitalconsentverification', '0', NULL),
(37, 0, 1643501939, NULL, 'agedigitalconsentmap', '*, 16\r\nAT, 14\r\nBE, 13\r\nBG, 14\r\nCY, 14\r\nCZ, 15\r\nDK, 13\r\nEE, 13\r\nES, 14\r\nFI, 13\r\nFR, 15\r\nGB, 13\r\nGR, 15\r\nIT, 14\r\nLT, 14\r\nLV, 13\r\nMT, 13\r\nNO, 13\r\nPT, 13\r\nSE, 13\r\nUS, 13', NULL),
(38, 0, 1643501939, NULL, 'sitepolicy', '', NULL),
(39, 0, 1643501939, NULL, 'sitepolicyguest', '', NULL),
(40, 0, 1643501939, 'moodlecourse', 'visible', '1', NULL),
(41, 0, 1643501939, 'moodlecourse', 'format', 'topics', NULL),
(42, 0, 1643501939, 'moodlecourse', 'maxsections', '52', NULL),
(43, 0, 1643501939, 'moodlecourse', 'numsections', '4', NULL),
(44, 0, 1643501939, 'moodlecourse', 'hiddensections', '0', NULL),
(45, 0, 1643501939, 'moodlecourse', 'coursedisplay', '0', NULL),
(46, 0, 1643501939, 'moodlecourse', 'courseenddateenabled', '1', NULL),
(47, 0, 1643501940, 'moodlecourse', 'courseduration', '31536000', NULL),
(48, 0, 1643501940, 'moodlecourse', 'lang', '', NULL),
(49, 0, 1643501940, 'moodlecourse', 'newsitems', '5', NULL),
(50, 0, 1643501940, 'moodlecourse', 'showgrades', '1', NULL),
(51, 0, 1643501940, 'moodlecourse', 'showreports', '0', NULL),
(52, 0, 1643501940, 'moodlecourse', 'maxbytes', '0', NULL),
(53, 0, 1643501940, 'moodlecourse', 'enablecompletion', '1', NULL),
(54, 0, 1643501940, 'moodlecourse', 'groupmode', '0', NULL),
(55, 0, 1643501940, 'moodlecourse', 'groupmodeforce', '0', NULL),
(56, 0, 1643501940, NULL, 'enablecourserequests', '1', NULL),
(57, 0, 1643501940, NULL, 'defaultrequestcategory', '1', NULL),
(58, 0, 1643501940, NULL, 'lockrequestcategory', '0', NULL),
(59, 0, 1643501940, NULL, 'courserequestnotify', '', NULL),
(60, 0, 1643501940, NULL, 'activitychoosertabmode', '0', NULL),
(61, 0, 1643501940, 'backup', 'loglifetime', '30', NULL),
(62, 0, 1643501940, 'backup', 'backup_general_users', '1', NULL),
(63, 0, 1643501940, 'backup', 'backup_general_users_locked', '', NULL),
(64, 0, 1643501940, 'backup', 'backup_general_anonymize', '0', NULL),
(65, 0, 1643501940, 'backup', 'backup_general_anonymize_locked', '', NULL),
(66, 0, 1643501940, 'backup', 'backup_general_role_assignments', '1', NULL),
(67, 0, 1643501940, 'backup', 'backup_general_role_assignments_locked', '', NULL),
(68, 0, 1643501940, 'backup', 'backup_general_activities', '1', NULL),
(69, 0, 1643501940, 'backup', 'backup_general_activities_locked', '', NULL),
(70, 0, 1643501940, 'backup', 'backup_general_blocks', '1', NULL),
(71, 0, 1643501940, 'backup', 'backup_general_blocks_locked', '', NULL),
(72, 0, 1643501941, 'backup', 'backup_general_files', '1', NULL),
(73, 0, 1643501941, 'backup', 'backup_general_files_locked', '', NULL),
(74, 0, 1643501941, 'backup', 'backup_general_filters', '1', NULL),
(75, 0, 1643501941, 'backup', 'backup_general_filters_locked', '', NULL),
(76, 0, 1643501941, 'backup', 'backup_general_comments', '1', NULL),
(77, 0, 1643501941, 'backup', 'backup_general_comments_locked', '', NULL),
(78, 0, 1643501941, 'backup', 'backup_general_badges', '1', NULL),
(79, 0, 1643501941, 'backup', 'backup_general_badges_locked', '', NULL),
(80, 0, 1643501941, 'backup', 'backup_general_calendarevents', '1', NULL),
(81, 0, 1643501941, 'backup', 'backup_general_calendarevents_locked', '', NULL),
(82, 0, 1643501941, 'backup', 'backup_general_userscompletion', '1', NULL),
(83, 0, 1643501941, 'backup', 'backup_general_userscompletion_locked', '', NULL),
(84, 0, 1643501941, 'backup', 'backup_general_logs', '0', NULL),
(85, 0, 1643501941, 'backup', 'backup_general_logs_locked', '', NULL),
(86, 0, 1643501941, 'backup', 'backup_general_histories', '0', NULL),
(87, 0, 1643501941, 'backup', 'backup_general_histories_locked', '', NULL),
(88, 0, 1643501941, 'backup', 'backup_general_questionbank', '1', NULL),
(89, 0, 1643501941, 'backup', 'backup_general_questionbank_locked', '', NULL),
(90, 0, 1643501941, 'backup', 'backup_general_groups', '1', NULL),
(91, 0, 1643501941, 'backup', 'backup_general_groups_locked', '', NULL),
(92, 0, 1643501941, 'backup', 'backup_general_competencies', '1', NULL),
(93, 0, 1643501941, 'backup', 'backup_general_competencies_locked', '', NULL),
(94, 0, 1643501941, 'backup', 'backup_general_contentbankcontent', '1', NULL),
(95, 0, 1643501941, 'backup', 'backup_general_contentbankcontent_locked', '', NULL),
(96, 0, 1643501941, 'backup', 'import_general_maxresults', '10', NULL),
(97, 0, 1643501941, 'backup', 'import_general_duplicate_admin_allowed', '0', NULL),
(98, 0, 1643501941, 'backup', 'backup_import_activities', '1', NULL),
(99, 0, 1643501941, 'backup', 'backup_import_activities_locked', '', NULL),
(100, 0, 1643501941, 'backup', 'backup_import_blocks', '1', NULL),
(101, 0, 1643501941, 'backup', 'backup_import_blocks_locked', '', NULL),
(102, 0, 1643501941, 'backup', 'backup_import_filters', '1', NULL),
(103, 0, 1643501942, 'backup', 'backup_import_filters_locked', '', NULL),
(104, 0, 1643501942, 'backup', 'backup_import_calendarevents', '1', NULL),
(105, 0, 1643501942, 'backup', 'backup_import_calendarevents_locked', '', NULL),
(106, 0, 1643501942, 'backup', 'backup_import_questionbank', '1', NULL),
(107, 0, 1643501942, 'backup', 'backup_import_questionbank_locked', '', NULL),
(108, 0, 1643501942, 'backup', 'backup_import_groups', '1', NULL),
(109, 0, 1643501942, 'backup', 'backup_import_groups_locked', '', NULL),
(110, 0, 1643501942, 'backup', 'backup_import_competencies', '1', NULL),
(111, 0, 1643501942, 'backup', 'backup_import_competencies_locked', '', NULL),
(112, 0, 1643501942, 'backup', 'backup_import_contentbankcontent', '1', NULL),
(113, 0, 1643501942, 'backup', 'backup_import_contentbankcontent_locked', '', NULL),
(114, 0, 1643501942, 'backup', 'backup_auto_active', '0', NULL),
(115, 0, 1643501942, 'backup', 'backup_auto_weekdays', '0000000', NULL),
(116, 0, 1643501942, 'backup', 'backup_auto_hour', '0', NULL),
(117, 0, 1643501942, 'backup', 'backup_auto_minute', '0', NULL),
(118, 0, 1643501942, 'backup', 'backup_auto_storage', '0', NULL),
(119, 0, 1643501942, 'backup', 'backup_auto_destination', '', NULL),
(120, 0, 1643501942, 'backup', 'backup_auto_max_kept', '1', NULL),
(121, 0, 1643501942, 'backup', 'backup_auto_delete_days', '0', NULL),
(122, 0, 1643501942, 'backup', 'backup_auto_min_kept', '0', NULL),
(123, 0, 1643501942, 'backup', 'backup_shortname', '0', NULL),
(124, 0, 1643501942, 'backup', 'backup_auto_skip_hidden', '1', NULL),
(125, 0, 1643501942, 'backup', 'backup_auto_skip_modif_days', '30', NULL),
(126, 0, 1643501942, 'backup', 'backup_auto_skip_modif_prev', '0', NULL),
(127, 0, 1643501942, 'backup', 'backup_auto_users', '1', NULL),
(128, 0, 1643501942, 'backup', 'backup_auto_role_assignments', '1', NULL),
(129, 0, 1643501942, 'backup', 'backup_auto_activities', '1', NULL),
(130, 0, 1643501942, 'backup', 'backup_auto_blocks', '1', NULL),
(131, 0, 1643501942, 'backup', 'backup_auto_files', '1', NULL),
(132, 0, 1643501942, 'backup', 'backup_auto_filters', '1', NULL),
(133, 0, 1643501942, 'backup', 'backup_auto_comments', '1', NULL),
(134, 0, 1643501942, 'backup', 'backup_auto_badges', '1', NULL),
(135, 0, 1643501942, 'backup', 'backup_auto_calendarevents', '1', NULL),
(136, 0, 1643501942, 'backup', 'backup_auto_userscompletion', '1', NULL),
(137, 0, 1643501942, 'backup', 'backup_auto_logs', '0', NULL),
(138, 0, 1643501942, 'backup', 'backup_auto_histories', '0', NULL),
(139, 0, 1643501942, 'backup', 'backup_auto_questionbank', '1', NULL),
(140, 0, 1643501943, 'backup', 'backup_auto_groups', '1', NULL),
(141, 0, 1643501943, 'backup', 'backup_auto_competencies', '1', NULL),
(142, 0, 1643501943, 'backup', 'backup_auto_contentbankcontent', '1', NULL),
(143, 0, 1643501943, 'restore', 'restore_general_users', '1', NULL),
(144, 0, 1643501943, 'restore', 'restore_general_users_locked', '', NULL),
(145, 0, 1643501943, 'restore', 'restore_general_enrolments', '1', NULL),
(146, 0, 1643501943, 'restore', 'restore_general_enrolments_locked', '', NULL),
(147, 0, 1643501943, 'restore', 'restore_general_role_assignments', '1', NULL),
(148, 0, 1643501943, 'restore', 'restore_general_role_assignments_locked', '', NULL),
(149, 0, 1643501943, 'restore', 'restore_general_activities', '1', NULL),
(150, 0, 1643501943, 'restore', 'restore_general_activities_locked', '', NULL),
(151, 0, 1643501943, 'restore', 'restore_general_blocks', '1', NULL),
(152, 0, 1643501943, 'restore', 'restore_general_blocks_locked', '', NULL),
(153, 0, 1643501943, 'restore', 'restore_general_filters', '1', NULL),
(154, 0, 1643501943, 'restore', 'restore_general_filters_locked', '', NULL),
(155, 0, 1643501943, 'restore', 'restore_general_comments', '1', NULL),
(156, 0, 1643501943, 'restore', 'restore_general_comments_locked', '', NULL),
(157, 0, 1643501943, 'restore', 'restore_general_badges', '1', NULL),
(158, 0, 1643501943, 'restore', 'restore_general_badges_locked', '', NULL),
(159, 0, 1643501943, 'restore', 'restore_general_calendarevents', '1', NULL),
(160, 0, 1643501943, 'restore', 'restore_general_calendarevents_locked', '', NULL),
(161, 0, 1643501943, 'restore', 'restore_general_userscompletion', '1', NULL),
(162, 0, 1643501943, 'restore', 'restore_general_userscompletion_locked', '', NULL),
(163, 0, 1643501943, 'restore', 'restore_general_logs', '1', NULL),
(164, 0, 1643501943, 'restore', 'restore_general_logs_locked', '', NULL),
(165, 0, 1643501943, 'restore', 'restore_general_histories', '1', NULL),
(166, 0, 1643501943, 'restore', 'restore_general_histories_locked', '', NULL),
(167, 0, 1643501943, 'restore', 'restore_general_groups', '1', NULL),
(168, 0, 1643501943, 'restore', 'restore_general_groups_locked', '', NULL),
(169, 0, 1643501943, 'restore', 'restore_general_competencies', '1', NULL),
(170, 0, 1643501943, 'restore', 'restore_general_competencies_locked', '', NULL),
(171, 0, 1643501943, 'restore', 'restore_general_contentbankcontent', '1', NULL),
(172, 0, 1643501944, 'restore', 'restore_general_contentbankcontent_locked', '', NULL),
(173, 0, 1643501944, 'restore', 'restore_merge_overwrite_conf', '0', NULL),
(174, 0, 1643501944, 'restore', 'restore_merge_overwrite_conf_locked', '', NULL),
(175, 0, 1643501944, 'restore', 'restore_merge_course_fullname', '1', NULL),
(176, 0, 1643501944, 'restore', 'restore_merge_course_fullname_locked', '', NULL),
(177, 0, 1643501944, 'restore', 'restore_merge_course_shortname', '1', NULL),
(178, 0, 1643501944, 'restore', 'restore_merge_course_shortname_locked', '', NULL),
(179, 0, 1643501944, 'restore', 'restore_merge_course_startdate', '1', NULL),
(180, 0, 1643501944, 'restore', 'restore_merge_course_startdate_locked', '', NULL),
(181, 0, 1643501944, 'restore', 'restore_replace_overwrite_conf', '0', NULL),
(182, 0, 1643501944, 'restore', 'restore_replace_overwrite_conf_locked', '', NULL),
(183, 0, 1643501944, 'restore', 'restore_replace_course_fullname', '1', NULL),
(184, 0, 1643501944, 'restore', 'restore_replace_course_fullname_locked', '', NULL),
(185, 0, 1643501944, 'restore', 'restore_replace_course_shortname', '1', NULL),
(186, 0, 1643501944, 'restore', 'restore_replace_course_shortname_locked', '', NULL),
(187, 0, 1643501944, 'restore', 'restore_replace_course_startdate', '1', NULL),
(188, 0, 1643501944, 'restore', 'restore_replace_course_startdate_locked', '', NULL),
(189, 0, 1643501944, 'restore', 'restore_replace_keep_roles_and_enrolments', '0', NULL),
(190, 0, 1643501944, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', '', NULL),
(191, 0, 1643501944, 'restore', 'restore_replace_keep_groups_and_groupings', '0', NULL),
(192, 0, 1643501944, 'restore', 'restore_replace_keep_groups_and_groupings_locked', '', NULL),
(193, 0, 1643501944, NULL, 'enableasyncbackup', '0', NULL),
(194, 0, 1643501944, 'backup', 'backup_async_message_users', '0', NULL),
(195, 0, 1643501944, 'backup', 'backup_async_message_subject', '{operation} de Moodle terminée correctement', NULL),
(196, 0, 1643501944, 'backup', 'backup_async_message', 'Bonjour {user_firstname},<br />Votre {operation} (ID : {backupid}) s\'est terminée correctement.<br /><br />Vous pouvez la trouver ici : {link}.', NULL),
(197, 0, 1643501944, NULL, 'grade_profilereport', 'user', NULL),
(198, 0, 1643501944, NULL, 'grade_aggregationposition', '1', NULL),
(199, 0, 1643501944, NULL, 'grade_includescalesinaggregation', '1', NULL),
(200, 0, 1643501944, NULL, 'grade_hiddenasdate', '0', NULL),
(201, 0, 1643501944, NULL, 'gradepublishing', '0', NULL),
(202, 0, 1643501944, NULL, 'grade_export_exportfeedback', '0', NULL),
(203, 0, 1643501945, NULL, 'grade_export_displaytype', '1', NULL),
(204, 0, 1643501945, NULL, 'grade_export_decimalpoints', '2', NULL),
(205, 0, 1643501945, NULL, 'grade_navmethod', '1', NULL),
(206, 0, 1643501945, NULL, 'grade_export_userprofilefields', 'firstname,lastname,idnumber,institution,department,email', NULL),
(207, 0, 1643501945, NULL, 'grade_export_customprofilefields', '', NULL),
(208, 0, 1643501945, NULL, 'recovergradesdefault', '0', NULL),
(209, 0, 1643501945, NULL, 'gradeexport', '', NULL),
(210, 0, 1643501945, NULL, 'unlimitedgrades', '0', NULL),
(211, 0, 1643501945, NULL, 'grade_report_showmin', '1', NULL),
(212, 0, 1643501945, NULL, 'gradepointmax', '100', NULL),
(213, 0, 1643501945, NULL, 'gradepointdefault', '100', NULL),
(214, 0, 1643501945, NULL, 'grade_minmaxtouse', '1', NULL),
(215, 0, 1643501945, NULL, 'grade_mygrades_report', 'overview', NULL),
(216, 0, 1643501945, NULL, 'gradereport_mygradeurl', '', NULL),
(217, 0, 1643501945, NULL, 'grade_hideforcedsettings', '1', NULL),
(218, 0, 1643501945, NULL, 'grade_aggregation', '13', NULL),
(219, 0, 1643501945, NULL, 'grade_aggregation_flag', '0', NULL),
(220, 0, 1643501945, NULL, 'grade_aggregations_visible', '13', NULL),
(221, 0, 1643501945, NULL, 'grade_aggregateonlygraded', '1', NULL),
(222, 0, 1643501945, NULL, 'grade_aggregateonlygraded_flag', '2', NULL),
(223, 0, 1643501945, NULL, 'grade_aggregateoutcomes', '0', NULL),
(224, 0, 1643501945, NULL, 'grade_aggregateoutcomes_flag', '2', NULL),
(225, 0, 1643501945, NULL, 'grade_keephigh', '0', NULL),
(226, 0, 1643501945, NULL, 'grade_keephigh_flag', '3', NULL),
(227, 0, 1643501945, NULL, 'grade_droplow', '0', NULL),
(228, 0, 1643501945, NULL, 'grade_droplow_flag', '2', NULL),
(229, 0, 1643501945, NULL, 'grade_overridecat', '1', NULL),
(230, 0, 1643501945, NULL, 'grade_displaytype', '1', NULL),
(231, 0, 1643501945, NULL, 'grade_decimalpoints', '2', NULL),
(232, 0, 1643501946, NULL, 'grade_item_advanced', 'iteminfo,idnumber,gradepass,plusfactor,multfactor,display,decimals,hiddenuntil,locktime', NULL),
(233, 0, 1643501946, NULL, 'grade_report_studentsperpage', '100', NULL),
(234, 0, 1643501946, NULL, 'grade_report_showonlyactiveenrol', '1', NULL),
(235, 0, 1643501946, NULL, 'grade_report_quickgrading', '1', NULL),
(236, 0, 1643501946, NULL, 'grade_report_showquickfeedback', '0', NULL),
(237, 0, 1643501946, NULL, 'grade_report_meanselection', '1', NULL),
(238, 0, 1643501946, NULL, 'grade_report_enableajax', '0', NULL),
(239, 0, 1643501946, NULL, 'grade_report_showcalculations', '1', NULL),
(240, 0, 1643501946, NULL, 'grade_report_showeyecons', '0', NULL),
(241, 0, 1643501946, NULL, 'grade_report_showaverages', '1', NULL),
(242, 0, 1643501946, NULL, 'grade_report_showlocks', '0', NULL),
(243, 0, 1643501946, NULL, 'grade_report_showranges', '0', NULL),
(244, 0, 1643501946, NULL, 'grade_report_showanalysisicon', '1', NULL),
(245, 0, 1643501946, NULL, 'grade_report_showuserimage', '1', NULL),
(246, 0, 1643501946, NULL, 'grade_report_showactivityicons', '1', NULL),
(247, 0, 1643501946, NULL, 'grade_report_shownumberofgrades', '0', NULL),
(248, 0, 1643501946, NULL, 'grade_report_averagesdisplaytype', 'inherit', NULL),
(249, 0, 1643501946, NULL, 'grade_report_rangesdisplaytype', 'inherit', NULL),
(250, 0, 1643501946, NULL, 'grade_report_averagesdecimalpoints', 'inherit', NULL),
(251, 0, 1643501946, NULL, 'grade_report_rangesdecimalpoints', 'inherit', NULL),
(252, 0, 1643501946, NULL, 'grade_report_historyperpage', '50', NULL),
(253, 0, 1643501946, NULL, 'grade_report_overview_showrank', '0', NULL),
(254, 0, 1643501946, NULL, 'grade_report_overview_showtotalsifcontainhidden', '0', NULL),
(255, 0, 1643501946, NULL, 'grade_report_user_showrank', '0', NULL),
(256, 0, 1643501946, NULL, 'grade_report_user_showpercentage', '1', NULL),
(257, 0, 1643501946, NULL, 'grade_report_user_showgrade', '1', NULL),
(258, 0, 1643501946, NULL, 'grade_report_user_showfeedback', '1', NULL),
(259, 0, 1643501946, NULL, 'grade_report_user_showrange', '1', NULL),
(260, 0, 1643501947, NULL, 'grade_report_user_showweight', '1', NULL),
(261, 0, 1643501947, NULL, 'grade_report_user_showaverage', '0', NULL),
(262, 0, 1643501947, NULL, 'grade_report_user_showlettergrade', '0', NULL),
(263, 0, 1643501947, NULL, 'grade_report_user_rangedecimals', '0', NULL),
(264, 0, 1643501947, NULL, 'grade_report_user_showhiddenitems', '1', NULL),
(265, 0, 1643501947, NULL, 'grade_report_user_showtotalsifcontainhidden', '0', NULL),
(266, 0, 1643501947, NULL, 'grade_report_user_showcontributiontocoursetotal', '1', NULL),
(267, 0, 1643501947, 'analytics', 'modeinstruction', '', NULL),
(268, 0, 1643501947, 'analytics', 'percentonline', '0', NULL),
(269, 0, 1643501947, 'analytics', 'typeinstitution', '', NULL),
(270, 0, 1643501947, 'analytics', 'levelinstitution', '', NULL),
(271, 0, 1643501947, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor', NULL),
(272, 0, 1643501947, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range', NULL),
(273, 0, 1643501947, 'analytics', 'modeloutputdir', '', NULL),
(274, 0, 1643501947, 'analytics', 'onlycli', '1', NULL),
(275, 0, 1643501947, 'analytics', 'modeltimelimit', '1200', NULL),
(276, 0, 1643501947, 'core_competency', 'enabled', '1', NULL),
(277, 0, 1643501947, 'core_competency', 'pushcourseratingstouserplans', '1', NULL),
(278, 0, 1643501947, NULL, 'badges_defaultissuername', '', NULL),
(279, 0, 1643501947, NULL, 'badges_defaultissuercontact', '', NULL),
(280, 0, 1643501947, NULL, 'badges_badgesalt', 'badges1643501891', NULL),
(281, 0, 1643501947, NULL, 'badges_allowcoursebadges', '1', NULL),
(282, 0, 1643501947, NULL, 'badges_allowexternalbackpack', '1', NULL),
(283, 0, 1643501947, NULL, 'rememberuserlicensepref', '1', NULL),
(284, 0, 1643501949, NULL, 'timezone', 'Europe/Berlin', NULL),
(285, 0, 1643501952, NULL, 'forcetimezone', '99', NULL),
(286, 0, 1643501952, NULL, 'country', '0', NULL),
(287, 0, 1643501952, NULL, 'defaultcity', '', NULL),
(288, 0, 1643501952, NULL, 'geoip2file', 'H:\\Xampp\\moodledata/geoip/GeoLite2-City.mmdb', NULL),
(289, 0, 1643501952, NULL, 'googlemapkey3', '', NULL),
(290, 0, 1643501952, NULL, 'allcountrycodes', '', NULL),
(291, 0, 1643501952, NULL, 'autolang', '1', NULL),
(292, 0, 1643501952, NULL, 'lang', 'fr', NULL),
(293, 0, 1643501952, NULL, 'langmenu', '1', NULL),
(294, 0, 1643501952, NULL, 'langlist', '', NULL),
(295, 0, 1643501952, NULL, 'langcache', '1', NULL),
(296, 0, 1643501952, NULL, 'langstringcache', '1', NULL),
(297, 0, 1643501952, NULL, 'locale', '', NULL),
(298, 0, 1643501952, NULL, 'latinexcelexport', '0', NULL),
(299, 0, 1643501952, NULL, 'messaging', '1', NULL),
(300, 0, 1643501952, NULL, 'messagingallusers', '0', NULL),
(301, 0, 1643501952, NULL, 'messagingdefaultpressenter', '1', NULL),
(302, 0, 1643501952, NULL, 'messagingdeletereadnotificationsdelay', '604800', NULL),
(303, 0, 1643501952, NULL, 'messagingdeleteallnotificationsdelay', '2620800', NULL),
(304, 0, 1643501952, NULL, 'messagingallowemailoverride', '0', NULL),
(305, 0, 1643501952, NULL, 'registerauth', '', NULL),
(306, 0, 1643501952, NULL, 'authloginviaemail', '0', NULL),
(307, 0, 1643501953, NULL, 'allowaccountssameemail', '0', NULL),
(308, 0, 1643501953, NULL, 'authpreventaccountcreation', '0', NULL),
(309, 0, 1643501953, NULL, 'loginpageautofocus', '0', NULL),
(310, 0, 1643501953, NULL, 'guestloginbutton', '1', NULL),
(311, 0, 1643501953, NULL, 'limitconcurrentlogins', '0', NULL),
(312, 0, 1643501953, NULL, 'alternateloginurl', '', NULL),
(313, 0, 1643501953, NULL, 'forgottenpasswordurl', '', NULL),
(314, 0, 1643501953, NULL, 'auth_instructions', '', NULL),
(315, 0, 1643501953, NULL, 'allowemailaddresses', '', NULL),
(316, 0, 1643501953, NULL, 'denyemailaddresses', '', NULL),
(317, 0, 1643501953, NULL, 'verifychangedemail', '1', NULL),
(318, 0, 1643501953, NULL, 'recaptchapublickey', '', NULL),
(319, 0, 1643501953, NULL, 'recaptchaprivatekey', '', NULL),
(320, 0, 1643501953, 'cachestore_apcu', 'testperformance', '0', NULL),
(321, 0, 1643501953, 'cachestore_memcached', 'testservers', '', NULL),
(322, 0, 1643501953, 'cachestore_mongodb', 'testserver', '', NULL),
(323, 0, 1643501953, 'cachestore_redis', 'test_server', '', NULL),
(324, 0, 1643501953, 'cachestore_redis', 'test_password', '', NULL),
(325, 0, 1643501953, NULL, 'repositorycacheexpire', '120', NULL),
(326, 0, 1643501953, NULL, 'repositorygetfiletimeout', '30', NULL),
(327, 0, 1643501953, NULL, 'repositorysyncfiletimeout', '1', NULL),
(328, 0, 1643501953, NULL, 'repositorysyncimagetimeout', '3', NULL),
(329, 0, 1643501953, NULL, 'repositoryallowexternallinks', '1', NULL),
(330, 0, 1643501953, NULL, 'legacyfilesinnewcourses', '0', NULL),
(331, 0, 1643501953, NULL, 'legacyfilesaddallowed', '1', NULL),
(332, 0, 1643501953, NULL, 'filteruploadedfiles', '0', NULL),
(333, 0, 1643501953, NULL, 'filtermatchoneperpage', '0', NULL),
(334, 0, 1643501954, NULL, 'filtermatchonepertext', '0', NULL),
(335, 0, 1643501954, NULL, 'media_default_width', '400', NULL),
(336, 0, 1643501954, NULL, 'media_default_height', '300', NULL),
(337, 0, 1643501954, NULL, 'requiremodintro', '0', NULL),
(338, 0, 1643501954, NULL, 'portfolio_moderate_filesize_threshold', '1048576', NULL),
(339, 0, 1643501954, NULL, 'portfolio_high_filesize_threshold', '5242880', NULL),
(340, 0, 1643501954, NULL, 'portfolio_moderate_db_threshold', '20', NULL),
(341, 0, 1643501954, NULL, 'portfolio_high_db_threshold', '50', NULL),
(342, 0, 1643501954, NULL, 'searchengine', 'simpledb', NULL),
(343, 0, 1643501954, NULL, 'searchindexwhendisabled', '0', NULL),
(344, 0, 1643501954, NULL, 'searchindextime', '600', NULL),
(345, 0, 1643501954, NULL, 'searchallavailablecourses', '0', NULL),
(346, 0, 1643501954, NULL, 'searchincludeallcourses', '0', NULL),
(347, 0, 1643501954, NULL, 'searchenablecategories', '0', NULL),
(348, 0, 1643501954, NULL, 'searchdefaultcategory', 'core-all', NULL),
(349, 0, 1643501954, NULL, 'searchhideallcategory', '0', NULL),
(350, 0, 1643501954, NULL, 'enablewsdocumentation', '0', NULL),
(351, 0, 1643501954, 'question_preview', 'behaviour', 'deferredfeedback', NULL),
(352, 0, 1643501954, 'question_preview', 'correctness', '1', NULL),
(353, 0, 1643501954, 'question_preview', 'marks', '2', NULL),
(354, 0, 1643501954, 'question_preview', 'markdp', '2', NULL),
(355, 0, 1643501954, 'question_preview', 'feedback', '1', NULL),
(356, 0, 1643501955, 'question_preview', 'generalfeedback', '1', NULL),
(357, 0, 1643501955, 'question_preview', 'rightanswer', '1', NULL),
(358, 0, 1643501955, 'question_preview', 'history', '0', NULL),
(359, 0, 1643501955, NULL, 'allowbeforeblock', '0', NULL),
(360, 0, 1643501955, NULL, 'allowedip', '', NULL),
(361, 0, 1643501955, NULL, 'blockedip', '', NULL),
(362, 0, 1643501955, NULL, 'protectusernames', '1', NULL),
(363, 0, 1643501955, NULL, 'forcelogin', '0', NULL),
(364, 0, 1643501955, NULL, 'forceloginforprofiles', '1', NULL),
(365, 0, 1643501955, NULL, 'forceloginforprofileimage', '0', NULL),
(366, 0, 1643501955, NULL, 'opentowebcrawlers', '0', NULL),
(367, 0, 1643501955, NULL, 'allowindexing', '0', NULL),
(368, 0, 1643501955, NULL, 'maxbytes', '0', NULL),
(369, 0, 1643501955, NULL, 'userquota', '104857600', NULL),
(370, 0, 1643501955, NULL, 'allowobjectembed', '0', NULL),
(371, 0, 1643501955, NULL, 'enabletrusttext', '0', NULL),
(372, 0, 1643501955, NULL, 'maxeditingtime', '1800', NULL),
(373, 0, 1643501955, NULL, 'extendedusernamechars', '0', NULL),
(374, 0, 1643501955, NULL, 'keeptagnamecase', '1', NULL),
(375, 0, 1643501955, NULL, 'profilesforenrolledusersonly', '1', NULL),
(376, 0, 1643501955, NULL, 'cronclionly', '1', NULL),
(377, 0, 1643501955, NULL, 'cronremotepassword', '', NULL),
(378, 0, 1643501955, 'tool_task', 'enablerunnow', '1', NULL),
(379, 0, 1643501955, NULL, 'lockoutthreshold', '0', NULL),
(380, 0, 1643501955, NULL, 'lockoutwindow', '1800', NULL),
(381, 0, 1643501955, NULL, 'lockoutduration', '1800', NULL),
(382, 0, 1643501955, NULL, 'passwordpolicy', '1', NULL),
(383, 0, 1643501955, NULL, 'minpasswordlength', '8', NULL),
(384, 0, 1643501955, NULL, 'minpassworddigits', '1', NULL),
(385, 0, 1643501955, NULL, 'minpasswordlower', '1', NULL),
(386, 0, 1643501955, NULL, 'minpasswordupper', '1', NULL),
(387, 0, 1643501955, NULL, 'minpasswordnonalphanum', '1', NULL),
(388, 0, 1643501956, NULL, 'maxconsecutiveidentchars', '0', NULL),
(389, 0, 1643501956, NULL, 'passwordpolicycheckonlogin', '0', NULL),
(390, 0, 1643501956, NULL, 'passwordreuselimit', '0', NULL),
(391, 0, 1643501956, NULL, 'pwresettime', '1800', NULL),
(392, 0, 1643501956, NULL, 'passwordchangelogout', '0', NULL),
(393, 0, 1643501956, NULL, 'passwordchangetokendeletion', '0', NULL),
(394, 0, 1643501956, NULL, 'tokenduration', '7257600', NULL),
(395, 0, 1643501956, NULL, 'groupenrolmentkeypolicy', '1', NULL),
(396, 0, 1643501956, NULL, 'disableuserimages', '0', NULL),
(397, 0, 1643501956, NULL, 'emailchangeconfirmation', '1', NULL),
(398, 0, 1643501956, NULL, 'rememberusername', '2', NULL),
(399, 0, 1643501956, NULL, 'strictformsrequired', '0', NULL),
(400, 0, 1643501956, NULL, 'cookiesecure', '1', NULL),
(401, 0, 1643501956, NULL, 'cookiehttponly', '0', NULL),
(402, 0, 1643501956, NULL, 'allowframembedding', '0', NULL),
(403, 0, 1643501956, NULL, 'curlsecurityblockedhosts', '', NULL),
(404, 0, 1643501956, NULL, 'curlsecurityallowedport', '', NULL),
(405, 0, 1643501956, NULL, 'displayloginfailures', '0', NULL),
(406, 0, 1643501956, NULL, 'notifyloginfailures', '', NULL),
(407, 0, 1643501956, NULL, 'notifyloginthreshold', '10', NULL),
(408, 0, 1643501956, NULL, 'themelist', '', NULL),
(409, 0, 1643501956, NULL, 'themedesignermode', '0', NULL),
(410, 0, 1643501956, NULL, 'allowuserthemes', '0', NULL),
(411, 0, 1643501956, NULL, 'allowcoursethemes', '0', NULL),
(412, 0, 1643501956, NULL, 'allowcategorythemes', '0', NULL),
(413, 0, 1643501956, NULL, 'allowcohortthemes', '0', NULL),
(414, 0, 1643501957, NULL, 'allowthemechangeonurl', '0', NULL),
(415, 0, 1643501957, NULL, 'allowuserblockhiding', '1', NULL),
(416, 0, 1643501957, NULL, 'langmenuinsecurelayout', '0', NULL),
(417, 0, 1643501957, NULL, 'logininfoinsecurelayout', '0', NULL),
(418, 0, 1643501957, NULL, 'custommenuitems', '', NULL),
(419, 0, 1643501957, NULL, 'customusermenuitems', 'grades,grades|/grade/report/mygrades.php|t/grades\nmessages,message|/message/index.php|t/message\npreferences,moodle|/user/preferences.php|t/preferences', NULL),
(420, 0, 1643501957, NULL, 'enabledevicedetection', '1', NULL),
(421, 0, 1643501957, NULL, 'devicedetectregex', '[]', NULL),
(422, 0, 1643501957, 'theme_boost', 'preset', 'default.scss', NULL),
(423, 0, 1643501957, 'theme_boost', 'presetfiles', '', NULL),
(424, 0, 1643501957, 'theme_boost', 'backgroundimage', '', NULL),
(425, 0, 1643501957, 'theme_boost', 'brandcolor', '', NULL),
(426, 0, 1643501957, 'theme_boost', 'scsspre', '', NULL),
(427, 0, 1643501957, 'theme_boost', 'scss', '', NULL),
(428, 0, 1643501957, 'theme_classic', 'navbardark', '0', NULL),
(429, 0, 1643501957, 'theme_classic', 'preset', 'default.scss', NULL),
(430, 0, 1643501957, 'theme_classic', 'presetfiles', '', NULL),
(431, 0, 1643501957, 'theme_classic', 'backgroundimage', '', NULL),
(432, 0, 1643501957, 'theme_classic', 'brandcolor', '', NULL),
(433, 0, 1643501957, 'theme_classic', 'scsspre', '', NULL),
(434, 0, 1643501957, 'theme_classic', 'scss', '', NULL),
(435, 0, 1643501957, 'core_admin', 'logo', '', NULL),
(436, 0, 1643501957, 'core_admin', 'logocompact', '', NULL),
(437, 0, 1643501957, 'core_admin', 'coursecolor1', '#81ecec', NULL),
(438, 0, 1643501957, 'core_admin', 'coursecolor2', '#74b9ff', NULL),
(439, 0, 1643501957, 'core_admin', 'coursecolor3', '#a29bfe', NULL),
(440, 0, 1643501957, 'core_admin', 'coursecolor4', '#dfe6e9', NULL),
(441, 0, 1643501957, 'core_admin', 'coursecolor5', '#00b894', NULL),
(442, 0, 1643501957, 'core_admin', 'coursecolor6', '#0984e3', NULL),
(443, 0, 1643501957, 'core_admin', 'coursecolor7', '#b2bec3', NULL),
(444, 0, 1643501957, 'core_admin', 'coursecolor8', '#fdcb6e', NULL),
(445, 0, 1643501957, 'core_admin', 'coursecolor9', '#fd79a8', NULL),
(446, 0, 1643501958, 'core_admin', 'coursecolor10', '#6c5ce7', NULL),
(447, 0, 1643501958, NULL, 'calendartype', 'gregorian', NULL),
(448, 0, 1643501958, NULL, 'calendar_adminseesall', '0', NULL),
(449, 0, 1643501958, NULL, 'calendar_site_timeformat', '0', NULL),
(450, 0, 1643501958, NULL, 'calendar_startwday', '1', NULL),
(451, 0, 1643501958, NULL, 'calendar_weekend', '65', NULL),
(452, 0, 1643501958, NULL, 'calendar_lookahead', '21', NULL),
(453, 0, 1643501958, NULL, 'calendar_maxevents', '10', NULL),
(454, 0, 1643501958, NULL, 'enablecalendarexport', '1', NULL),
(455, 0, 1643501958, NULL, 'calendar_customexport', '1', NULL),
(456, 0, 1643501958, NULL, 'calendar_exportlookahead', '365', NULL),
(457, 0, 1643501958, NULL, 'calendar_exportlookback', '5', NULL),
(458, 0, 1643501958, NULL, 'calendar_exportsalt', '8yauczABhafBLnxzZq8CduJ4tlVa6ZBxMoghODHwSsx22etztBnkfxHK4yYY', NULL),
(459, 0, 1643501958, NULL, 'calendar_showicalsource', '1', NULL),
(460, 0, 1643501958, NULL, 'useblogassociations', '1', NULL),
(461, 0, 1643501958, NULL, 'bloglevel', '4', NULL),
(462, 0, 1643501958, NULL, 'useexternalblogs', '1', NULL),
(463, 0, 1643501958, NULL, 'externalblogcrontime', '86400', NULL),
(464, 0, 1643501958, NULL, 'maxexternalblogsperuser', '1', NULL),
(465, 0, 1643501958, NULL, 'blogusecomments', '1', NULL),
(466, 0, 1643501958, NULL, 'blogshowcommentscount', '1', NULL),
(467, 0, 1643501958, NULL, 'defaulthomepage', '1', NULL),
(468, 0, 1643501958, NULL, 'allowguestmymoodle', '1', NULL),
(469, 0, 1643501958, NULL, 'navshowfullcoursenames', '0', NULL),
(470, 0, 1643501958, NULL, 'navshowcategories', '1', NULL),
(471, 0, 1643501958, NULL, 'navshowmycoursecategories', '0', NULL),
(472, 0, 1643501959, NULL, 'navshowallcourses', '0', NULL),
(473, 0, 1643501959, NULL, 'navsortmycoursessort', 'sortorder', NULL),
(474, 0, 1643501959, NULL, 'navsortmycourseshiddenlast', '1', NULL),
(475, 0, 1643501959, NULL, 'navcourselimit', '10', NULL),
(476, 0, 1643501959, NULL, 'usesitenameforsitepages', '0', NULL),
(477, 0, 1643501959, NULL, 'linkadmincategories', '1', NULL),
(478, 0, 1643501959, NULL, 'linkcoursesections', '1', NULL),
(479, 0, 1643501959, NULL, 'navshowfrontpagemods', '1', NULL),
(480, 0, 1643501959, NULL, 'navadduserpostslinks', '1', NULL),
(481, 0, 1643501959, NULL, 'formatstringstriptags', '1', NULL),
(482, 0, 1643501959, 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),
(483, 0, 1643501959, NULL, 'docroot', 'https://docs.moodle.org', NULL),
(484, 0, 1643501959, NULL, 'doclang', '', NULL),
(485, 0, 1643501959, NULL, 'doctonewwindow', '0', NULL),
(486, 0, 1643501959, NULL, 'coursecontactduplicates', '0', NULL),
(487, 0, 1643501959, NULL, 'courselistshortnames', '0', NULL),
(488, 0, 1643501959, NULL, 'coursesperpage', '20', NULL),
(489, 0, 1643501959, NULL, 'courseswithsummarieslimit', '10', NULL),
(490, 0, 1643501959, NULL, 'courseoverviewfileslimit', '1', NULL),
(491, 0, 1643501959, NULL, 'courseoverviewfilesext', '.jpg,.gif,.png', NULL),
(492, 0, 1643501959, NULL, 'coursegraceperiodbefore', '0', NULL),
(493, 0, 1643501959, NULL, 'coursegraceperiodafter', '0', NULL),
(494, 0, 1643501959, NULL, 'useexternalyui', '0', NULL),
(495, 0, 1643501959, NULL, 'yuicomboloading', '1', NULL),
(496, 0, 1643501959, NULL, 'cachejs', '1', NULL),
(497, 0, 1643501960, NULL, 'modchooserdefault', '1', NULL),
(498, 0, 1643501960, NULL, 'additionalhtmlhead', '', NULL),
(499, 0, 1643501960, NULL, 'additionalhtmltopofbody', '', NULL),
(500, 0, 1643501960, NULL, 'additionalhtmlfooter', '', NULL),
(501, 0, 1643501960, NULL, 'cachetemplates', '1', NULL),
(502, 0, 1643501960, NULL, 'pathtophp', '', NULL),
(503, 0, 1643501960, NULL, 'pathtodu', '', NULL),
(504, 0, 1643501960, NULL, 'aspellpath', '', NULL),
(505, 0, 1643501960, NULL, 'pathtodot', '', NULL),
(506, 0, 1643501960, NULL, 'pathtogs', '/usr/bin/gs', NULL),
(507, 0, 1643501960, NULL, 'pathtopython', '', NULL),
(508, 0, 1643501960, NULL, 'supportname', 'Admin Utilisateur', NULL),
(509, 0, 1643501960, NULL, 'supportemail', '', NULL),
(510, 0, 1643501960, NULL, 'supportpage', '', NULL),
(511, 0, 1643501960, NULL, 'dbsessions', '0', NULL),
(512, 0, 1643501960, NULL, 'sessioncookie', '', NULL),
(513, 0, 1643501960, NULL, 'sessioncookiepath', '', NULL),
(514, 0, 1643501960, NULL, 'sessioncookiedomain', '', NULL),
(515, 0, 1643501960, NULL, 'statsfirstrun', 'none', NULL),
(516, 0, 1643501960, NULL, 'statsmaxruntime', '0', NULL),
(517, 0, 1643501960, NULL, 'statsruntimedays', '31', NULL),
(518, 0, 1643501960, NULL, 'statsuserthreshold', '0', NULL),
(519, 0, 1643501960, NULL, 'slasharguments', '1', NULL),
(520, 0, 1643501961, NULL, 'getremoteaddrconf', '3', NULL),
(521, 0, 1643501961, NULL, 'reverseproxyignore', '', NULL),
(522, 0, 1643501961, NULL, 'proxyhost', '', NULL),
(523, 0, 1643501961, NULL, 'proxyport', '0', NULL),
(524, 0, 1643501961, NULL, 'proxytype', 'HTTP', NULL),
(525, 0, 1643501961, NULL, 'proxyuser', '', NULL),
(526, 0, 1643501961, NULL, 'proxypassword', '', NULL),
(527, 0, 1643501961, NULL, 'proxybypass', 'localhost, 127.0.0.1', NULL),
(528, 0, 1643501961, NULL, 'maintenance_enabled', '0', NULL),
(529, 0, 1643501961, NULL, 'maintenance_message', '', NULL),
(530, 0, 1643501961, NULL, 'deleteunconfirmed', '168', NULL),
(531, 0, 1643501961, NULL, 'deleteincompleteusers', '0', NULL),
(532, 0, 1643501961, NULL, 'disablegradehistory', '0', NULL),
(533, 0, 1643501961, NULL, 'gradehistorylifetime', '0', NULL),
(534, 0, 1643501961, NULL, 'tempdatafoldercleanup', '168', NULL),
(535, 0, 1643501961, NULL, 'filescleanupperiod', '86400', NULL),
(536, 0, 1643501961, NULL, 'extramemorylimit', '512M', NULL),
(537, 0, 1643501961, NULL, 'maxtimelimit', '0', NULL),
(538, 0, 1643501961, NULL, 'curlcache', '120', NULL),
(539, 0, 1643501961, NULL, 'curltimeoutkbitrate', '56', NULL),
(540, 0, 1643501961, NULL, 'task_scheduled_concurrency_limit', '3', NULL),
(541, 0, 1643501961, NULL, 'task_scheduled_max_runtime', '1800', NULL),
(542, 0, 1643501961, NULL, 'task_adhoc_concurrency_limit', '3', NULL),
(543, 0, 1643501961, NULL, 'task_adhoc_max_runtime', '1800', NULL),
(544, 0, 1643501962, NULL, 'task_logmode', '1', NULL),
(545, 0, 1643501962, NULL, 'task_logtostdout', '1', NULL),
(546, 0, 1643501962, NULL, 'task_logretention', '2419200', NULL),
(547, 0, 1643501962, NULL, 'task_logretainruns', '20', NULL),
(548, 0, 1643501962, NULL, 'smtphosts', '', NULL),
(549, 0, 1643501962, NULL, 'smtpsecure', '', NULL),
(550, 0, 1643501962, NULL, 'smtpauthtype', 'LOGIN', NULL),
(551, 0, 1643501962, NULL, 'smtpuser', '', NULL),
(552, 0, 1643501962, NULL, 'smtppass', '', NULL),
(553, 0, 1643501962, NULL, 'smtpmaxbulk', '1', NULL),
(554, 0, 1643501962, NULL, 'allowedemaildomains', '', NULL),
(555, 0, 1643501962, NULL, 'sitemailcharset', '0', NULL),
(556, 0, 1643501962, NULL, 'allowusermailcharset', '0', NULL),
(557, 0, 1643501962, NULL, 'allowattachments', '1', NULL),
(558, 0, 1643501962, NULL, 'mailnewline', 'LF', NULL),
(559, 0, 1643501962, NULL, 'emailfromvia', '1', NULL),
(560, 0, 1643501962, NULL, 'emailsubjectprefix', '', NULL),
(561, 0, 1643501962, NULL, 'updateautocheck', '1', NULL),
(562, 0, 1643501962, NULL, 'updateminmaturity', '200', NULL),
(563, 0, 1643501962, NULL, 'updatenotifybuilds', '0', NULL),
(564, 0, 1643501962, NULL, 'dndallowtextandlinks', '0', NULL),
(565, 0, 1643501962, NULL, 'pathtosassc', '', NULL),
(566, 0, 1643501963, NULL, 'contextlocking', '0', NULL),
(567, 0, 1643501963, NULL, 'contextlockappliestoadmin', '1', NULL),
(568, 0, 1643501963, NULL, 'forceclean', '0', NULL),
(569, 0, 1643501963, NULL, 'enablecourserelativedates', '0', NULL),
(570, 0, 1643501963, NULL, 'debug', '0', NULL),
(571, 0, 1643501963, NULL, 'debugdisplay', '1', NULL),
(572, 0, 1643501963, NULL, 'perfdebug', '7', NULL),
(573, 0, 1643501963, NULL, 'debugstringids', '0', NULL),
(574, 0, 1643501963, NULL, 'debugvalidators', '0', NULL),
(575, 0, 1643501963, NULL, 'debugpageinfo', '0', NULL),
(576, 0, 1643501963, NULL, 'profilingenabled', '0', NULL),
(577, 0, 1643501963, NULL, 'profilingincluded', '', NULL),
(578, 0, 1643501963, NULL, 'profilingexcluded', '', NULL),
(579, 0, 1643501963, NULL, 'profilingautofrec', '0', NULL),
(580, 0, 1643501963, NULL, 'profilingallowme', '0', NULL),
(581, 0, 1643501963, NULL, 'profilingallowall', '0', NULL),
(582, 0, 1643501963, NULL, 'profilingslow', '0', NULL),
(583, 0, 1643501963, NULL, 'profilinglifetime', '1440', NULL),
(584, 0, 1643501963, NULL, 'profilingimportprefix', '(I)', NULL),
(585, 0, 1643501977, NULL, 'calendar_exportsalt', 'mRueyOHDkPlzTG27vVlYHDntC3b1nskwIMsMGCEawvbidmrqyeyjGhkm1Qtl', '8yauczABhafBLnxzZq8CduJ4tlVa6ZBxMoghODHwSsx22etztBnkfxHK4yYY'),
(586, 0, 1643502129, 'activitynames', 'filter_active', '1', ''),
(587, 0, 1643502131, 'displayh5p', 'filter_active', '1', ''),
(588, 0, 1643502132, 'emoticon', 'filter_active', '1', ''),
(589, 0, 1643502133, 'mathjaxloader', 'filter_active', '1', ''),
(590, 0, 1643502133, 'mediaplugin', 'filter_active', '1', ''),
(591, 0, 1643502135, 'urltolink', 'filter_active', '1', ''),
(592, 2, 1643502568, NULL, 'notloggedinroleid', '6', NULL),
(593, 2, 1643502568, NULL, 'guestroleid', '6', NULL),
(594, 2, 1643502568, NULL, 'defaultuserroleid', '7', NULL),
(595, 2, 1643502568, NULL, 'creatornewroleid', '3', NULL),
(596, 2, 1643502568, NULL, 'restorernewroleid', '3', NULL),
(597, 2, 1643502568, 'tool_log', 'exportlog', '1', NULL),
(598, 2, 1643502568, 'tool_dataprivacy', 'contactdataprotectionofficer', '0', NULL),
(599, 2, 1643502568, 'tool_dataprivacy', 'automaticdataexportapproval', '0', NULL),
(600, 2, 1643502568, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0', NULL),
(601, 2, 1643502568, 'tool_dataprivacy', 'automaticdeletionrequests', '1', NULL),
(602, 2, 1643502568, 'tool_dataprivacy', 'privacyrequestexpiry', '604800', NULL),
(603, 2, 1643502568, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1', NULL),
(604, 2, 1643502568, 'tool_dataprivacy', 'showdataretentionsummary', '1', NULL),
(605, 2, 1643502568, NULL, 'sitepolicyhandler', '', NULL),
(606, 2, 1643502568, NULL, 'gradebookroles', '5', NULL),
(607, 2, 1643502568, 'analytics', 'logstore', 'logstore_standard', NULL),
(608, 2, 1643502568, NULL, 'h5plibraryhandler', 'h5plib_v124', NULL),
(609, 2, 1643502568, NULL, 'jabberhost', '', NULL),
(610, 2, 1643502568, NULL, 'jabberserver', '', NULL),
(611, 2, 1643502568, NULL, 'jabberusername', '', NULL),
(612, 2, 1643502568, NULL, 'jabberpassword', '', NULL),
(613, 2, 1643502568, NULL, 'jabberport', '5222', NULL),
(614, 2, 1643502568, NULL, 'airnotifierurl', 'https://messages.moodle.net', NULL),
(615, 2, 1643502568, NULL, 'airnotifierport', '443', NULL),
(616, 2, 1643502568, NULL, 'airnotifiermobileappname', 'com.moodle.moodlemobile', NULL),
(617, 2, 1643502568, NULL, 'airnotifierappname', 'commoodlemoodlemobile', NULL),
(618, 2, 1643502568, NULL, 'airnotifieraccesskey', '', NULL),
(619, 2, 1643502568, 'auth_mnet', 'rpc_negotiation_timeout', '30', NULL),
(620, 2, 1643502568, 'auth_email', 'recaptcha', '0', NULL),
(621, 2, 1643502569, 'auth_email', 'field_lock_firstname', 'unlocked', NULL),
(622, 2, 1643502569, 'auth_email', 'field_lock_lastname', 'unlocked', NULL),
(623, 2, 1643502569, 'auth_email', 'field_lock_email', 'unlocked', NULL),
(624, 2, 1643502569, 'auth_email', 'field_lock_city', 'unlocked', NULL),
(625, 2, 1643502569, 'auth_email', 'field_lock_country', 'unlocked', NULL),
(626, 2, 1643502569, 'auth_email', 'field_lock_lang', 'unlocked', NULL),
(627, 2, 1643502569, 'auth_email', 'field_lock_description', 'unlocked', NULL),
(628, 2, 1643502569, 'auth_email', 'field_lock_url', 'unlocked', NULL),
(629, 2, 1643502569, 'auth_email', 'field_lock_idnumber', 'unlocked', NULL),
(630, 2, 1643502569, 'auth_email', 'field_lock_institution', 'unlocked', NULL),
(631, 2, 1643502569, 'auth_email', 'field_lock_department', 'unlocked', NULL),
(632, 2, 1643502569, 'auth_email', 'field_lock_phone1', 'unlocked', NULL),
(633, 2, 1643502569, 'auth_email', 'field_lock_phone2', 'unlocked', NULL),
(634, 2, 1643502569, 'auth_email', 'field_lock_address', 'unlocked', NULL),
(635, 2, 1643502569, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(636, 2, 1643502569, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(637, 2, 1643502569, 'auth_email', 'field_lock_middlename', 'unlocked', NULL),
(638, 2, 1643502569, 'auth_email', 'field_lock_alternatename', 'unlocked', NULL),
(639, 2, 1643502569, 'auth_db', 'host', '127.0.0.1', NULL),
(640, 2, 1643502569, 'auth_db', 'type', 'mysqli', NULL),
(641, 2, 1643502569, 'auth_db', 'sybasequoting', '0', NULL),
(642, 2, 1643502569, 'auth_db', 'name', '', NULL),
(643, 2, 1643502569, 'auth_db', 'user', '', NULL),
(644, 2, 1643502569, 'auth_db', 'pass', '', NULL),
(645, 2, 1643502569, 'auth_db', 'table', '', NULL),
(646, 2, 1643502569, 'auth_db', 'fielduser', '', NULL),
(647, 2, 1643502569, 'auth_db', 'fieldpass', '', NULL),
(648, 2, 1643502569, 'auth_db', 'passtype', 'plaintext', NULL),
(649, 2, 1643502569, 'auth_db', 'extencoding', 'utf-8', NULL),
(650, 2, 1643502569, 'auth_db', 'setupsql', '', NULL),
(651, 2, 1643502569, 'auth_db', 'debugauthdb', '0', NULL),
(652, 2, 1643502569, 'auth_db', 'changepasswordurl', '', NULL),
(653, 2, 1643502569, 'auth_db', 'removeuser', '0', NULL),
(654, 2, 1643502569, 'auth_db', 'updateusers', '0', NULL),
(655, 2, 1643502569, 'auth_db', 'field_map_firstname', '', NULL),
(656, 2, 1643502569, 'auth_db', 'field_updatelocal_firstname', 'oncreate', NULL),
(657, 2, 1643502569, 'auth_db', 'field_updateremote_firstname', '0', NULL),
(658, 2, 1643502569, 'auth_db', 'field_lock_firstname', 'unlocked', NULL),
(659, 2, 1643502569, 'auth_db', 'field_map_lastname', '', NULL),
(660, 2, 1643502569, 'auth_db', 'field_updatelocal_lastname', 'oncreate', NULL),
(661, 2, 1643502570, 'auth_db', 'field_updateremote_lastname', '0', NULL),
(662, 2, 1643502570, 'auth_db', 'field_lock_lastname', 'unlocked', NULL),
(663, 2, 1643502570, 'auth_db', 'field_map_email', '', NULL),
(664, 2, 1643502570, 'auth_db', 'field_updatelocal_email', 'oncreate', NULL),
(665, 2, 1643502570, 'auth_db', 'field_updateremote_email', '0', NULL),
(666, 2, 1643502570, 'auth_db', 'field_lock_email', 'unlocked', NULL),
(667, 2, 1643502570, 'auth_db', 'field_map_city', '', NULL),
(668, 2, 1643502570, 'auth_db', 'field_updatelocal_city', 'oncreate', NULL),
(669, 2, 1643502570, 'auth_db', 'field_updateremote_city', '0', NULL),
(670, 2, 1643502570, 'auth_db', 'field_lock_city', 'unlocked', NULL),
(671, 2, 1643502570, 'auth_db', 'field_map_country', '', NULL),
(672, 2, 1643502570, 'auth_db', 'field_updatelocal_country', 'oncreate', NULL),
(673, 2, 1643502570, 'auth_db', 'field_updateremote_country', '0', NULL),
(674, 2, 1643502570, 'auth_db', 'field_lock_country', 'unlocked', NULL),
(675, 2, 1643502570, 'auth_db', 'field_map_lang', '', NULL),
(676, 2, 1643502570, 'auth_db', 'field_updatelocal_lang', 'oncreate', NULL),
(677, 2, 1643502570, 'auth_db', 'field_updateremote_lang', '0', NULL),
(678, 2, 1643502570, 'auth_db', 'field_lock_lang', 'unlocked', NULL),
(679, 2, 1643502570, 'auth_db', 'field_map_description', '', NULL),
(680, 2, 1643502570, 'auth_db', 'field_updatelocal_description', 'oncreate', NULL),
(681, 2, 1643502570, 'auth_db', 'field_updateremote_description', '0', NULL),
(682, 2, 1643502570, 'auth_db', 'field_lock_description', 'unlocked', NULL),
(683, 2, 1643502570, 'auth_db', 'field_map_url', '', NULL),
(684, 2, 1643502570, 'auth_db', 'field_updatelocal_url', 'oncreate', NULL),
(685, 2, 1643502570, 'auth_db', 'field_updateremote_url', '0', NULL),
(686, 2, 1643502570, 'auth_db', 'field_lock_url', 'unlocked', NULL),
(687, 2, 1643502570, 'auth_db', 'field_map_idnumber', '', NULL),
(688, 2, 1643502570, 'auth_db', 'field_updatelocal_idnumber', 'oncreate', NULL),
(689, 2, 1643502570, 'auth_db', 'field_updateremote_idnumber', '0', NULL),
(690, 2, 1643502570, 'auth_db', 'field_lock_idnumber', 'unlocked', NULL),
(691, 2, 1643502570, 'auth_db', 'field_map_institution', '', NULL),
(692, 2, 1643502570, 'auth_db', 'field_updatelocal_institution', 'oncreate', NULL),
(693, 2, 1643502570, 'auth_db', 'field_updateremote_institution', '0', NULL),
(694, 2, 1643502570, 'auth_db', 'field_lock_institution', 'unlocked', NULL),
(695, 2, 1643502570, 'auth_db', 'field_map_department', '', NULL),
(696, 2, 1643502570, 'auth_db', 'field_updatelocal_department', 'oncreate', NULL);
INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(697, 2, 1643502570, 'auth_db', 'field_updateremote_department', '0', NULL),
(698, 2, 1643502570, 'auth_db', 'field_lock_department', 'unlocked', NULL),
(699, 2, 1643502570, 'auth_db', 'field_map_phone1', '', NULL),
(700, 2, 1643502570, 'auth_db', 'field_updatelocal_phone1', 'oncreate', NULL),
(701, 2, 1643502570, 'auth_db', 'field_updateremote_phone1', '0', NULL),
(702, 2, 1643502570, 'auth_db', 'field_lock_phone1', 'unlocked', NULL),
(703, 2, 1643502570, 'auth_db', 'field_map_phone2', '', NULL),
(704, 2, 1643502570, 'auth_db', 'field_updatelocal_phone2', 'oncreate', NULL),
(705, 2, 1643502570, 'auth_db', 'field_updateremote_phone2', '0', NULL),
(706, 2, 1643502571, 'auth_db', 'field_lock_phone2', 'unlocked', NULL),
(707, 2, 1643502571, 'auth_db', 'field_map_address', '', NULL),
(708, 2, 1643502571, 'auth_db', 'field_updatelocal_address', 'oncreate', NULL),
(709, 2, 1643502571, 'auth_db', 'field_updateremote_address', '0', NULL),
(710, 2, 1643502571, 'auth_db', 'field_lock_address', 'unlocked', NULL),
(711, 2, 1643502571, 'auth_db', 'field_map_firstnamephonetic', '', NULL),
(712, 2, 1643502571, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(713, 2, 1643502571, 'auth_db', 'field_updateremote_firstnamephonetic', '0', NULL),
(714, 2, 1643502571, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(715, 2, 1643502571, 'auth_db', 'field_map_lastnamephonetic', '', NULL),
(716, 2, 1643502571, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(717, 2, 1643502571, 'auth_db', 'field_updateremote_lastnamephonetic', '0', NULL),
(718, 2, 1643502571, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(719, 2, 1643502571, 'auth_db', 'field_map_middlename', '', NULL),
(720, 2, 1643502571, 'auth_db', 'field_updatelocal_middlename', 'oncreate', NULL),
(721, 2, 1643502571, 'auth_db', 'field_updateremote_middlename', '0', NULL),
(722, 2, 1643502571, 'auth_db', 'field_lock_middlename', 'unlocked', NULL),
(723, 2, 1643502571, 'auth_db', 'field_map_alternatename', '', NULL),
(724, 2, 1643502571, 'auth_db', 'field_updatelocal_alternatename', 'oncreate', NULL),
(725, 2, 1643502571, 'auth_db', 'field_updateremote_alternatename', '0', NULL),
(726, 2, 1643502571, 'auth_db', 'field_lock_alternatename', 'unlocked', NULL),
(727, 2, 1643502571, 'auth_manual', 'expiration', '0', NULL),
(728, 2, 1643502571, 'auth_manual', 'expirationtime', '30', NULL),
(729, 2, 1643502571, 'auth_manual', 'expiration_warning', '0', NULL),
(730, 2, 1643502571, 'auth_manual', 'field_lock_firstname', 'unlocked', NULL),
(731, 2, 1643502571, 'auth_manual', 'field_lock_lastname', 'unlocked', NULL),
(732, 2, 1643502571, 'auth_manual', 'field_lock_email', 'unlocked', NULL),
(733, 2, 1643502571, 'auth_manual', 'field_lock_city', 'unlocked', NULL),
(734, 2, 1643502571, 'auth_manual', 'field_lock_country', 'unlocked', NULL),
(735, 2, 1643502571, 'auth_manual', 'field_lock_lang', 'unlocked', NULL),
(736, 2, 1643502571, 'auth_manual', 'field_lock_description', 'unlocked', NULL),
(737, 2, 1643502571, 'auth_manual', 'field_lock_url', 'unlocked', NULL),
(738, 2, 1643502571, 'auth_manual', 'field_lock_idnumber', 'unlocked', NULL),
(739, 2, 1643502571, 'auth_manual', 'field_lock_institution', 'unlocked', NULL),
(740, 2, 1643502571, 'auth_manual', 'field_lock_department', 'unlocked', NULL),
(741, 2, 1643502571, 'auth_manual', 'field_lock_phone1', 'unlocked', NULL),
(742, 2, 1643502571, 'auth_manual', 'field_lock_phone2', 'unlocked', NULL),
(743, 2, 1643502571, 'auth_manual', 'field_lock_address', 'unlocked', NULL),
(744, 2, 1643502571, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(745, 2, 1643502572, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(746, 2, 1643502572, 'auth_manual', 'field_lock_middlename', 'unlocked', NULL),
(747, 2, 1643502572, 'auth_manual', 'field_lock_alternatename', 'unlocked', NULL),
(748, 2, 1643502572, 'auth_oauth2', 'field_lock_firstname', 'unlocked', NULL),
(749, 2, 1643502572, 'auth_oauth2', 'field_lock_lastname', 'unlocked', NULL),
(750, 2, 1643502572, 'auth_oauth2', 'field_lock_email', 'unlocked', NULL),
(751, 2, 1643502572, 'auth_oauth2', 'field_lock_city', 'unlocked', NULL),
(752, 2, 1643502572, 'auth_oauth2', 'field_lock_country', 'unlocked', NULL),
(753, 2, 1643502572, 'auth_oauth2', 'field_lock_lang', 'unlocked', NULL),
(754, 2, 1643502572, 'auth_oauth2', 'field_lock_description', 'unlocked', NULL),
(755, 2, 1643502572, 'auth_oauth2', 'field_lock_url', 'unlocked', NULL),
(756, 2, 1643502572, 'auth_oauth2', 'field_lock_idnumber', 'unlocked', NULL),
(757, 2, 1643502572, 'auth_oauth2', 'field_lock_institution', 'unlocked', NULL),
(758, 2, 1643502572, 'auth_oauth2', 'field_lock_department', 'unlocked', NULL),
(759, 2, 1643502572, 'auth_oauth2', 'field_lock_phone1', 'unlocked', NULL),
(760, 2, 1643502572, 'auth_oauth2', 'field_lock_phone2', 'unlocked', NULL),
(761, 2, 1643502572, 'auth_oauth2', 'field_lock_address', 'unlocked', NULL),
(762, 2, 1643502572, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(763, 2, 1643502572, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(764, 2, 1643502572, 'auth_oauth2', 'field_lock_middlename', 'unlocked', NULL),
(765, 2, 1643502572, 'auth_oauth2', 'field_lock_alternatename', 'unlocked', NULL),
(766, 2, 1643502572, 'auth_none', 'field_lock_firstname', 'unlocked', NULL),
(767, 2, 1643502572, 'auth_none', 'field_lock_lastname', 'unlocked', NULL),
(768, 2, 1643502572, 'auth_none', 'field_lock_email', 'unlocked', NULL),
(769, 2, 1643502572, 'auth_none', 'field_lock_city', 'unlocked', NULL),
(770, 2, 1643502572, 'auth_none', 'field_lock_country', 'unlocked', NULL),
(771, 2, 1643502572, 'auth_none', 'field_lock_lang', 'unlocked', NULL),
(772, 2, 1643502572, 'auth_none', 'field_lock_description', 'unlocked', NULL),
(773, 2, 1643502572, 'auth_none', 'field_lock_url', 'unlocked', NULL),
(774, 2, 1643502572, 'auth_none', 'field_lock_idnumber', 'unlocked', NULL),
(775, 2, 1643502572, 'auth_none', 'field_lock_institution', 'unlocked', NULL),
(776, 2, 1643502572, 'auth_none', 'field_lock_department', 'unlocked', NULL),
(777, 2, 1643502572, 'auth_none', 'field_lock_phone1', 'unlocked', NULL),
(778, 2, 1643502572, 'auth_none', 'field_lock_phone2', 'unlocked', NULL),
(779, 2, 1643502572, 'auth_none', 'field_lock_address', 'unlocked', NULL),
(780, 2, 1643502572, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(781, 2, 1643502572, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(782, 2, 1643502572, 'auth_none', 'field_lock_middlename', 'unlocked', NULL),
(783, 2, 1643502572, 'auth_none', 'field_lock_alternatename', 'unlocked', NULL),
(784, 2, 1643502572, 'auth_cas', 'field_map_firstname', '', NULL),
(785, 2, 1643502572, 'auth_cas', 'field_updatelocal_firstname', 'oncreate', NULL),
(786, 2, 1643502572, 'auth_cas', 'field_updateremote_firstname', '0', NULL),
(787, 2, 1643502572, 'auth_cas', 'field_lock_firstname', 'unlocked', NULL),
(788, 2, 1643502572, 'auth_cas', 'field_map_lastname', '', NULL),
(789, 2, 1643502572, 'auth_cas', 'field_updatelocal_lastname', 'oncreate', NULL),
(790, 2, 1643502572, 'auth_cas', 'field_updateremote_lastname', '0', NULL),
(791, 2, 1643502572, 'auth_cas', 'field_lock_lastname', 'unlocked', NULL),
(792, 2, 1643502573, 'auth_cas', 'field_map_email', '', NULL),
(793, 2, 1643502573, 'auth_cas', 'field_updatelocal_email', 'oncreate', NULL),
(794, 2, 1643502573, 'auth_cas', 'field_updateremote_email', '0', NULL),
(795, 2, 1643502573, 'auth_cas', 'field_lock_email', 'unlocked', NULL),
(796, 2, 1643502573, 'auth_cas', 'field_map_city', '', NULL),
(797, 2, 1643502573, 'auth_cas', 'field_updatelocal_city', 'oncreate', NULL),
(798, 2, 1643502573, 'auth_cas', 'field_updateremote_city', '0', NULL),
(799, 2, 1643502573, 'auth_cas', 'field_lock_city', 'unlocked', NULL),
(800, 2, 1643502573, 'auth_cas', 'field_map_country', '', NULL),
(801, 2, 1643502573, 'auth_cas', 'field_updatelocal_country', 'oncreate', NULL),
(802, 2, 1643502573, 'auth_cas', 'field_updateremote_country', '0', NULL),
(803, 2, 1643502573, 'auth_cas', 'field_lock_country', 'unlocked', NULL),
(804, 2, 1643502573, 'auth_cas', 'field_map_lang', '', NULL),
(805, 2, 1643502573, 'auth_cas', 'field_updatelocal_lang', 'oncreate', NULL),
(806, 2, 1643502573, 'auth_cas', 'field_updateremote_lang', '0', NULL),
(807, 2, 1643502573, 'auth_cas', 'field_lock_lang', 'unlocked', NULL),
(808, 2, 1643502573, 'auth_cas', 'field_map_description', '', NULL),
(809, 2, 1643502573, 'auth_cas', 'field_updatelocal_description', 'oncreate', NULL),
(810, 2, 1643502573, 'auth_cas', 'field_updateremote_description', '0', NULL),
(811, 2, 1643502573, 'auth_cas', 'field_lock_description', 'unlocked', NULL),
(812, 2, 1643502573, 'auth_cas', 'field_map_url', '', NULL),
(813, 2, 1643502573, 'auth_cas', 'field_updatelocal_url', 'oncreate', NULL),
(814, 2, 1643502573, 'auth_cas', 'field_updateremote_url', '0', NULL),
(815, 2, 1643502573, 'auth_cas', 'field_lock_url', 'unlocked', NULL),
(816, 2, 1643502573, 'auth_cas', 'field_map_idnumber', '', NULL),
(817, 2, 1643502573, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate', NULL),
(818, 2, 1643502573, 'auth_cas', 'field_updateremote_idnumber', '0', NULL),
(819, 2, 1643502573, 'auth_cas', 'field_lock_idnumber', 'unlocked', NULL),
(820, 2, 1643502573, 'auth_cas', 'field_map_institution', '', NULL),
(821, 2, 1643502573, 'auth_cas', 'field_updatelocal_institution', 'oncreate', NULL),
(822, 2, 1643502573, 'auth_cas', 'field_updateremote_institution', '0', NULL),
(823, 2, 1643502573, 'auth_cas', 'field_lock_institution', 'unlocked', NULL),
(824, 2, 1643502573, 'auth_cas', 'field_map_department', '', NULL),
(825, 2, 1643502573, 'auth_cas', 'field_updatelocal_department', 'oncreate', NULL),
(826, 2, 1643502573, 'auth_cas', 'field_updateremote_department', '0', NULL),
(827, 2, 1643502573, 'auth_cas', 'field_lock_department', 'unlocked', NULL),
(828, 2, 1643502573, 'auth_cas', 'field_map_phone1', '', NULL),
(829, 2, 1643502573, 'auth_cas', 'field_updatelocal_phone1', 'oncreate', NULL),
(830, 2, 1643502573, 'auth_cas', 'field_updateremote_phone1', '0', NULL),
(831, 2, 1643502573, 'auth_cas', 'field_lock_phone1', 'unlocked', NULL),
(832, 2, 1643502573, 'auth_cas', 'field_map_phone2', '', NULL),
(833, 2, 1643502573, 'auth_cas', 'field_updatelocal_phone2', 'oncreate', NULL),
(834, 2, 1643502573, 'auth_cas', 'field_updateremote_phone2', '0', NULL),
(835, 2, 1643502573, 'auth_cas', 'field_lock_phone2', 'unlocked', NULL),
(836, 2, 1643502573, 'auth_cas', 'field_map_address', '', NULL),
(837, 2, 1643502573, 'auth_cas', 'field_updatelocal_address', 'oncreate', NULL),
(838, 2, 1643502573, 'auth_cas', 'field_updateremote_address', '0', NULL),
(839, 2, 1643502573, 'auth_cas', 'field_lock_address', 'unlocked', NULL),
(840, 2, 1643502573, 'auth_cas', 'field_map_firstnamephonetic', '', NULL),
(841, 2, 1643502573, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(842, 2, 1643502573, 'auth_cas', 'field_updateremote_firstnamephonetic', '0', NULL),
(843, 2, 1643502573, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(844, 2, 1643502573, 'auth_cas', 'field_map_lastnamephonetic', '', NULL),
(845, 2, 1643502573, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(846, 2, 1643502574, 'auth_cas', 'field_updateremote_lastnamephonetic', '0', NULL),
(847, 2, 1643502574, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(848, 2, 1643502574, 'auth_cas', 'field_map_middlename', '', NULL),
(849, 2, 1643502574, 'auth_cas', 'field_updatelocal_middlename', 'oncreate', NULL),
(850, 2, 1643502574, 'auth_cas', 'field_updateremote_middlename', '0', NULL),
(851, 2, 1643502574, 'auth_cas', 'field_lock_middlename', 'unlocked', NULL),
(852, 2, 1643502574, 'auth_cas', 'field_map_alternatename', '', NULL),
(853, 2, 1643502574, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate', NULL),
(854, 2, 1643502574, 'auth_cas', 'field_updateremote_alternatename', '0', NULL),
(855, 2, 1643502574, 'auth_cas', 'field_lock_alternatename', 'unlocked', NULL),
(856, 2, 1643502574, 'auth_ldap', 'field_map_firstname', '', NULL),
(857, 2, 1643502574, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate', NULL),
(858, 2, 1643502574, 'auth_ldap', 'field_updateremote_firstname', '0', NULL),
(859, 2, 1643502574, 'auth_ldap', 'field_lock_firstname', 'unlocked', NULL),
(860, 2, 1643502574, 'auth_ldap', 'field_map_lastname', '', NULL),
(861, 2, 1643502574, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate', NULL),
(862, 2, 1643502574, 'auth_ldap', 'field_updateremote_lastname', '0', NULL),
(863, 2, 1643502574, 'auth_ldap', 'field_lock_lastname', 'unlocked', NULL),
(864, 2, 1643502574, 'auth_ldap', 'field_map_email', '', NULL),
(865, 2, 1643502574, 'auth_ldap', 'field_updatelocal_email', 'oncreate', NULL),
(866, 2, 1643502574, 'auth_ldap', 'field_updateremote_email', '0', NULL),
(867, 2, 1643502574, 'auth_ldap', 'field_lock_email', 'unlocked', NULL),
(868, 2, 1643502574, 'auth_ldap', 'field_map_city', '', NULL),
(869, 2, 1643502574, 'auth_ldap', 'field_updatelocal_city', 'oncreate', NULL),
(870, 2, 1643502574, 'auth_ldap', 'field_updateremote_city', '0', NULL),
(871, 2, 1643502574, 'auth_ldap', 'field_lock_city', 'unlocked', NULL),
(872, 2, 1643502574, 'auth_ldap', 'field_map_country', '', NULL),
(873, 2, 1643502574, 'auth_ldap', 'field_updatelocal_country', 'oncreate', NULL),
(874, 2, 1643502574, 'auth_ldap', 'field_updateremote_country', '0', NULL),
(875, 2, 1643502574, 'auth_ldap', 'field_lock_country', 'unlocked', NULL),
(876, 2, 1643502574, 'auth_ldap', 'field_map_lang', '', NULL),
(877, 2, 1643502574, 'auth_ldap', 'field_updatelocal_lang', 'oncreate', NULL),
(878, 2, 1643502574, 'auth_ldap', 'field_updateremote_lang', '0', NULL),
(879, 2, 1643502574, 'auth_ldap', 'field_lock_lang', 'unlocked', NULL),
(880, 2, 1643502574, 'auth_ldap', 'field_map_description', '', NULL),
(881, 2, 1643502574, 'auth_ldap', 'field_updatelocal_description', 'oncreate', NULL),
(882, 2, 1643502574, 'auth_ldap', 'field_updateremote_description', '0', NULL),
(883, 2, 1643502574, 'auth_ldap', 'field_lock_description', 'unlocked', NULL),
(884, 2, 1643502574, 'auth_ldap', 'field_map_url', '', NULL),
(885, 2, 1643502574, 'auth_ldap', 'field_updatelocal_url', 'oncreate', NULL),
(886, 2, 1643502574, 'auth_ldap', 'field_updateremote_url', '0', NULL),
(887, 2, 1643502574, 'auth_ldap', 'field_lock_url', 'unlocked', NULL),
(888, 2, 1643502574, 'auth_ldap', 'field_map_idnumber', '', NULL),
(889, 2, 1643502574, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate', NULL),
(890, 2, 1643502574, 'auth_ldap', 'field_updateremote_idnumber', '0', NULL),
(891, 2, 1643502574, 'auth_ldap', 'field_lock_idnumber', 'unlocked', NULL),
(892, 2, 1643502574, 'auth_ldap', 'field_map_institution', '', NULL),
(893, 2, 1643502574, 'auth_ldap', 'field_updatelocal_institution', 'oncreate', NULL),
(894, 2, 1643502574, 'auth_ldap', 'field_updateremote_institution', '0', NULL),
(895, 2, 1643502575, 'auth_ldap', 'field_lock_institution', 'unlocked', NULL),
(896, 2, 1643502575, 'auth_ldap', 'field_map_department', '', NULL),
(897, 2, 1643502575, 'auth_ldap', 'field_updatelocal_department', 'oncreate', NULL),
(898, 2, 1643502575, 'auth_ldap', 'field_updateremote_department', '0', NULL),
(899, 2, 1643502575, 'auth_ldap', 'field_lock_department', 'unlocked', NULL),
(900, 2, 1643502575, 'auth_ldap', 'field_map_phone1', '', NULL),
(901, 2, 1643502575, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate', NULL),
(902, 2, 1643502575, 'auth_ldap', 'field_updateremote_phone1', '0', NULL),
(903, 2, 1643502575, 'auth_ldap', 'field_lock_phone1', 'unlocked', NULL),
(904, 2, 1643502575, 'auth_ldap', 'field_map_phone2', '', NULL),
(905, 2, 1643502575, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate', NULL),
(906, 2, 1643502575, 'auth_ldap', 'field_updateremote_phone2', '0', NULL),
(907, 2, 1643502575, 'auth_ldap', 'field_lock_phone2', 'unlocked', NULL),
(908, 2, 1643502575, 'auth_ldap', 'field_map_address', '', NULL),
(909, 2, 1643502575, 'auth_ldap', 'field_updatelocal_address', 'oncreate', NULL),
(910, 2, 1643502575, 'auth_ldap', 'field_updateremote_address', '0', NULL),
(911, 2, 1643502575, 'auth_ldap', 'field_lock_address', 'unlocked', NULL),
(912, 2, 1643502575, 'auth_ldap', 'field_map_firstnamephonetic', '', NULL),
(913, 2, 1643502575, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(914, 2, 1643502575, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0', NULL),
(915, 2, 1643502575, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(916, 2, 1643502575, 'auth_ldap', 'field_map_lastnamephonetic', '', NULL),
(917, 2, 1643502575, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(918, 2, 1643502575, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0', NULL),
(919, 2, 1643502575, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(920, 2, 1643502575, 'auth_ldap', 'field_map_middlename', '', NULL),
(921, 2, 1643502575, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate', NULL),
(922, 2, 1643502575, 'auth_ldap', 'field_updateremote_middlename', '0', NULL),
(923, 2, 1643502575, 'auth_ldap', 'field_lock_middlename', 'unlocked', NULL),
(924, 2, 1643502575, 'auth_ldap', 'field_map_alternatename', '', NULL),
(925, 2, 1643502575, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate', NULL),
(926, 2, 1643502575, 'auth_ldap', 'field_updateremote_alternatename', '0', NULL),
(927, 2, 1643502575, 'auth_ldap', 'field_lock_alternatename', 'unlocked', NULL),
(928, 2, 1643502575, 'auth_shibboleth', 'user_attribute', '', NULL),
(929, 2, 1643502575, 'auth_shibboleth', 'convert_data', '', NULL),
(930, 2, 1643502575, 'auth_shibboleth', 'alt_login', 'off', NULL),
(931, 2, 1643502575, '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),
(932, 2, 1643502575, 'auth_shibboleth', 'logout_handler', '', NULL),
(933, 2, 1643502575, 'auth_shibboleth', 'logout_return_url', '', NULL),
(934, 2, 1643502575, 'auth_shibboleth', 'login_name', 'Shibboleth Login', NULL),
(935, 2, 1643502575, 'auth_shibboleth', 'auth_logo', '', NULL),
(936, 2, 1643502575, 'auth_shibboleth', 'auth_instructions', 'Utilisez la <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">connexion Shibboleth</a> pour accéder via Shibboleth, si votre institution le permet. Sinon, utilisez le formulaire de connexion standard affiché ici.', NULL),
(937, 2, 1643502575, 'auth_shibboleth', 'changepasswordurl', '', NULL),
(938, 2, 1643502575, 'auth_shibboleth', 'field_map_firstname', '', NULL),
(939, 2, 1643502575, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate', NULL),
(940, 2, 1643502575, 'auth_shibboleth', 'field_lock_firstname', 'unlocked', NULL),
(941, 2, 1643502575, 'auth_shibboleth', 'field_map_lastname', '', NULL),
(942, 2, 1643502575, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate', NULL),
(943, 2, 1643502575, 'auth_shibboleth', 'field_lock_lastname', 'unlocked', NULL),
(944, 2, 1643502575, 'auth_shibboleth', 'field_map_email', '', NULL),
(945, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate', NULL),
(946, 2, 1643502576, 'auth_shibboleth', 'field_lock_email', 'unlocked', NULL),
(947, 2, 1643502576, 'auth_shibboleth', 'field_map_city', '', NULL),
(948, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate', NULL),
(949, 2, 1643502576, 'auth_shibboleth', 'field_lock_city', 'unlocked', NULL),
(950, 2, 1643502576, 'auth_shibboleth', 'field_map_country', '', NULL),
(951, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate', NULL),
(952, 2, 1643502576, 'auth_shibboleth', 'field_lock_country', 'unlocked', NULL),
(953, 2, 1643502576, 'auth_shibboleth', 'field_map_lang', '', NULL),
(954, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate', NULL),
(955, 2, 1643502576, 'auth_shibboleth', 'field_lock_lang', 'unlocked', NULL),
(956, 2, 1643502576, 'auth_shibboleth', 'field_map_description', '', NULL),
(957, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate', NULL),
(958, 2, 1643502576, 'auth_shibboleth', 'field_lock_description', 'unlocked', NULL),
(959, 2, 1643502576, 'auth_shibboleth', 'field_map_url', '', NULL),
(960, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_url', 'oncreate', NULL),
(961, 2, 1643502576, 'auth_shibboleth', 'field_lock_url', 'unlocked', NULL),
(962, 2, 1643502576, 'auth_shibboleth', 'field_map_idnumber', '', NULL),
(963, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate', NULL),
(964, 2, 1643502576, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked', NULL),
(965, 2, 1643502576, 'auth_shibboleth', 'field_map_institution', '', NULL),
(966, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate', NULL),
(967, 2, 1643502576, 'auth_shibboleth', 'field_lock_institution', 'unlocked', NULL),
(968, 2, 1643502576, 'auth_shibboleth', 'field_map_department', '', NULL),
(969, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate', NULL),
(970, 2, 1643502576, 'auth_shibboleth', 'field_lock_department', 'unlocked', NULL),
(971, 2, 1643502576, 'auth_shibboleth', 'field_map_phone1', '', NULL),
(972, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate', NULL),
(973, 2, 1643502576, 'auth_shibboleth', 'field_lock_phone1', 'unlocked', NULL),
(974, 2, 1643502576, 'auth_shibboleth', 'field_map_phone2', '', NULL),
(975, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate', NULL),
(976, 2, 1643502576, 'auth_shibboleth', 'field_lock_phone2', 'unlocked', NULL),
(977, 2, 1643502576, 'auth_shibboleth', 'field_map_address', '', NULL),
(978, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate', NULL),
(979, 2, 1643502576, 'auth_shibboleth', 'field_lock_address', 'unlocked', NULL),
(980, 2, 1643502576, 'auth_shibboleth', 'field_map_firstnamephonetic', '', NULL),
(981, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate', NULL),
(982, 2, 1643502576, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked', NULL),
(983, 2, 1643502576, 'auth_shibboleth', 'field_map_lastnamephonetic', '', NULL),
(984, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate', NULL),
(985, 2, 1643502576, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked', NULL),
(986, 2, 1643502576, 'auth_shibboleth', 'field_map_middlename', '', NULL),
(987, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate', NULL),
(988, 2, 1643502576, 'auth_shibboleth', 'field_lock_middlename', 'unlocked', NULL),
(989, 2, 1643502576, 'auth_shibboleth', 'field_map_alternatename', '', NULL),
(990, 2, 1643502576, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate', NULL),
(991, 2, 1643502576, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked', NULL),
(992, 2, 1643502576, NULL, 'block_course_list_adminview', 'all', NULL),
(993, 2, 1643502576, NULL, 'block_course_list_hideallcourseslink', '0', NULL),
(994, 2, 1643502576, 'block_recentlyaccessedcourses', 'displaycategories', '1', NULL),
(995, 2, 1643502576, 'block_starredcourses', 'displaycategories', '1', NULL),
(996, 2, 1643502576, NULL, 'block_rss_client_num_entries', '5', NULL),
(997, 2, 1643502577, NULL, 'block_rss_client_timeout', '30', NULL),
(998, 2, 1643502577, NULL, 'block_html_allowcssclasses', '0', NULL),
(999, 2, 1643502577, 'block_section_links', 'numsections1', '22', NULL),
(1000, 2, 1643502577, 'block_section_links', 'incby1', '2', NULL),
(1001, 2, 1643502577, 'block_section_links', 'numsections2', '40', NULL),
(1002, 2, 1643502577, 'block_section_links', 'incby2', '5', NULL),
(1003, 2, 1643502577, 'block_activity_results', 'config_showbest', '3', NULL),
(1004, 2, 1643502577, 'block_activity_results', 'config_showbest_locked', '', NULL),
(1005, 2, 1643502577, 'block_activity_results', 'config_showworst', '0', NULL),
(1006, 2, 1643502577, 'block_activity_results', 'config_showworst_locked', '', NULL),
(1007, 2, 1643502577, 'block_activity_results', 'config_usegroups', '0', NULL),
(1008, 2, 1643502577, 'block_activity_results', 'config_usegroups_locked', '', NULL),
(1009, 2, 1643502577, 'block_activity_results', 'config_nameformat', '1', NULL),
(1010, 2, 1643502577, 'block_activity_results', 'config_nameformat_locked', '', NULL),
(1011, 2, 1643502577, 'block_activity_results', 'config_gradeformat', '1', NULL),
(1012, 2, 1643502577, 'block_activity_results', 'config_gradeformat_locked', '', NULL),
(1013, 2, 1643502577, 'block_activity_results', 'config_decimalpoints', '2', NULL),
(1014, 2, 1643502577, 'block_activity_results', 'config_decimalpoints_locked', '', NULL),
(1015, 2, 1643502577, NULL, 'block_online_users_timetosee', '5', NULL),
(1016, 2, 1643502577, NULL, 'block_online_users_onlinestatushiding', '1', NULL),
(1017, 2, 1643502577, 'block_myoverview', 'displaycategories', '1', NULL),
(1018, 2, 1643502577, 'block_myoverview', 'layouts', 'card,list,summary', NULL),
(1019, 2, 1643502577, 'block_myoverview', 'displaygroupingallincludinghidden', '0', NULL),
(1020, 2, 1643502577, 'block_myoverview', 'displaygroupingall', '1', NULL),
(1021, 2, 1643502577, 'block_myoverview', 'displaygroupinginprogress', '1', NULL),
(1022, 2, 1643502577, 'block_myoverview', 'displaygroupingpast', '1', NULL),
(1023, 2, 1643502577, 'block_myoverview', 'displaygroupingfuture', '1', NULL),
(1024, 2, 1643502577, 'block_myoverview', 'displaygroupingcustomfield', '0', NULL),
(1025, 2, 1643502577, 'block_myoverview', 'customfiltergrouping', '', NULL),
(1026, 2, 1643502577, 'block_myoverview', 'displaygroupingfavourites', '1', NULL),
(1027, 2, 1643502577, 'block_myoverview', 'displaygroupinghidden', '1', NULL),
(1028, 2, 1643502577, 'block_tag_youtube', 'apikey', '', NULL),
(1029, 2, 1643502578, 'fileconverter_googledrive', 'issuerid', '', NULL),
(1030, 2, 1643502578, NULL, 'pathtounoconv', '/usr/bin/unoconv', NULL),
(1031, 2, 1643502578, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html', NULL),
(1032, 2, 1643502578, 'editor_atto', 'autosavefrequency', '60', NULL),
(1033, 2, 1643502578, 'atto_collapse', 'showgroups', '5', NULL),
(1034, 2, 1643502578, '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),
(1035, 2, 1643502578, '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),
(1036, 2, 1643502578, '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),
(1037, 2, 1643502578, '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),
(1038, 2, 1643502578, 'atto_recordrtc', 'allowedtypes', 'both', NULL),
(1039, 2, 1643502578, 'atto_recordrtc', 'audiobitrate', '128000', NULL),
(1040, 2, 1643502578, 'atto_recordrtc', 'videobitrate', '2500000', NULL),
(1041, 2, 1643502578, 'atto_recordrtc', 'timelimit', '120', NULL),
(1042, 2, 1643502578, 'atto_table', 'allowborders', '0', NULL),
(1043, 2, 1643502578, 'atto_table', 'allowbackgroundcolour', '0', NULL),
(1044, 2, 1643502578, 'atto_table', 'allowwidth', '0', NULL),
(1045, 2, 1643502578, '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),
(1046, 2, 1643502578, '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),
(1047, 2, 1643502578, 'editor_tinymce', 'customconfig', '', NULL),
(1048, 2, 1643502578, 'tinymce_moodleemoticon', 'requireemoticon', '1', NULL),
(1049, 2, 1643502578, 'tinymce_spellchecker', 'spellengine', '', NULL),
(1050, 2, 1643502578, '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),
(1051, 2, 1643502578, 'filter_displayh5p', 'allowedsources', '', NULL),
(1052, 2, 1643502578, 'filter_emoticon', 'formats', '1,4,0', NULL),
(1053, 2, 1643502578, NULL, 'filter_censor_badwords', '', NULL),
(1054, 2, 1643502578, NULL, 'filter_multilang_force_old', '0', NULL),
(1055, 2, 1643502578, 'filter_urltolink', 'formats', '1,4,0', NULL),
(1056, 2, 1643502578, 'filter_urltolink', 'embedimages', '1', NULL),
(1057, 2, 1643502578, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.8/MathJax.js', NULL),
(1058, 2, 1643502578, 'filter_mathjaxloader', 'texfiltercompatibility', '0', NULL),
(1059, 2, 1643502578, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: [\"Accessible.js\", \"Safe.js\"],\n    errorSettings: { message: [\"!\"] },\n    skipStartupTypeset: true,\n    messageStyle: \"none\"\n});\n', NULL),
(1060, 2, 1643502578, 'filter_mathjaxloader', 'additionaldelimiters', '', NULL),
(1061, 2, 1643502578, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n', NULL),
(1062, 2, 1643502578, 'filter_tex', 'latexbackground', '#FFFFFF', NULL),
(1063, 2, 1643502578, 'filter_tex', 'density', '120', NULL),
(1064, 2, 1643502578, 'filter_tex', 'pathlatex', 'c:\\texmf\\miktex\\bin\\latex.exe', NULL),
(1065, 2, 1643502578, 'filter_tex', 'pathdvips', 'c:\\texmf\\miktex\\bin\\dvips.exe', NULL),
(1066, 2, 1643502578, 'filter_tex', 'pathconvert', 'c:\\imagemagick\\convert.exe', NULL),
(1067, 2, 1643502578, 'filter_tex', 'pathdvisvgm', 'c:\\texmf\\miktex\\bin\\dvisvgm.exe', NULL),
(1068, 2, 1643502579, 'filter_tex', 'pathmimetex', '', NULL),
(1069, 2, 1643502579, 'filter_tex', 'convertformat', 'gif', NULL),
(1070, 2, 1643502579, 'format_singleactivity', 'activitytype', 'forum', NULL),
(1071, 2, 1643502579, 'enrol_guest', 'requirepassword', '0', NULL),
(1072, 2, 1643502579, 'enrol_guest', 'usepasswordpolicy', '0', NULL),
(1073, 2, 1643502579, 'enrol_guest', 'showhint', '0', NULL),
(1074, 2, 1643502579, 'enrol_guest', 'defaultenrol', '1', NULL),
(1075, 2, 1643502579, 'enrol_guest', 'status', '1', NULL),
(1076, 2, 1643502579, 'enrol_guest', 'status_adv', '', NULL),
(1077, 2, 1643502579, 'enrol_self', 'requirepassword', '0', NULL),
(1078, 2, 1643502579, 'enrol_self', 'usepasswordpolicy', '0', NULL),
(1079, 2, 1643502579, 'enrol_self', 'showhint', '0', NULL),
(1080, 2, 1643502579, 'enrol_self', 'expiredaction', '1', NULL),
(1081, 2, 1643502579, 'enrol_self', 'expirynotifyhour', '6', NULL),
(1082, 2, 1643502579, 'enrol_self', 'defaultenrol', '1', NULL),
(1083, 2, 1643502579, 'enrol_self', 'status', '1', NULL),
(1084, 2, 1643502579, 'enrol_self', 'newenrols', '1', NULL),
(1085, 2, 1643502579, 'enrol_self', 'groupkey', '0', NULL),
(1086, 2, 1643502579, 'enrol_self', 'roleid', '5', NULL),
(1087, 2, 1643502579, 'enrol_self', 'enrolperiod', '0', NULL),
(1088, 2, 1643502579, 'enrol_self', 'expirynotify', '0', NULL),
(1089, 2, 1643502579, 'enrol_self', 'expirythreshold', '86400', NULL),
(1090, 2, 1643502579, 'enrol_self', 'longtimenosee', '0', NULL),
(1091, 2, 1643502579, 'enrol_self', 'maxenrolled', '0', NULL),
(1092, 2, 1643502579, 'enrol_self', 'sendcoursewelcomemessage', '1', NULL),
(1093, 2, 1643502579, 'enrol_database', 'dbtype', '', NULL),
(1094, 2, 1643502579, 'enrol_database', 'dbhost', 'localhost', NULL),
(1095, 2, 1643502579, 'enrol_database', 'dbuser', '', NULL),
(1096, 2, 1643502579, 'enrol_database', 'dbpass', '', NULL),
(1097, 2, 1643502579, 'enrol_database', 'dbname', '', NULL),
(1098, 2, 1643502579, 'enrol_database', 'dbencoding', 'utf-8', NULL),
(1099, 2, 1643502579, 'enrol_database', 'dbsetupsql', '', NULL),
(1100, 2, 1643502579, 'enrol_database', 'dbsybasequoting', '0', NULL),
(1101, 2, 1643502579, 'enrol_database', 'debugdb', '0', NULL),
(1102, 2, 1643502579, 'enrol_database', 'localcoursefield', 'idnumber', NULL),
(1103, 2, 1643502579, 'enrol_database', 'localuserfield', 'idnumber', NULL),
(1104, 2, 1643502579, 'enrol_database', 'localrolefield', 'shortname', NULL),
(1105, 2, 1643502579, 'enrol_database', 'localcategoryfield', 'id', NULL),
(1106, 2, 1643502579, 'enrol_database', 'remoteenroltable', '', NULL),
(1107, 2, 1643502579, 'enrol_database', 'remotecoursefield', '', NULL),
(1108, 2, 1643502579, 'enrol_database', 'remoteuserfield', '', NULL),
(1109, 2, 1643502579, 'enrol_database', 'remoterolefield', '', NULL),
(1110, 2, 1643502579, 'enrol_database', 'remoteotheruserfield', '', NULL),
(1111, 2, 1643502579, 'enrol_database', 'defaultrole', '5', NULL),
(1112, 2, 1643502580, 'enrol_database', 'ignorehiddencourses', '0', NULL),
(1113, 2, 1643502580, 'enrol_database', 'unenrolaction', '0', NULL),
(1114, 2, 1643502580, 'enrol_database', 'newcoursetable', '', NULL),
(1115, 2, 1643502580, 'enrol_database', 'newcoursefullname', 'fullname', NULL),
(1116, 2, 1643502580, 'enrol_database', 'newcourseshortname', 'shortname', NULL),
(1117, 2, 1643502580, 'enrol_database', 'newcourseidnumber', 'idnumber', NULL),
(1118, 2, 1643502580, 'enrol_database', 'newcoursecategory', '', NULL),
(1119, 2, 1643502580, 'enrol_database', 'defaultcategory', '1', NULL),
(1120, 2, 1643502580, 'enrol_database', 'templatecourse', '', NULL),
(1121, 2, 1643502580, 'enrol_imsenterprise', 'imsfilelocation', '', NULL),
(1122, 2, 1643502580, 'enrol_imsenterprise', 'logtolocation', '', NULL),
(1123, 2, 1643502580, 'enrol_imsenterprise', 'mailadmins', '0', NULL),
(1124, 2, 1643502580, 'enrol_imsenterprise', 'createnewusers', '0', NULL),
(1125, 2, 1643502580, 'enrol_imsenterprise', 'imsupdateusers', '0', NULL),
(1126, 2, 1643502580, 'enrol_imsenterprise', 'imsdeleteusers', '0', NULL),
(1127, 2, 1643502580, 'enrol_imsenterprise', 'fixcaseusernames', '0', NULL),
(1128, 2, 1643502580, 'enrol_imsenterprise', 'fixcasepersonalnames', '0', NULL),
(1129, 2, 1643502580, 'enrol_imsenterprise', 'imssourcedidfallback', '0', NULL),
(1130, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap01', '5', NULL),
(1131, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap02', '3', NULL),
(1132, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap03', '3', NULL),
(1133, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap04', '5', NULL),
(1134, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap05', '0', NULL),
(1135, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap06', '4', NULL),
(1136, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap07', '0', NULL),
(1137, 2, 1643502580, 'enrol_imsenterprise', 'imsrolemap08', '4', NULL),
(1138, 2, 1643502580, 'enrol_imsenterprise', 'truncatecoursecodes', '0', NULL),
(1139, 2, 1643502580, 'enrol_imsenterprise', 'createnewcourses', '0', NULL),
(1140, 2, 1643502580, 'enrol_imsenterprise', 'updatecourses', '0', NULL),
(1141, 2, 1643502580, 'enrol_imsenterprise', 'createnewcategories', '0', NULL),
(1142, 2, 1643502580, 'enrol_imsenterprise', 'nestedcategories', '0', NULL),
(1143, 2, 1643502580, 'enrol_imsenterprise', 'categoryidnumber', '0', NULL),
(1144, 2, 1643502580, 'enrol_imsenterprise', 'categoryseparator', '', NULL),
(1145, 2, 1643502580, 'enrol_imsenterprise', 'imsunenrol', '0', NULL),
(1146, 2, 1643502580, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode', NULL),
(1147, 2, 1643502580, 'enrol_imsenterprise', 'imscoursemapfullname', 'short', NULL),
(1148, 2, 1643502580, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore', NULL),
(1149, 2, 1643502580, 'enrol_imsenterprise', 'imsrestricttarget', '', NULL),
(1150, 2, 1643502580, 'enrol_imsenterprise', 'imscapitafix', '0', NULL),
(1151, 2, 1643502580, 'enrol_flatfile', 'location', '', NULL),
(1152, 2, 1643502580, 'enrol_flatfile', 'encoding', 'UTF-8', NULL),
(1153, 2, 1643502580, 'enrol_flatfile', 'mailstudents', '0', NULL),
(1154, 2, 1643502580, 'enrol_flatfile', 'mailteachers', '0', NULL),
(1155, 2, 1643502580, 'enrol_flatfile', 'mailadmins', '0', NULL),
(1156, 2, 1643502580, 'enrol_flatfile', 'unenrolaction', '3', NULL),
(1157, 2, 1643502580, 'enrol_flatfile', 'expiredaction', '3', NULL),
(1158, 2, 1643502580, 'enrol_manual', 'expiredaction', '1', NULL),
(1159, 2, 1643502580, 'enrol_manual', 'expirynotifyhour', '6', NULL),
(1160, 2, 1643502580, 'enrol_manual', 'defaultenrol', '1', NULL),
(1161, 2, 1643502581, 'enrol_manual', 'status', '0', NULL),
(1162, 2, 1643502581, 'enrol_manual', 'roleid', '5', NULL),
(1163, 2, 1643502581, 'enrol_manual', 'enrolstart', '4', NULL),
(1164, 2, 1643502581, 'enrol_manual', 'enrolperiod', '0', NULL),
(1165, 2, 1643502581, 'enrol_manual', 'expirynotify', '0', NULL),
(1166, 2, 1643502581, 'enrol_manual', 'expirythreshold', '86400', NULL),
(1167, 2, 1643502581, 'enrol_mnet', 'roleid', '5', NULL),
(1168, 2, 1643502581, 'enrol_mnet', 'roleid_adv', '1', NULL),
(1169, 2, 1643502581, 'enrol_meta', 'nosyncroleids', '', NULL),
(1170, 2, 1643502581, 'enrol_meta', 'syncall', '1', NULL),
(1171, 2, 1643502581, 'enrol_meta', 'unenrolaction', '3', NULL),
(1172, 2, 1643502581, 'enrol_meta', 'coursesort', 'sortorder', NULL),
(1173, 2, 1643502581, 'enrol_paypal', 'paypalbusiness', '', NULL),
(1174, 2, 1643502581, 'enrol_paypal', 'mailstudents', '0', NULL),
(1175, 2, 1643502581, 'enrol_paypal', 'mailteachers', '0', NULL),
(1176, 2, 1643502581, 'enrol_paypal', 'mailadmins', '0', NULL),
(1177, 2, 1643502581, 'enrol_paypal', 'expiredaction', '3', NULL),
(1178, 2, 1643502581, 'enrol_paypal', 'status', '1', NULL),
(1179, 2, 1643502581, 'enrol_paypal', 'cost', '0', NULL),
(1180, 2, 1643502581, 'enrol_paypal', 'currency', 'USD', NULL),
(1181, 2, 1643502581, 'enrol_paypal', 'roleid', '5', NULL),
(1182, 2, 1643502581, 'enrol_paypal', 'enrolperiod', '0', NULL),
(1183, 2, 1643502581, 'enrol_lti', 'emaildisplay', '2', NULL),
(1184, 2, 1643502581, 'enrol_lti', 'city', '', NULL),
(1185, 2, 1643502581, 'enrol_lti', 'country', '', NULL),
(1186, 2, 1643502581, 'enrol_lti', 'timezone', '99', NULL),
(1187, 2, 1643502581, 'enrol_lti', 'lang', 'fr', NULL),
(1188, 2, 1643502581, 'enrol_lti', 'institution', '', NULL),
(1189, 2, 1643502581, 'enrol_cohort', 'roleid', '5', NULL),
(1190, 2, 1643502581, 'enrol_cohort', 'unenrolaction', '0', NULL),
(1191, 2, 1643502581, 'logstore_database', 'dbdriver', '', NULL),
(1192, 2, 1643502581, 'logstore_database', 'dbhost', '', NULL),
(1193, 2, 1643502581, 'logstore_database', 'dbuser', '', NULL),
(1194, 2, 1643502581, 'logstore_database', 'dbpass', '', NULL),
(1195, 2, 1643502581, 'logstore_database', 'dbname', '', NULL),
(1196, 2, 1643502581, 'logstore_database', 'dbtable', '', NULL),
(1197, 2, 1643502581, 'logstore_database', 'dbpersist', '0', NULL),
(1198, 2, 1643502581, 'logstore_database', 'dbsocket', '', NULL),
(1199, 2, 1643502581, 'logstore_database', 'dbport', '', NULL),
(1200, 2, 1643502581, 'logstore_database', 'dbschema', '', NULL),
(1201, 2, 1643502581, 'logstore_database', 'dbcollation', '', NULL),
(1202, 2, 1643502581, 'logstore_database', 'dbhandlesoptions', '0', NULL),
(1203, 2, 1643502581, 'logstore_database', 'buffersize', '50', NULL),
(1204, 2, 1643502581, 'logstore_database', 'jsonformat', '1', NULL),
(1205, 2, 1643502581, 'logstore_database', 'logguests', '0', NULL),
(1206, 2, 1643502581, 'logstore_database', 'includelevels', '1,2,0', NULL),
(1207, 2, 1643502581, 'logstore_database', 'includeactions', 'c,r,u,d', NULL),
(1208, 2, 1643502581, 'logstore_legacy', 'loglegacy', '0', NULL),
(1209, 2, 1643502582, NULL, 'logguests', '1', NULL),
(1210, 2, 1643502582, NULL, 'loglifetime', '0', NULL),
(1211, 2, 1643502582, 'logstore_standard', 'logguests', '1', NULL),
(1212, 2, 1643502582, 'logstore_standard', 'jsonformat', '1', NULL),
(1213, 2, 1643502582, 'logstore_standard', 'loglifetime', '0', NULL),
(1214, 2, 1643502582, 'logstore_standard', 'buffersize', '50', NULL),
(1215, 2, 1643502582, 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv', NULL),
(1216, 2, 1643502582, 'media_videojs', 'audioextensions', 'html_audio', NULL),
(1217, 2, 1643502582, 'media_videojs', 'rtmp', '0', NULL),
(1218, 2, 1643502582, 'media_videojs', 'useflash', '0', NULL),
(1219, 2, 1643502582, 'media_videojs', 'youtube', '1', NULL),
(1220, 2, 1643502582, 'media_videojs', 'videocssclass', 'video-js', NULL),
(1221, 2, 1643502582, 'media_videojs', 'audiocssclass', 'video-js', NULL),
(1222, 2, 1643502582, 'media_videojs', 'limitsize', '1', NULL),
(1223, 2, 1643502582, 'workshop', 'grade', '80', NULL),
(1224, 2, 1643502582, 'workshop', 'gradinggrade', '20', NULL),
(1225, 2, 1643502582, 'workshop', 'gradedecimals', '0', NULL),
(1226, 2, 1643502582, 'workshop', 'maxbytes', '0', NULL),
(1227, 2, 1643502582, 'workshop', 'strategy', 'accumulative', NULL),
(1228, 2, 1643502582, 'workshop', 'examplesmode', '0', NULL),
(1229, 2, 1643502582, 'workshopallocation_random', 'numofreviews', '5', NULL),
(1230, 2, 1643502582, 'workshopform_numerrors', 'grade0', 'Non', NULL),
(1231, 2, 1643502582, 'workshopform_numerrors', 'grade1', 'Oui', NULL),
(1232, 2, 1643502582, 'workshopeval_best', 'comparison', '5', NULL),
(1233, 2, 1643502582, NULL, 'data_enablerssfeeds', '0', NULL),
(1234, 2, 1643502582, NULL, 'chat_method', 'ajax', NULL),
(1235, 2, 1643502582, NULL, 'chat_refresh_userlist', '10', NULL),
(1236, 2, 1643502582, NULL, 'chat_old_ping', '35', NULL),
(1237, 2, 1643502582, NULL, 'chat_refresh_room', '5', NULL),
(1238, 2, 1643502582, NULL, 'chat_normal_updatemode', 'jsupdate', NULL),
(1239, 2, 1643502582, NULL, 'chat_serverhost', 'localhost', NULL),
(1240, 2, 1643502582, NULL, 'chat_serverip', '127.0.0.1', NULL),
(1241, 2, 1643502582, NULL, 'chat_serverport', '9111', NULL),
(1242, 2, 1643502582, NULL, 'chat_servermax', '100', NULL),
(1243, 2, 1643502582, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments', NULL),
(1244, 2, 1643502582, 'assign', 'showrecentsubmissions', '0', NULL),
(1245, 2, 1643502582, 'assign', 'submissionreceipts', '1', NULL),
(1246, 2, 1643502582, 'assign', 'submissionstatement', 'Ce document est le fruit de mon propre travail, excepté les extraits dûment cités de travaux d\'autres personnes.', NULL),
(1247, 2, 1643502582, 'assign', 'submissionstatementteamsubmission', 'Ce document est le fruit du travail de mon groupe, excepté les extraits dûment cités de travaux d\'autres personnes.', NULL),
(1248, 2, 1643502582, 'assign', 'submissionstatementteamsubmissionallsubmit', 'Ce document est le fruit de mon propre travail en tant que membre du groupe, excepté les extraits dûment cités de travaux d\'autres personnes.', NULL),
(1249, 2, 1643502582, 'assign', 'maxperpage', '-1', NULL),
(1250, 2, 1643502583, 'assign', 'alwaysshowdescription', '1', NULL),
(1251, 2, 1643502583, 'assign', 'alwaysshowdescription_adv', '', NULL),
(1252, 2, 1643502583, 'assign', 'alwaysshowdescription_locked', '', NULL),
(1253, 2, 1643502583, 'assign', 'allowsubmissionsfromdate', '0', NULL),
(1254, 2, 1643502583, 'assign', 'allowsubmissionsfromdate_enabled', '1', NULL),
(1255, 2, 1643502583, 'assign', 'allowsubmissionsfromdate_adv', '', NULL),
(1256, 2, 1643502583, 'assign', 'duedate', '604800', NULL),
(1257, 2, 1643502583, 'assign', 'duedate_enabled', '1', NULL),
(1258, 2, 1643502583, 'assign', 'duedate_adv', '', NULL),
(1259, 2, 1643502583, 'assign', 'cutoffdate', '1209600', NULL),
(1260, 2, 1643502583, 'assign', 'cutoffdate_enabled', '', NULL),
(1261, 2, 1643502583, 'assign', 'cutoffdate_adv', '', NULL),
(1262, 2, 1643502583, 'assign', 'gradingduedate', '1209600', NULL),
(1263, 2, 1643502583, 'assign', 'gradingduedate_enabled', '1', NULL),
(1264, 2, 1643502583, 'assign', 'gradingduedate_adv', '', NULL),
(1265, 2, 1643502583, 'assign', 'submissiondrafts', '0', NULL),
(1266, 2, 1643502583, 'assign', 'submissiondrafts_adv', '', NULL),
(1267, 2, 1643502583, 'assign', 'submissiondrafts_locked', '', NULL),
(1268, 2, 1643502583, 'assign', 'requiresubmissionstatement', '0', NULL),
(1269, 2, 1643502583, 'assign', 'requiresubmissionstatement_adv', '', NULL),
(1270, 2, 1643502583, 'assign', 'requiresubmissionstatement_locked', '', NULL),
(1271, 2, 1643502583, 'assign', 'attemptreopenmethod', 'none', NULL),
(1272, 2, 1643502583, 'assign', 'attemptreopenmethod_adv', '', NULL),
(1273, 2, 1643502583, 'assign', 'attemptreopenmethod_locked', '', NULL),
(1274, 2, 1643502583, 'assign', 'maxattempts', '-1', NULL),
(1275, 2, 1643502583, 'assign', 'maxattempts_adv', '', NULL),
(1276, 2, 1643502583, 'assign', 'maxattempts_locked', '', NULL),
(1277, 2, 1643502583, 'assign', 'teamsubmission', '0', NULL),
(1278, 2, 1643502583, 'assign', 'teamsubmission_adv', '', NULL),
(1279, 2, 1643502583, 'assign', 'teamsubmission_locked', '', NULL),
(1280, 2, 1643502583, 'assign', 'preventsubmissionnotingroup', '0', NULL),
(1281, 2, 1643502583, 'assign', 'preventsubmissionnotingroup_adv', '', NULL),
(1282, 2, 1643502583, 'assign', 'preventsubmissionnotingroup_locked', '', NULL),
(1283, 2, 1643502583, 'assign', 'requireallteammemberssubmit', '0', NULL),
(1284, 2, 1643502583, 'assign', 'requireallteammemberssubmit_adv', '', NULL),
(1285, 2, 1643502583, 'assign', 'requireallteammemberssubmit_locked', '', NULL),
(1286, 2, 1643502583, 'assign', 'teamsubmissiongroupingid', '', NULL),
(1287, 2, 1643502583, 'assign', 'teamsubmissiongroupingid_adv', '', NULL),
(1288, 2, 1643502583, 'assign', 'sendnotifications', '0', NULL),
(1289, 2, 1643502583, 'assign', 'sendnotifications_adv', '', NULL),
(1290, 2, 1643502583, 'assign', 'sendnotifications_locked', '', NULL),
(1291, 2, 1643502583, 'assign', 'sendlatenotifications', '0', NULL),
(1292, 2, 1643502583, 'assign', 'sendlatenotifications_adv', '', NULL),
(1293, 2, 1643502583, 'assign', 'sendlatenotifications_locked', '', NULL),
(1294, 2, 1643502583, 'assign', 'sendstudentnotifications', '1', NULL),
(1295, 2, 1643502583, 'assign', 'sendstudentnotifications_adv', '', NULL),
(1296, 2, 1643502583, 'assign', 'sendstudentnotifications_locked', '', NULL),
(1297, 2, 1643502583, 'assign', 'blindmarking', '0', NULL),
(1298, 2, 1643502583, 'assign', 'blindmarking_adv', '', NULL),
(1299, 2, 1643502583, 'assign', 'blindmarking_locked', '', NULL),
(1300, 2, 1643502583, 'assign', 'hidegrader', '0', NULL),
(1301, 2, 1643502584, 'assign', 'hidegrader_adv', '', NULL),
(1302, 2, 1643502584, 'assign', 'hidegrader_locked', '', NULL),
(1303, 2, 1643502584, 'assign', 'markingworkflow', '0', NULL),
(1304, 2, 1643502584, 'assign', 'markingworkflow_adv', '', NULL),
(1305, 2, 1643502584, 'assign', 'markingworkflow_locked', '', NULL),
(1306, 2, 1643502584, 'assign', 'markingallocation', '0', NULL),
(1307, 2, 1643502584, 'assign', 'markingallocation_adv', '', NULL),
(1308, 2, 1643502584, 'assign', 'markingallocation_locked', '', NULL),
(1309, 2, 1643502584, 'assignsubmission_file', 'default', '1', NULL),
(1310, 2, 1643502584, 'assignsubmission_file', 'maxfiles', '20', NULL),
(1311, 2, 1643502584, 'assignsubmission_file', 'filetypes', '', NULL),
(1312, 2, 1643502584, 'assignsubmission_file', 'maxbytes', '0', NULL),
(1313, 2, 1643502584, 'assignsubmission_onlinetext', 'default', '0', NULL),
(1314, 2, 1643502584, 'assignfeedback_comments', 'default', '1', NULL),
(1315, 2, 1643502584, 'assignfeedback_comments', 'inline', '0', NULL),
(1316, 2, 1643502584, 'assignfeedback_comments', 'inline_adv', '', NULL),
(1317, 2, 1643502584, 'assignfeedback_comments', 'inline_locked', '', NULL),
(1318, 2, 1643502584, 'assignfeedback_editpdf', 'default', '1', NULL),
(1319, 2, 1643502584, 'assignfeedback_editpdf', 'stamps', '', NULL),
(1320, 2, 1643502584, 'assignfeedback_file', 'default', '0', NULL),
(1321, 2, 1643502584, 'assignfeedback_offline', 'default', '0', NULL),
(1322, 2, 1643502584, 'folder', 'showexpanded', '1', NULL),
(1323, 2, 1643502584, 'folder', 'maxsizetodownload', '0', NULL),
(1324, 2, 1643502584, 'label', 'dndmedia', '1', NULL),
(1325, 2, 1643502584, 'label', 'dndresizewidth', '400', NULL),
(1326, 2, 1643502584, 'label', 'dndresizeheight', '400', NULL),
(1327, 2, 1643502584, NULL, 'feedback_allowfullanonymous', '0', NULL),
(1328, 2, 1643502584, 'resource', 'framesize', '130', NULL),
(1329, 2, 1643502584, 'resource', 'displayoptions', '0,1,4,5,6', NULL),
(1330, 2, 1643502584, 'resource', 'printintro', '1', NULL),
(1331, 2, 1643502584, 'resource', 'display', '0', NULL),
(1332, 2, 1643502584, 'resource', 'showsize', '0', NULL),
(1333, 2, 1643502584, 'resource', 'showtype', '0', NULL),
(1334, 2, 1643502584, 'resource', 'showdate', '0', NULL),
(1335, 2, 1643502584, 'resource', 'popupwidth', '620', NULL),
(1336, 2, 1643502584, 'resource', 'popupheight', '450', NULL),
(1337, 2, 1643502584, 'resource', 'filterfiles', '0', NULL),
(1338, 2, 1643502584, NULL, 'forum_displaymode', '3', NULL),
(1339, 2, 1643502584, NULL, 'forum_shortpost', '300', NULL),
(1340, 2, 1643502584, NULL, 'forum_longpost', '600', NULL),
(1341, 2, 1643502584, NULL, 'forum_manydiscussions', '100', NULL),
(1342, 2, 1643502584, NULL, 'forum_maxbytes', '512000', NULL),
(1343, 2, 1643502584, NULL, 'forum_maxattachments', '9', NULL),
(1344, 2, 1643502584, NULL, 'forum_subscription', '0', NULL),
(1345, 2, 1643502584, NULL, 'forum_trackingtype', '1', NULL),
(1346, 2, 1643502584, NULL, 'forum_trackreadposts', '1', NULL),
(1347, 2, 1643502584, NULL, 'forum_allowforcedreadtracking', '0', NULL),
(1348, 2, 1643502584, NULL, 'forum_oldpostdays', '14', NULL),
(1349, 2, 1643502585, NULL, 'forum_usermarksread', '0', NULL);
INSERT INTO `mdl_config_log` (`id`, `userid`, `timemodified`, `plugin`, `name`, `value`, `oldvalue`) VALUES
(1350, 2, 1643502585, NULL, 'forum_cleanreadtime', '2', NULL),
(1351, 2, 1643502585, NULL, 'digestmailtime', '17', NULL),
(1352, 2, 1643502585, NULL, 'forum_enablerssfeeds', '0', NULL),
(1353, 2, 1643502585, NULL, 'forum_enabletimedposts', '1', NULL),
(1354, 2, 1643502585, NULL, 'glossary_entbypage', '10', NULL),
(1355, 2, 1643502585, NULL, 'glossary_dupentries', '0', NULL),
(1356, 2, 1643502585, NULL, 'glossary_allowcomments', '0', NULL),
(1357, 2, 1643502585, NULL, 'glossary_linkbydefault', '1', NULL),
(1358, 2, 1643502585, NULL, 'glossary_defaultapproval', '1', NULL),
(1359, 2, 1643502585, NULL, 'glossary_enablerssfeeds', '0', NULL),
(1360, 2, 1643502585, NULL, 'glossary_linkentries', '0', NULL),
(1361, 2, 1643502585, NULL, 'glossary_casesensitive', '0', NULL),
(1362, 2, 1643502585, NULL, 'glossary_fullmatch', '0', NULL),
(1363, 2, 1643502585, 'mod_lesson', 'mediafile', '', NULL),
(1364, 2, 1643502585, 'mod_lesson', 'mediafile_adv', '1', NULL),
(1365, 2, 1643502585, 'mod_lesson', 'mediawidth', '640', NULL),
(1366, 2, 1643502585, 'mod_lesson', 'mediaheight', '480', NULL),
(1367, 2, 1643502585, 'mod_lesson', 'mediaclose', '0', NULL),
(1368, 2, 1643502585, 'mod_lesson', 'progressbar', '0', NULL),
(1369, 2, 1643502585, 'mod_lesson', 'progressbar_adv', '', NULL),
(1370, 2, 1643502585, 'mod_lesson', 'ongoing', '0', NULL),
(1371, 2, 1643502585, 'mod_lesson', 'ongoing_adv', '1', NULL),
(1372, 2, 1643502585, 'mod_lesson', 'displayleftmenu', '0', NULL),
(1373, 2, 1643502585, 'mod_lesson', 'displayleftmenu_adv', '', NULL),
(1374, 2, 1643502585, 'mod_lesson', 'displayleftif', '0', NULL),
(1375, 2, 1643502585, 'mod_lesson', 'displayleftif_adv', '1', NULL),
(1376, 2, 1643502585, 'mod_lesson', 'slideshow', '0', NULL),
(1377, 2, 1643502585, 'mod_lesson', 'slideshow_adv', '1', NULL),
(1378, 2, 1643502585, 'mod_lesson', 'slideshowwidth', '640', NULL),
(1379, 2, 1643502585, 'mod_lesson', 'slideshowheight', '480', NULL),
(1380, 2, 1643502585, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF', NULL),
(1381, 2, 1643502585, 'mod_lesson', 'maxanswers', '5', NULL),
(1382, 2, 1643502585, 'mod_lesson', 'maxanswers_adv', '1', NULL),
(1383, 2, 1643502585, 'mod_lesson', 'defaultfeedback', '0', NULL),
(1384, 2, 1643502585, 'mod_lesson', 'defaultfeedback_adv', '1', NULL),
(1385, 2, 1643502585, 'mod_lesson', 'activitylink', '', NULL),
(1386, 2, 1643502585, 'mod_lesson', 'activitylink_adv', '1', NULL),
(1387, 2, 1643502585, 'mod_lesson', 'timelimit', '0', NULL),
(1388, 2, 1643502585, 'mod_lesson', 'timelimit_adv', '', NULL),
(1389, 2, 1643502585, 'mod_lesson', 'password', '0', NULL),
(1390, 2, 1643502585, 'mod_lesson', 'password_adv', '1', NULL),
(1391, 2, 1643502585, 'mod_lesson', 'modattempts', '0', NULL),
(1392, 2, 1643502585, 'mod_lesson', 'modattempts_adv', '', NULL),
(1393, 2, 1643502586, 'mod_lesson', 'displayreview', '0', NULL),
(1394, 2, 1643502586, 'mod_lesson', 'displayreview_adv', '', NULL),
(1395, 2, 1643502586, 'mod_lesson', 'maximumnumberofattempts', '1', NULL),
(1396, 2, 1643502586, 'mod_lesson', 'maximumnumberofattempts_adv', '', NULL),
(1397, 2, 1643502586, 'mod_lesson', 'defaultnextpage', '0', NULL),
(1398, 2, 1643502586, 'mod_lesson', 'defaultnextpage_adv', '1', NULL),
(1399, 2, 1643502586, 'mod_lesson', 'numberofpagestoshow', '1', NULL),
(1400, 2, 1643502586, 'mod_lesson', 'numberofpagestoshow_adv', '1', NULL),
(1401, 2, 1643502586, 'mod_lesson', 'practice', '0', NULL),
(1402, 2, 1643502586, 'mod_lesson', 'practice_adv', '', NULL),
(1403, 2, 1643502586, 'mod_lesson', 'customscoring', '1', NULL),
(1404, 2, 1643502586, 'mod_lesson', 'customscoring_adv', '1', NULL),
(1405, 2, 1643502586, 'mod_lesson', 'retakesallowed', '0', NULL),
(1406, 2, 1643502586, 'mod_lesson', 'retakesallowed_adv', '', NULL),
(1407, 2, 1643502586, 'mod_lesson', 'handlingofretakes', '0', NULL),
(1408, 2, 1643502586, 'mod_lesson', 'handlingofretakes_adv', '1', NULL),
(1409, 2, 1643502586, 'mod_lesson', 'minimumnumberofquestions', '0', NULL),
(1410, 2, 1643502586, 'mod_lesson', 'minimumnumberofquestions_adv', '1', NULL),
(1411, 2, 1643502586, 'book', 'numberingoptions', '0,1,2,3', NULL),
(1412, 2, 1643502586, 'book', 'navoptions', '0,1,2', NULL),
(1413, 2, 1643502586, 'book', 'numbering', '1', NULL),
(1414, 2, 1643502586, 'book', 'navstyle', '1', NULL),
(1415, 2, 1643502586, 'page', 'displayoptions', '5', NULL),
(1416, 2, 1643502586, 'page', 'printheading', '1', NULL),
(1417, 2, 1643502586, 'page', 'printintro', '0', NULL),
(1418, 2, 1643502586, 'page', 'printlastmodified', '1', NULL),
(1419, 2, 1643502586, 'page', 'display', '5', NULL),
(1420, 2, 1643502586, 'page', 'popupwidth', '620', NULL),
(1421, 2, 1643502586, 'page', 'popupheight', '450', NULL),
(1422, 2, 1643502586, 'imscp', 'keepold', '1', NULL),
(1423, 2, 1643502586, 'imscp', 'keepold_adv', '', NULL),
(1424, 2, 1643502586, 'scorm', 'displaycoursestructure', '0', NULL),
(1425, 2, 1643502586, 'scorm', 'displaycoursestructure_adv', '', NULL),
(1426, 2, 1643502586, 'scorm', 'popup', '0', NULL),
(1427, 2, 1643502586, 'scorm', 'popup_adv', '', NULL),
(1428, 2, 1643502586, 'scorm', 'displayactivityname', '1', NULL),
(1429, 2, 1643502586, 'scorm', 'framewidth', '100', NULL),
(1430, 2, 1643502586, 'scorm', 'framewidth_adv', '1', NULL),
(1431, 2, 1643502586, 'scorm', 'frameheight', '500', NULL),
(1432, 2, 1643502586, 'scorm', 'frameheight_adv', '1', NULL),
(1433, 2, 1643502586, 'scorm', 'winoptgrp_adv', '1', NULL),
(1434, 2, 1643502586, 'scorm', 'scrollbars', '0', NULL),
(1435, 2, 1643502586, 'scorm', 'directories', '0', NULL),
(1436, 2, 1643502586, 'scorm', 'location', '0', NULL),
(1437, 2, 1643502586, 'scorm', 'menubar', '0', NULL),
(1438, 2, 1643502586, 'scorm', 'toolbar', '0', NULL),
(1439, 2, 1643502586, 'scorm', 'status', '0', NULL),
(1440, 2, 1643502587, 'scorm', 'skipview', '0', NULL),
(1441, 2, 1643502587, 'scorm', 'skipview_adv', '1', NULL),
(1442, 2, 1643502587, 'scorm', 'hidebrowse', '0', NULL),
(1443, 2, 1643502587, 'scorm', 'hidebrowse_adv', '1', NULL),
(1444, 2, 1643502587, 'scorm', 'hidetoc', '0', NULL),
(1445, 2, 1643502587, 'scorm', 'hidetoc_adv', '1', NULL),
(1446, 2, 1643502587, 'scorm', 'nav', '1', NULL),
(1447, 2, 1643502587, 'scorm', 'nav_adv', '1', NULL),
(1448, 2, 1643502587, 'scorm', 'navpositionleft', '-100', NULL),
(1449, 2, 1643502587, 'scorm', 'navpositionleft_adv', '1', NULL),
(1450, 2, 1643502587, 'scorm', 'navpositiontop', '-100', NULL),
(1451, 2, 1643502587, 'scorm', 'navpositiontop_adv', '1', NULL),
(1452, 2, 1643502587, 'scorm', 'collapsetocwinsize', '767', NULL),
(1453, 2, 1643502587, 'scorm', 'collapsetocwinsize_adv', '1', NULL),
(1454, 2, 1643502587, 'scorm', 'displayattemptstatus', '1', NULL),
(1455, 2, 1643502587, 'scorm', 'displayattemptstatus_adv', '', NULL),
(1456, 2, 1643502587, 'scorm', 'grademethod', '1', NULL),
(1457, 2, 1643502587, 'scorm', 'maxgrade', '100', NULL),
(1458, 2, 1643502587, 'scorm', 'maxattempt', '0', NULL),
(1459, 2, 1643502587, 'scorm', 'whatgrade', '0', NULL),
(1460, 2, 1643502587, 'scorm', 'forcecompleted', '0', NULL),
(1461, 2, 1643502587, 'scorm', 'forcenewattempt', '0', NULL),
(1462, 2, 1643502587, 'scorm', 'autocommit', '0', NULL),
(1463, 2, 1643502587, 'scorm', 'masteryoverride', '1', NULL),
(1464, 2, 1643502587, 'scorm', 'lastattemptlock', '0', NULL),
(1465, 2, 1643502587, 'scorm', 'auto', '0', NULL),
(1466, 2, 1643502587, 'scorm', 'updatefreq', '0', NULL),
(1467, 2, 1643502587, 'scorm', 'scormstandard', '0', NULL),
(1468, 2, 1643502587, 'scorm', 'allowtypeexternal', '0', NULL),
(1469, 2, 1643502587, 'scorm', 'allowtypelocalsync', '0', NULL),
(1470, 2, 1643502587, 'scorm', 'allowtypeexternalaicc', '0', NULL),
(1471, 2, 1643502587, 'scorm', 'allowaicchacp', '0', NULL),
(1472, 2, 1643502587, 'scorm', 'aicchacptimeout', '30', NULL),
(1473, 2, 1643502587, 'scorm', 'aicchacpkeepsessiondata', '1', NULL),
(1474, 2, 1643502587, 'scorm', 'aiccuserid', '1', NULL),
(1475, 2, 1643502587, 'scorm', 'forcejavascript', '1', NULL),
(1476, 2, 1643502587, 'scorm', 'allowapidebug', '0', NULL),
(1477, 2, 1643502587, 'scorm', 'apidebugmask', '.*', NULL),
(1478, 2, 1643502587, 'scorm', 'protectpackagedownloads', '0', NULL),
(1479, 2, 1643502587, 'quiz', 'timelimit', '0', NULL),
(1480, 2, 1643502587, 'quiz', 'timelimit_adv', '', NULL),
(1481, 2, 1643502587, 'quiz', 'overduehandling', 'autosubmit', NULL),
(1482, 2, 1643502587, 'quiz', 'overduehandling_adv', '', NULL),
(1483, 2, 1643502587, 'quiz', 'graceperiod', '86400', NULL),
(1484, 2, 1643502587, 'quiz', 'graceperiod_adv', '', NULL),
(1485, 2, 1643502587, 'quiz', 'graceperiodmin', '60', NULL),
(1486, 2, 1643502588, 'quiz', 'attempts', '0', NULL),
(1487, 2, 1643502588, 'quiz', 'attempts_adv', '', NULL),
(1488, 2, 1643502588, 'quiz', 'grademethod', '1', NULL),
(1489, 2, 1643502588, 'quiz', 'grademethod_adv', '', NULL),
(1490, 2, 1643502588, 'quiz', 'maximumgrade', '10', NULL),
(1491, 2, 1643502588, 'quiz', 'questionsperpage', '1', NULL),
(1492, 2, 1643502588, 'quiz', 'questionsperpage_adv', '', NULL),
(1493, 2, 1643502588, 'quiz', 'navmethod', 'free', NULL),
(1494, 2, 1643502588, 'quiz', 'navmethod_adv', '1', NULL),
(1495, 2, 1643502588, 'quiz', 'shuffleanswers', '1', NULL),
(1496, 2, 1643502588, 'quiz', 'shuffleanswers_adv', '', NULL),
(1497, 2, 1643502588, 'quiz', 'preferredbehaviour', 'deferredfeedback', NULL),
(1498, 2, 1643502588, 'quiz', 'canredoquestions', '0', NULL),
(1499, 2, 1643502588, 'quiz', 'canredoquestions_adv', '1', NULL),
(1500, 2, 1643502588, 'quiz', 'attemptonlast', '0', NULL),
(1501, 2, 1643502588, 'quiz', 'attemptonlast_adv', '1', NULL),
(1502, 2, 1643502588, 'quiz', 'reviewattempt', '69904', NULL),
(1503, 2, 1643502588, 'quiz', 'reviewcorrectness', '69904', NULL),
(1504, 2, 1643502588, 'quiz', 'reviewmarks', '69904', NULL),
(1505, 2, 1643502588, 'quiz', 'reviewspecificfeedback', '69904', NULL),
(1506, 2, 1643502588, 'quiz', 'reviewgeneralfeedback', '69904', NULL),
(1507, 2, 1643502588, 'quiz', 'reviewrightanswer', '69904', NULL),
(1508, 2, 1643502588, 'quiz', 'reviewoverallfeedback', '4368', NULL),
(1509, 2, 1643502588, 'quiz', 'showuserpicture', '0', NULL),
(1510, 2, 1643502588, 'quiz', 'showuserpicture_adv', '', NULL),
(1511, 2, 1643502588, 'quiz', 'decimalpoints', '2', NULL),
(1512, 2, 1643502588, 'quiz', 'decimalpoints_adv', '', NULL),
(1513, 2, 1643502588, 'quiz', 'questiondecimalpoints', '-1', NULL),
(1514, 2, 1643502588, 'quiz', 'questiondecimalpoints_adv', '', NULL),
(1515, 2, 1643502588, 'quiz', 'showblocks', '0', NULL),
(1516, 2, 1643502588, 'quiz', 'showblocks_adv', '1', NULL),
(1517, 2, 1643502588, 'quiz', 'quizpassword', '', NULL),
(1518, 2, 1643502588, 'quiz', 'quizpassword_adv', '', NULL),
(1519, 2, 1643502588, 'quiz', 'quizpassword_required', '', NULL),
(1520, 2, 1643502588, 'quiz', 'subnet', '', NULL),
(1521, 2, 1643502588, 'quiz', 'subnet_adv', '1', NULL),
(1522, 2, 1643502588, 'quiz', 'delay1', '0', NULL),
(1523, 2, 1643502588, 'quiz', 'delay1_adv', '1', NULL),
(1524, 2, 1643502588, 'quiz', 'delay2', '0', NULL),
(1525, 2, 1643502588, 'quiz', 'delay2_adv', '1', NULL),
(1526, 2, 1643502589, 'quiz', 'browsersecurity', '-', NULL),
(1527, 2, 1643502589, 'quiz', 'browsersecurity_adv', '1', NULL),
(1528, 2, 1643502589, 'quiz', 'initialnumfeedbacks', '2', NULL),
(1529, 2, 1643502589, 'quiz', 'autosaveperiod', '60', NULL),
(1530, 2, 1643502589, 'quizaccess_seb', 'autoreconfigureseb', '1', NULL),
(1531, 2, 1643502589, 'quizaccess_seb', 'showseblinks', 'seb,http', NULL),
(1532, 2, 1643502589, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html', NULL),
(1533, 2, 1643502589, 'quizaccess_seb', 'quizpasswordrequired', '0', NULL),
(1534, 2, 1643502589, 'quizaccess_seb', 'displayblocksbeforestart', '0', NULL),
(1535, 2, 1643502589, 'quizaccess_seb', 'displayblockswhenfinished', '1', NULL),
(1536, 2, 1643502589, 'url', 'framesize', '130', NULL),
(1537, 2, 1643502589, 'url', 'secretphrase', '', NULL),
(1538, 2, 1643502589, 'url', 'rolesinparams', '0', NULL),
(1539, 2, 1643502589, 'url', 'displayoptions', '0,1,5,6', NULL),
(1540, 2, 1643502589, 'url', 'printintro', '1', NULL),
(1541, 2, 1643502589, 'url', 'display', '0', NULL),
(1542, 2, 1643502589, 'url', 'popupwidth', '620', NULL),
(1543, 2, 1643502589, 'url', 'popupheight', '450', NULL),
(1544, 2, 1643502589, 'tool_recyclebin', 'coursebinenable', '1', NULL),
(1545, 2, 1643502589, 'tool_recyclebin', 'coursebinexpiry', '604800', NULL),
(1546, 2, 1643502589, 'tool_recyclebin', 'categorybinenable', '1', NULL),
(1547, 2, 1643502589, 'tool_recyclebin', 'categorybinexpiry', '604800', NULL),
(1548, 2, 1643502589, 'tool_recyclebin', 'autohide', '1', NULL),
(1549, 2, 1643502589, 'antivirus_clamav', 'runningmethod', 'commandline', NULL),
(1550, 2, 1643502589, 'antivirus_clamav', 'pathtoclam', '', NULL),
(1551, 2, 1643502589, 'antivirus_clamav', 'pathtounixsocket', '', NULL),
(1552, 2, 1643502589, 'antivirus_clamav', 'tcpsockethost', '', NULL),
(1553, 2, 1643502589, 'antivirus_clamav', 'tcpsocketport', '3310', NULL),
(1554, 2, 1643502589, 'antivirus_clamav', 'clamfailureonupload', 'donothing', NULL),
(1555, 2, 1643502589, 'antivirus_clamav', 'tries', '1', NULL),
(1556, 2, 1643502589, 'mlbackend_python', 'useserver', '0', NULL),
(1557, 2, 1643502589, 'mlbackend_python', 'host', '', NULL),
(1558, 2, 1643502589, 'mlbackend_python', 'port', '0', NULL),
(1559, 2, 1643502589, 'mlbackend_python', 'secure', '0', NULL),
(1560, 2, 1643502589, 'mlbackend_python', 'username', 'default', NULL),
(1561, 2, 1643502589, 'mlbackend_python', 'password', '', NULL),
(1562, 2, 1643502589, 'qtype_multichoice', 'answerhowmany', '1', NULL),
(1563, 2, 1643502589, 'qtype_multichoice', 'shuffleanswers', '1', NULL),
(1564, 2, 1643502589, 'qtype_multichoice', 'answernumbering', 'abc', NULL),
(1565, 2, 1643502589, NULL, 'profileroles', '5,4,3', NULL),
(1566, 2, 1643502589, NULL, 'coursecontact', '3', NULL),
(1567, 2, 1643502589, NULL, 'frontpage', '6', NULL),
(1568, 2, 1643502589, NULL, 'frontpageloggedin', '6', NULL),
(1569, 2, 1643502589, NULL, 'maxcategorydepth', '2', NULL),
(1570, 2, 1643502590, NULL, 'frontpagecourselimit', '200', NULL),
(1571, 2, 1643502590, NULL, 'commentsperpage', '15', NULL),
(1572, 2, 1643502590, NULL, 'defaultfrontpageroleid', '8', NULL),
(1573, 2, 1643502590, NULL, 'messageinbound_enabled', '0', NULL),
(1574, 2, 1643502590, NULL, 'messageinbound_mailbox', '', NULL),
(1575, 2, 1643502590, NULL, 'messageinbound_domain', '', NULL),
(1576, 2, 1643502590, NULL, 'messageinbound_host', '', NULL),
(1577, 2, 1643502590, NULL, 'messageinbound_hostssl', 'ssl', NULL),
(1578, 2, 1643502590, NULL, 'messageinbound_hostuser', '', NULL),
(1579, 2, 1643502590, NULL, 'messageinbound_hostpass', '', NULL),
(1580, 2, 1643502590, NULL, 'enablemobilewebservice', '0', NULL),
(1581, 2, 1643502590, 'tool_mobile', 'apppolicy', '', NULL),
(1582, 2, 1643502590, 'tool_mobile', 'typeoflogin', '1', NULL),
(1583, 2, 1643502590, 'tool_mobile', 'qrcodetype', '1', NULL),
(1584, 2, 1643502590, 'tool_mobile', 'forcedurlscheme', 'moodlemobile', NULL),
(1585, 2, 1643502590, 'tool_mobile', 'minimumversion', '', NULL),
(1586, 2, 1643502590, NULL, 'mobilecssurl', '', NULL),
(1587, 2, 1643502590, 'tool_mobile', 'enablesmartappbanners', '0', NULL),
(1588, 2, 1643502590, 'tool_mobile', 'iosappid', '633359593', NULL),
(1589, 2, 1643502590, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile', NULL),
(1590, 2, 1643502590, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile', NULL),
(1591, 2, 1643502590, 'tool_mobile', 'forcelogout', '0', NULL),
(1592, 2, 1643502590, 'tool_mobile', 'disabledfeatures', '', NULL),
(1593, 2, 1643502590, 'tool_mobile', 'custommenuitems', '', NULL),
(1594, 2, 1643502590, 'tool_mobile', 'customlangstrings', '', NULL),
(1595, 2, 1643502590, 'tool_moodlenet', 'enablemoodlenet', '0', NULL),
(1596, 2, 1643502590, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central', NULL),
(1597, 2, 1643502590, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net', NULL),
(1598, 2, 1643502631, NULL, 'timezone', 'Europe/Berlin', NULL),
(1599, 2, 1643502631, NULL, 'registerauth', '', NULL),
(1600, 2, 1643502685, NULL, 'noreplyaddress', 'mimlih30@gmail.com', NULL),
(1601, 2, 1643502810, 'theme_fordson', 'preset', '0', NULL),
(1602, 2, 1643502810, 'theme_fordson', 'presetfiles', '', NULL),
(1603, 2, 1643502810, 'theme_fordson', 'pagelayout', '1', NULL),
(1604, 2, 1643502811, 'theme_fordson', 'sectionlayout', '1', NULL),
(1605, 2, 1643502811, 'theme_fordson', 'coursetilestyle', '10', NULL),
(1606, 2, 1643502811, 'theme_fordson', 'marketingstyle', '3', NULL),
(1607, 2, 1643502811, 'theme_fordson', 'blockdisplay', '1', NULL),
(1608, 2, 1643502811, 'theme_fordson', 'integrationcollapsibletopics', '2', NULL),
(1609, 2, 1643502811, 'theme_fordson', 'easyenrollmentintegration', '1', NULL),
(1610, 2, 1643502811, 'theme_fordson', 'jitsibuttontext', '', NULL),
(1611, 2, 1643502811, 'theme_fordson', 'jitsibuttonurl', '', NULL),
(1612, 2, 1643502811, 'theme_fordson', 'showloginform', '0', NULL),
(1613, 2, 1643502811, 'theme_fordson', 'enhancedmydashboard', '1', NULL),
(1614, 2, 1643502811, 'theme_fordson', 'frontpagemycoursessorting', '1', NULL),
(1615, 2, 1643502811, 'theme_fordson', 'learningcontentpadding', '125px', NULL),
(1616, 2, 1643502811, 'theme_fordson', 'headerimagepadding', '400px', NULL),
(1617, 2, 1643502811, 'theme_fordson', 'gutterwidth', '0rem', NULL),
(1618, 2, 1643502811, 'theme_fordson', 'blockwidthfordson', '280px', NULL),
(1619, 2, 1643502811, 'theme_fordson', 'activityiconsize', '32px', NULL),
(1620, 2, 1643502811, 'theme_fordson', 'trimtitle', '256', NULL),
(1621, 2, 1643502811, 'theme_fordson', 'titletooltip', '0', NULL),
(1622, 2, 1643502811, 'theme_fordson', 'trimsummary', '300', NULL),
(1623, 2, 1643502811, 'theme_fordson', 'courseboxheight', '250px', NULL),
(1624, 2, 1643502811, 'theme_fordson', 'enablecategoryicon', '0', NULL),
(1625, 2, 1643502811, 'theme_fordson', 'catsicon', 'folder', NULL),
(1626, 2, 1643502811, 'theme_fordson', 'showcourseheaderimage', '1', NULL),
(1627, 2, 1643502811, 'theme_fordson', 'favicon', '', NULL),
(1628, 2, 1643502811, 'theme_fordson', 'headerlogo', '', NULL),
(1629, 2, 1643502811, 'theme_fordson', 'headerdefaultimage', '', NULL),
(1630, 2, 1643502811, 'theme_fordson', 'backgroundimage', '', NULL),
(1631, 2, 1643502811, 'theme_fordson', 'loginimage', '', NULL),
(1632, 2, 1643502811, 'theme_fordson', 'scsspre', '', NULL),
(1633, 2, 1643502811, 'theme_fordson', 'brandprimary', '', NULL),
(1634, 2, 1643502811, 'theme_fordson', 'brandsuccess', '', NULL),
(1635, 2, 1643502811, 'theme_fordson', 'brandwarning', '', NULL),
(1636, 2, 1643502812, 'theme_fordson', 'branddanger', '', NULL),
(1637, 2, 1643502812, 'theme_fordson', 'brandinfo', '', NULL),
(1638, 2, 1643502812, 'theme_fordson', 'bodybackground', '', NULL),
(1639, 2, 1643502812, 'theme_fordson', 'topnavbarbg', '', NULL),
(1640, 2, 1643502812, 'theme_fordson', 'topnavbarteacherbg', '', NULL),
(1641, 2, 1643502812, 'theme_fordson', 'breadcrumbbkg', '', NULL),
(1642, 2, 1643502812, 'theme_fordson', 'cardbkg', '', NULL),
(1643, 2, 1643502812, 'theme_fordson', 'drawerbkg', '', NULL),
(1644, 2, 1643502812, 'theme_fordson', 'footerbkg', '', NULL),
(1645, 2, 1643502812, 'theme_fordson', 'markettextbg', '', NULL),
(1646, 2, 1643502812, 'theme_fordson', 'scss', '', NULL),
(1647, 2, 1643502812, 'theme_fordson', 'fptextbox', '', NULL),
(1648, 2, 1643502812, 'theme_fordson', 'fptextboxlogout', '', NULL),
(1649, 2, 1643502812, 'theme_fordson', 'alertbox', '', NULL),
(1650, 2, 1643502812, 'theme_fordson', 'coursemanagementtoggle', '1', NULL),
(1651, 2, 1643502812, 'theme_fordson', 'coursemanagementtextbox', '', NULL),
(1652, 2, 1643502812, 'theme_fordson', 'studentdashboardtextbox', '', NULL),
(1653, 2, 1643502812, 'theme_fordson', 'navbarcolorswitch', '2', NULL),
(1654, 2, 1643502812, 'theme_fordson', 'showactivitynav', '1', NULL),
(1655, 2, 1643502812, 'theme_fordson', 'courseeditingcog', '1', NULL),
(1656, 2, 1643502812, 'theme_fordson', 'showstudentgrades', '1', NULL),
(1657, 2, 1643502812, 'theme_fordson', 'showstudentcompletion', '1', NULL),
(1658, 2, 1643502812, 'theme_fordson', 'showonlygroupteachers', '0', NULL),
(1659, 2, 1643502812, 'theme_fordson', 'showcourseadminstudents', '1', NULL),
(1660, 2, 1643502812, 'theme_fordson', 'displaymycourses', '1', NULL),
(1661, 2, 1643502812, 'theme_fordson', 'displaythiscourse', '', NULL),
(1662, 2, 1643502812, 'theme_fordson', 'mycoursetitle', 'course', NULL),
(1663, 2, 1643502812, 'theme_fordson', 'shownavdrawer', '1', NULL),
(1664, 2, 1643502812, 'theme_fordson', 'shownavclosed', '', NULL),
(1665, 2, 1643502812, 'theme_fordson', 'iconwidth', '100px', NULL),
(1666, 2, 1643502812, 'theme_fordson', 'createicon', 'edit', NULL),
(1667, 2, 1643502813, 'theme_fordson', 'createbuttontext', 'Créer un cours', NULL),
(1668, 2, 1643502813, 'theme_fordson', 'createbuttonurl', 'http://localhost/moodle/course/edit.php?category=1', NULL),
(1669, 2, 1643502813, 'theme_fordson', 'slideicon', '', NULL),
(1670, 2, 1643502813, 'theme_fordson', 'slideiconbuttontext', '', NULL),
(1671, 2, 1643502813, 'theme_fordson', 'slidetextbox', '', NULL),
(1672, 2, 1643502813, 'theme_fordson', 'nav1icon', 'home', NULL),
(1673, 2, 1643502813, 'theme_fordson', 'nav1buttontext', 'Tableau de bord', NULL),
(1674, 2, 1643502813, 'theme_fordson', 'nav1buttonurl', 'http://localhost/moodle/my/', NULL),
(1675, 2, 1643502813, 'theme_fordson', 'nav1target', '_self', NULL),
(1676, 2, 1643502813, 'theme_fordson', 'nav2icon', 'calendar', NULL),
(1677, 2, 1643502813, 'theme_fordson', 'nav2buttontext', 'Calendrier', NULL),
(1678, 2, 1643502813, 'theme_fordson', 'nav2buttonurl', 'http://localhost/moodle/calendar/view.php?view=month', NULL),
(1679, 2, 1643502813, 'theme_fordson', 'nav2target', '_self', NULL),
(1680, 2, 1643502813, 'theme_fordson', 'nav3icon', 'bookmark', NULL),
(1681, 2, 1643502813, 'theme_fordson', 'nav3buttontext', 'Badges', NULL),
(1682, 2, 1643502813, 'theme_fordson', 'nav3buttonurl', 'http://localhost/moodle/badges/mybadges.php', NULL),
(1683, 2, 1643502813, 'theme_fordson', 'nav3target', '_self', NULL),
(1684, 2, 1643502813, 'theme_fordson', 'nav4icon', 'book', NULL),
(1685, 2, 1643502813, 'theme_fordson', 'nav4buttontext', 'Tous les cours', NULL),
(1686, 2, 1643502813, 'theme_fordson', 'nav4buttonurl', 'http://localhost/moodle/course/', NULL),
(1687, 2, 1643502813, 'theme_fordson', 'nav4target', '_self', NULL),
(1688, 2, 1643502813, 'theme_fordson', 'nav5icon', '', NULL),
(1689, 2, 1643502813, 'theme_fordson', 'nav5buttontext', '', NULL),
(1690, 2, 1643502813, 'theme_fordson', 'nav5buttonurl', '', NULL),
(1691, 2, 1643502813, 'theme_fordson', 'nav5target', '_self', NULL),
(1692, 2, 1643502813, 'theme_fordson', 'nav6icon', '', NULL),
(1693, 2, 1643502813, 'theme_fordson', 'nav6buttontext', '', NULL),
(1694, 2, 1643502814, 'theme_fordson', 'nav6buttonurl', '', NULL),
(1695, 2, 1643502814, 'theme_fordson', 'nav6target', '_self', NULL),
(1696, 2, 1643502814, 'theme_fordson', 'nav7icon', '', NULL),
(1697, 2, 1643502814, 'theme_fordson', 'nav7buttontext', '', NULL),
(1698, 2, 1643502814, 'theme_fordson', 'nav7buttonurl', '', NULL),
(1699, 2, 1643502814, 'theme_fordson', 'nav7target', '_self', NULL),
(1700, 2, 1643502814, 'theme_fordson', 'nav8icon', '', NULL),
(1701, 2, 1643502814, 'theme_fordson', 'nav8buttontext', '', NULL),
(1702, 2, 1643502814, 'theme_fordson', 'nav8buttonurl', '', NULL),
(1703, 2, 1643502814, 'theme_fordson', 'nav8target', '_self', NULL),
(1704, 2, 1643502814, 'theme_fordson', 'togglemarketing', '2', NULL),
(1705, 2, 1643502814, 'theme_fordson', 'marketing1', '', NULL),
(1706, 2, 1643502814, 'theme_fordson', 'marketing1image', '', NULL),
(1707, 2, 1643502814, 'theme_fordson', 'marketing1content', '', NULL),
(1708, 2, 1643502814, 'theme_fordson', 'marketing1buttontext', '', NULL),
(1709, 2, 1643502814, 'theme_fordson', 'marketing1buttonurl', '', NULL),
(1710, 2, 1643502814, 'theme_fordson', 'marketing1target', '_self', NULL),
(1711, 2, 1643502814, 'theme_fordson', 'marketing2', '', NULL),
(1712, 2, 1643502814, 'theme_fordson', 'marketing2image', '', NULL),
(1713, 2, 1643502814, 'theme_fordson', 'marketing2content', '', NULL),
(1714, 2, 1643502814, 'theme_fordson', 'marketing2buttontext', '', NULL),
(1715, 2, 1643502814, 'theme_fordson', 'marketing2buttonurl', '', NULL),
(1716, 2, 1643502814, 'theme_fordson', 'marketing2target', '_self', NULL),
(1717, 2, 1643502814, 'theme_fordson', 'marketing3', '', NULL),
(1718, 2, 1643502814, 'theme_fordson', 'marketing3image', '', NULL),
(1719, 2, 1643502814, 'theme_fordson', 'marketing3content', '', NULL),
(1720, 2, 1643502814, 'theme_fordson', 'marketing3buttontext', '', NULL),
(1721, 2, 1643502814, 'theme_fordson', 'marketing3buttonurl', '', NULL),
(1722, 2, 1643502815, 'theme_fordson', 'marketing3target', '_self', NULL),
(1723, 2, 1643502815, 'theme_fordson', 'marketing4', '', NULL),
(1724, 2, 1643502815, 'theme_fordson', 'marketing4image', '', NULL),
(1725, 2, 1643502815, 'theme_fordson', 'marketing4content', '', NULL),
(1726, 2, 1643502815, 'theme_fordson', 'marketing4buttontext', '', NULL),
(1727, 2, 1643502815, 'theme_fordson', 'marketing4buttonurl', '', NULL),
(1728, 2, 1643502815, 'theme_fordson', 'marketing4target', '_self', NULL),
(1729, 2, 1643502815, 'theme_fordson', 'marketing5', '', NULL),
(1730, 2, 1643502815, 'theme_fordson', 'marketing5image', '', NULL),
(1731, 2, 1643502815, 'theme_fordson', 'marketing5content', '', NULL),
(1732, 2, 1643502815, 'theme_fordson', 'marketing5buttontext', '', NULL),
(1733, 2, 1643502815, 'theme_fordson', 'marketing5buttonurl', '', NULL),
(1734, 2, 1643502815, 'theme_fordson', 'marketing5target', '_self', NULL),
(1735, 2, 1643502815, 'theme_fordson', 'marketing6', '', NULL),
(1736, 2, 1643502815, 'theme_fordson', 'marketing6image', '', NULL),
(1737, 2, 1643502815, 'theme_fordson', 'marketing6content', '', NULL),
(1738, 2, 1643502815, 'theme_fordson', 'marketing6buttontext', '', NULL),
(1739, 2, 1643502815, 'theme_fordson', 'marketing6buttonurl', '', NULL),
(1740, 2, 1643502815, 'theme_fordson', 'marketing6target', '_self', NULL),
(1741, 2, 1643502815, 'theme_fordson', 'marketing7', '', NULL),
(1742, 2, 1643502815, 'theme_fordson', 'marketing7image', '', NULL),
(1743, 2, 1643502815, 'theme_fordson', 'marketing7content', '', NULL),
(1744, 2, 1643502816, 'theme_fordson', 'marketing7buttontext', '', NULL),
(1745, 2, 1643502816, 'theme_fordson', 'marketing7buttonurl', '', NULL),
(1746, 2, 1643502816, 'theme_fordson', 'marketing7target', '_self', NULL),
(1747, 2, 1643502816, 'theme_fordson', 'marketing8', '', NULL),
(1748, 2, 1643502816, 'theme_fordson', 'marketing8image', '', NULL),
(1749, 2, 1643502816, 'theme_fordson', 'marketing8content', '', NULL),
(1750, 2, 1643502816, 'theme_fordson', 'marketing8buttontext', '', NULL),
(1751, 2, 1643502816, 'theme_fordson', 'marketing8buttonurl', '', NULL),
(1752, 2, 1643502816, 'theme_fordson', 'marketing8target', '_self', NULL),
(1753, 2, 1643502816, 'theme_fordson', 'marketing9', '', NULL),
(1754, 2, 1643502816, 'theme_fordson', 'marketing9image', '', NULL),
(1755, 2, 1643502816, 'theme_fordson', 'marketing9content', '', NULL),
(1756, 2, 1643502816, 'theme_fordson', 'marketing9buttontext', '', NULL),
(1757, 2, 1643502816, 'theme_fordson', 'marketing9buttonurl', '', NULL),
(1758, 2, 1643502816, 'theme_fordson', 'marketing9target', '_self', NULL),
(1759, 2, 1643502816, 'theme_fordson', 'brandorganization', '', NULL),
(1760, 2, 1643502816, 'theme_fordson', 'brandwebsite', '', NULL),
(1761, 2, 1643502816, 'theme_fordson', 'brandphone', '', NULL),
(1762, 2, 1643502816, 'theme_fordson', 'brandemail', '', NULL),
(1763, 2, 1643502816, 'theme_fordson', 'footnote', '', NULL),
(1764, 2, 1643502816, 'theme_fordson', 'website', '', NULL),
(1765, 2, 1643502816, 'theme_fordson', 'blog', '', NULL),
(1766, 2, 1643502816, 'theme_fordson', 'facebook', '', NULL),
(1767, 2, 1643502816, 'theme_fordson', 'flickr', '', NULL),
(1768, 2, 1643502816, 'theme_fordson', 'twitter', '', NULL),
(1769, 2, 1643502816, 'theme_fordson', 'googleplus', '', NULL),
(1770, 2, 1643502816, 'theme_fordson', 'linkedin', '', NULL),
(1771, 2, 1643502816, 'theme_fordson', 'tumblr', '', NULL),
(1772, 2, 1643502816, 'theme_fordson', 'pinterest', '', NULL),
(1773, 2, 1643502817, 'theme_fordson', 'instagram', '', NULL),
(1774, 2, 1643502817, 'theme_fordson', 'youtube', '', NULL),
(1775, 2, 1643502817, 'theme_fordson', 'vimeo', '', NULL),
(1776, 2, 1643502817, 'theme_fordson', 'skype', '', NULL),
(1777, 2, 1643502817, 'theme_fordson', 'social1', '', NULL),
(1778, 2, 1643502817, 'theme_fordson', 'socialicon1', 'home', NULL),
(1779, 2, 1643502817, 'theme_fordson', 'social2', '', NULL),
(1780, 2, 1643502817, 'theme_fordson', 'socialicon2', 'home', NULL),
(1781, 2, 1643502817, 'theme_fordson', 'social3', '', NULL),
(1782, 2, 1643502817, 'theme_fordson', 'socialicon3', 'home', NULL),
(1783, 2, 1643502817, 'theme_fordson', 'showslideshow', '0', NULL),
(1784, 2, 1643502817, 'theme_fordson', 'slideshowpages', '0', NULL),
(1785, 2, 1643502817, 'theme_fordson', 'slideshowheight', '250px', NULL),
(1786, 2, 1643502817, 'theme_fordson', 'slideshowspacer', 'initial', NULL),
(1787, 2, 1643502817, 'theme_fordson', 'slide1title', '', NULL),
(1788, 2, 1643502817, 'theme_fordson', 'slide1content', '', NULL),
(1789, 2, 1643502817, 'theme_fordson', 'slide1image', '', NULL),
(1790, 2, 1643502817, 'theme_fordson', 'slide2title', '', NULL),
(1791, 2, 1643502817, 'theme_fordson', 'slide2content', '', NULL),
(1792, 2, 1643502817, 'theme_fordson', 'slide2image', '', NULL),
(1793, 2, 1643502817, 'theme_fordson', 'slide3title', '', NULL),
(1794, 2, 1643502817, 'theme_fordson', 'slide3content', '', NULL),
(1795, 2, 1643502817, 'theme_fordson', 'slide3image', '', NULL),
(1796, 2, 1643502817, 'theme_fordson', 'showcustomlogin', '0', NULL),
(1797, 2, 1643502817, 'theme_fordson', 'logintopimage', '', NULL),
(1798, 2, 1643502817, 'theme_fordson', 'fploginform', '', NULL),
(1799, 2, 1643502817, 'theme_fordson', 'loginnav1icon', '', NULL),
(1800, 2, 1643502817, 'theme_fordson', 'loginnav1titletext', '', NULL),
(1801, 2, 1643502817, 'theme_fordson', 'loginnav1icontext', '', NULL),
(1802, 2, 1643502818, 'theme_fordson', 'loginnav2icon', '', NULL),
(1803, 2, 1643502818, 'theme_fordson', 'loginnav2titletext', '', NULL),
(1804, 2, 1643502818, 'theme_fordson', 'loginnav2icontext', '', NULL),
(1805, 2, 1643502818, 'theme_fordson', 'loginnav3icon', '', NULL),
(1806, 2, 1643502818, 'theme_fordson', 'loginnav3titletext', '', NULL),
(1807, 2, 1643502818, 'theme_fordson', 'loginnav3icontext', '', NULL),
(1808, 2, 1643502818, 'theme_fordson', 'loginnav4icon', '', NULL),
(1809, 2, 1643502818, 'theme_fordson', 'loginnav4titletext', '', NULL),
(1810, 2, 1643502818, 'theme_fordson', 'loginnav4icontext', '', NULL),
(1811, 2, 1643502818, 'theme_fordson', 'feature1text', '', NULL),
(1812, 2, 1643502818, 'theme_fordson', 'feature1image', '', NULL),
(1813, 2, 1643502818, 'theme_fordson', 'feature2text', '', NULL),
(1814, 2, 1643502818, 'theme_fordson', 'feature2image', '', NULL),
(1815, 2, 1643502818, 'theme_fordson', 'feature3text', '', NULL),
(1816, 2, 1643502818, 'theme_fordson', 'feature3image', '', NULL),
(1817, 2, 1643502962, 'mod_hvp', 'enable_save_content_state', '0', NULL),
(1818, 2, 1643502962, 'mod_hvp', 'content_state_frequency', '30', NULL),
(1819, 2, 1643502962, 'mod_hvp', 'send_usage_statistics', '1', NULL),
(1820, 2, 1643502962, 'mod_hvp', 'frame', '1', NULL),
(1821, 2, 1643502962, 'mod_hvp', 'export', '3', NULL),
(1822, 2, 1643502962, 'mod_hvp', 'embed', '3', NULL),
(1823, 2, 1643502962, 'mod_hvp', 'copyright', '1', NULL),
(1824, 2, 1643502962, 'mod_hvp', 'icon', '1', NULL),
(1825, 2, 1643502962, 'mod_hvp', 'enable_lrs_content_types', '0', NULL),
(1826, 2, 1643503250, 'geogebra', 'deployggb', '//www.geogebra.org/apps/deployggb.js', NULL),
(1827, 2, 1643503250, 'geogebra', 'fflate', '//unpkg.com/fflate', NULL),
(1828, 2, 1643503576, 'qtype_formulas', 'usepopup', '0', NULL),
(1829, 2, 1643503576, 'qtype_formulas', 'defaultanswertype', '0', NULL),
(1830, 2, 1643503576, 'qtype_formulas', 'defaultcorrectness', '_relerr < 0.01', NULL),
(1831, 2, 1643503576, 'qtype_formulas', 'defaultanswermark', '1', NULL),
(1832, 2, 1643503576, 'qtype_formulas', 'defaultunitpenalty', '1', NULL),
(1833, 2, 1643540535, NULL, 'custommenuitems', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=10#', ''),
(1834, 2, 1643540535, NULL, 'customusermenuitems', 'grades,grades|/grade/report/mygrades.php|t/grades\r\nmessages,message|/message/index.php|t/message\r\npreferences,moodle|/user/preferences.php|t/preferences', 'grades,grades|/grade/report/mygrades.php|t/grades\nmessages,message|/message/index.php|t/message\npreferences,moodle|/user/preferences.php|t/preferences'),
(1835, 2, 1643540624, NULL, 'custommenuitems', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=10', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=10#'),
(1836, 2, 1643540655, NULL, 'custommenuitems', '-HILMI|http://localhost/moodle/course/management.php?categoryid=10', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=10'),
(1837, 2, 1643540698, NULL, 'custommenuitems', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=2', '-HILMI|http://localhost/moodle/course/management.php?categoryid=10'),
(1838, 2, 1643540765, NULL, 'custommenuitems', '-HILMI|http://localhost/moodle/course/management.php?categoryid=2', '-Tous les cours|/course/\r\n-HILMI|http://localhost/moodle/course/management.php?categoryid=2'),
(1839, 2, 1643540838, NULL, 'custommenuitems', '-HILMI[http://localhost/moodle/course/index.php?categoryid=2', '-HILMI|http://localhost/moodle/course/management.php?categoryid=2'),
(1840, 2, 1643540861, NULL, 'custommenuitems', '-HILMI|http://localhost/moodle/course/index.php?categoryid=2', '-HILMI[http://localhost/moodle/course/index.php?categoryid=2'),
(1841, 2, 1643541279, 'filter_jsxgraph', 'jsxfromserver', '0', NULL),
(1842, 2, 1643541280, 'filter_jsxgraph', 'serverversion', '1.4.1', NULL),
(1843, 2, 1643541280, 'filter_jsxgraph', 'formulasextension', '1', NULL),
(1844, 2, 1643541280, 'filter_jsxgraph', 'HTMLentities', '1', NULL),
(1845, 2, 1643541280, 'filter_jsxgraph', 'convertencoding', '1', NULL),
(1846, 2, 1643541280, 'filter_jsxgraph', 'globalJS', '', NULL),
(1847, 2, 1643541280, 'filter_jsxgraph', 'aspectratio', '', NULL),
(1848, 2, 1643541280, 'filter_jsxgraph', 'fixwidth', '0', NULL),
(1849, 2, 1643541280, 'filter_jsxgraph', 'fixheight', '0', NULL),
(1850, 2, 1643541280, 'filter_jsxgraph', 'maxwidth', '', NULL),
(1851, 2, 1643541280, 'filter_jsxgraph', 'maxheight', '', NULL),
(1852, 2, 1643541280, 'filter_jsxgraph', 'fallbackaspectratio', '1 / 1', NULL),
(1853, 2, 1643541280, 'filter_jsxgraph', 'fallbackwidth', '100%', NULL),
(1854, 2, 1643541280, 'filter_jsxgraph', 'usedivid', '0', NULL),
(1855, 2, 1643541280, 'filter_jsxgraph', 'divid', 'box', NULL),
(1856, 2, 1643541548, 'format_topcoll', 'defaultdisplayinstructions', '2', NULL),
(1857, 2, 1643541548, 'format_topcoll', 'defaultdisplayblocks', 'calendar_upcoming,news_items,recent_activity,search_forums', NULL),
(1858, 2, 1643541548, 'format_topcoll', 'defaultdisplayblocksloc', '1', NULL),
(1859, 2, 1643541548, 'format_topcoll', 'defaultlayoutelement', '1', NULL),
(1860, 2, 1643541548, 'format_topcoll', 'defaultlayoutstructure', '1', NULL),
(1861, 2, 1643541548, 'format_topcoll', 'defaultlayoutcolumns', '1', NULL),
(1862, 2, 1643541548, 'format_topcoll', 'defaultlayoutcolumnorientation', '2', NULL),
(1863, 2, 1643541548, 'format_topcoll', 'defaulttoggleallenabled', '2', NULL),
(1864, 2, 1643541548, 'format_topcoll', 'defaultviewsinglesectionenabled', '2', NULL),
(1865, 2, 1643541548, 'format_topcoll', 'defaulttogglealignment', '2', NULL),
(1866, 2, 1643541548, 'format_topcoll', 'defaulttoggleiconposition', '1', NULL),
(1867, 2, 1643541548, 'format_topcoll', 'defaulttoggleiconset', 'arrow', NULL),
(1868, 2, 1643541548, 'format_topcoll', 'defaultonesection', '1', NULL),
(1869, 2, 1643541548, 'format_topcoll', 'defaulttoggleallhover', '2', NULL),
(1870, 2, 1643541548, 'format_topcoll', 'defaulttoggleforegroundcolour', '#000000', NULL),
(1871, 2, 1643541548, 'format_topcoll', 'defaulttoggleforegroundopacity', '1.0', NULL),
(1872, 2, 1643541548, 'format_topcoll', 'defaulttoggleforegroundhovercolour', '#888888', NULL),
(1873, 2, 1643541548, 'format_topcoll', 'defaulttoggleforegroundhoveropacity', '1.0', NULL),
(1874, 2, 1643541548, 'format_topcoll', 'defaulttogglebackgroundcolour', '#04ACD2', NULL),
(1875, 2, 1643541548, 'format_topcoll', 'defaulttogglebackgroundopacity', '1.0', NULL),
(1876, 2, 1643541548, 'format_topcoll', 'defaulttogglebackgroundhovercolour', '#04B8CD', NULL),
(1877, 2, 1643541548, 'format_topcoll', 'defaulttogglebackgroundhoveropacity', '1.0', NULL),
(1878, 2, 1643541548, 'format_topcoll', 'defaultshowsectionsummary', '1', NULL),
(1879, 2, 1643541548, 'format_topcoll', 'defaulttogglepersistence', '1', NULL),
(1880, 2, 1643541548, 'format_topcoll', 'defaultuserpreference', '0', NULL),
(1881, 2, 1643541548, 'format_topcoll', 'defaulttoggleiconsize', 'tc-medium', NULL),
(1882, 2, 1643541548, 'format_topcoll', 'defaulttoggleborderradiustl', '0.7', NULL),
(1883, 2, 1643541548, 'format_topcoll', 'defaulttoggleborderradiustr', '0.7', NULL),
(1884, 2, 1643541548, 'format_topcoll', 'defaulttoggleborderradiusbr', '0.7', NULL),
(1885, 2, 1643541548, 'format_topcoll', 'defaulttoggleborderradiusbl', '0.7', NULL),
(1886, 2, 1643541548, 'format_topcoll', 'formatresponsive', '0', NULL),
(1887, 2, 1643541548, 'format_topcoll', 'enableadditionalmoddata', '1', NULL),
(1888, 2, 1643541549, 'format_topcoll', 'courseadditionalmoddatamaxstudents', '0', NULL),
(1889, 2, 1643541549, 'format_topcoll', 'defaultshowadditionalmoddata', '2', NULL),
(1890, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationassign', '2', NULL),
(1891, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationquiz', '2', NULL),
(1892, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationchoice', '2', NULL),
(1893, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationfeedback', '2', NULL),
(1894, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationforum', '2', NULL),
(1895, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationlesson', '2', NULL),
(1896, 2, 1643541549, 'format_topcoll', 'coursesectionactivityfurtherinformationdata', '2', NULL);

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

--
-- Structure de la table `mdl_config_plugins`
--

CREATE TABLE `mdl_config_plugins` (
  `id` bigint(10) NOT NULL,
  `plugin` varchar(100) NOT NULL DEFAULT 'core',
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Moodle modules and plugins configuration variables' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_config_plugins`
--

INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(1, 'question', 'multichoice_sortorder', '1'),
(2, 'question', 'truefalse_sortorder', '2'),
(3, 'question', 'match_sortorder', '3'),
(4, 'question', 'shortanswer_sortorder', '4'),
(5, 'question', 'numerical_sortorder', '5'),
(6, 'question', 'essay_sortorder', '6'),
(7, 'moodlecourse', 'visible', '1'),
(8, 'moodlecourse', 'format', 'topics'),
(9, 'moodlecourse', 'maxsections', '52'),
(10, 'moodlecourse', 'numsections', '4'),
(11, 'moodlecourse', 'hiddensections', '0'),
(12, 'moodlecourse', 'coursedisplay', '0'),
(13, 'moodlecourse', 'courseenddateenabled', '1'),
(14, 'moodlecourse', 'courseduration', '31536000'),
(15, 'moodlecourse', 'lang', ''),
(16, 'moodlecourse', 'newsitems', '5'),
(17, 'moodlecourse', 'showgrades', '1'),
(18, 'moodlecourse', 'showreports', '0'),
(19, 'moodlecourse', 'maxbytes', '0'),
(20, 'moodlecourse', 'enablecompletion', '1'),
(21, 'moodlecourse', 'groupmode', '0'),
(22, 'moodlecourse', 'groupmodeforce', '0'),
(23, 'backup', 'loglifetime', '30'),
(24, 'backup', 'backup_general_users', '1'),
(25, 'backup', 'backup_general_users_locked', ''),
(26, 'backup', 'backup_general_anonymize', '0'),
(27, 'backup', 'backup_general_anonymize_locked', ''),
(28, 'backup', 'backup_general_role_assignments', '1'),
(29, 'backup', 'backup_general_role_assignments_locked', ''),
(30, 'backup', 'backup_general_activities', '1'),
(31, 'backup', 'backup_general_activities_locked', ''),
(32, 'backup', 'backup_general_blocks', '1'),
(33, 'backup', 'backup_general_blocks_locked', ''),
(34, 'backup', 'backup_general_files', '1'),
(35, 'backup', 'backup_general_files_locked', ''),
(36, 'backup', 'backup_general_filters', '1'),
(37, 'backup', 'backup_general_filters_locked', ''),
(38, 'backup', 'backup_general_comments', '1'),
(39, 'backup', 'backup_general_comments_locked', ''),
(40, 'backup', 'backup_general_badges', '1'),
(41, 'backup', 'backup_general_badges_locked', ''),
(42, 'backup', 'backup_general_calendarevents', '1'),
(43, 'backup', 'backup_general_calendarevents_locked', ''),
(44, 'backup', 'backup_general_userscompletion', '1'),
(45, 'backup', 'backup_general_userscompletion_locked', ''),
(46, 'backup', 'backup_general_logs', '0'),
(47, 'backup', 'backup_general_logs_locked', ''),
(48, 'backup', 'backup_general_histories', '0'),
(49, 'backup', 'backup_general_histories_locked', ''),
(50, 'backup', 'backup_general_questionbank', '1'),
(51, 'backup', 'backup_general_questionbank_locked', ''),
(52, 'backup', 'backup_general_groups', '1'),
(53, 'backup', 'backup_general_groups_locked', ''),
(54, 'backup', 'backup_general_competencies', '1'),
(55, 'backup', 'backup_general_competencies_locked', ''),
(56, 'backup', 'backup_general_contentbankcontent', '1'),
(57, 'backup', 'backup_general_contentbankcontent_locked', ''),
(58, 'backup', 'import_general_maxresults', '10'),
(59, 'backup', 'import_general_duplicate_admin_allowed', '0'),
(60, 'backup', 'backup_import_activities', '1'),
(61, 'backup', 'backup_import_activities_locked', ''),
(62, 'backup', 'backup_import_blocks', '1'),
(63, 'backup', 'backup_import_blocks_locked', ''),
(64, 'backup', 'backup_import_filters', '1'),
(65, 'backup', 'backup_import_filters_locked', ''),
(66, 'backup', 'backup_import_calendarevents', '1'),
(67, 'backup', 'backup_import_calendarevents_locked', ''),
(68, 'backup', 'backup_import_questionbank', '1'),
(69, 'backup', 'backup_import_questionbank_locked', ''),
(70, 'backup', 'backup_import_groups', '1'),
(71, 'backup', 'backup_import_groups_locked', ''),
(72, 'backup', 'backup_import_competencies', '1'),
(73, 'backup', 'backup_import_competencies_locked', ''),
(74, 'backup', 'backup_import_contentbankcontent', '1'),
(75, 'backup', 'backup_import_contentbankcontent_locked', ''),
(76, 'backup', 'backup_auto_active', '0'),
(77, 'backup', 'backup_auto_weekdays', '0000000'),
(78, 'backup', 'backup_auto_hour', '0'),
(79, 'backup', 'backup_auto_minute', '0'),
(80, 'backup', 'backup_auto_storage', '0'),
(81, 'backup', 'backup_auto_destination', ''),
(82, 'backup', 'backup_auto_max_kept', '1'),
(83, 'backup', 'backup_auto_delete_days', '0'),
(84, 'backup', 'backup_auto_min_kept', '0'),
(85, 'backup', 'backup_shortname', '0'),
(86, 'backup', 'backup_auto_skip_hidden', '1'),
(87, 'backup', 'backup_auto_skip_modif_days', '30'),
(88, 'backup', 'backup_auto_skip_modif_prev', '0'),
(89, 'backup', 'backup_auto_users', '1'),
(90, 'backup', 'backup_auto_role_assignments', '1'),
(91, 'backup', 'backup_auto_activities', '1'),
(92, 'backup', 'backup_auto_blocks', '1'),
(93, 'backup', 'backup_auto_files', '1'),
(94, 'backup', 'backup_auto_filters', '1'),
(95, 'backup', 'backup_auto_comments', '1'),
(96, 'backup', 'backup_auto_badges', '1'),
(97, 'backup', 'backup_auto_calendarevents', '1'),
(98, 'backup', 'backup_auto_userscompletion', '1'),
(99, 'backup', 'backup_auto_logs', '0'),
(100, 'backup', 'backup_auto_histories', '0'),
(101, 'backup', 'backup_auto_questionbank', '1'),
(102, 'backup', 'backup_auto_groups', '1'),
(103, 'backup', 'backup_auto_competencies', '1'),
(104, 'backup', 'backup_auto_contentbankcontent', '1'),
(105, 'restore', 'restore_general_users', '1'),
(106, 'restore', 'restore_general_users_locked', ''),
(107, 'restore', 'restore_general_enrolments', '1'),
(108, 'restore', 'restore_general_enrolments_locked', ''),
(109, 'restore', 'restore_general_role_assignments', '1'),
(110, 'restore', 'restore_general_role_assignments_locked', ''),
(111, 'restore', 'restore_general_activities', '1'),
(112, 'restore', 'restore_general_activities_locked', ''),
(113, 'restore', 'restore_general_blocks', '1'),
(114, 'restore', 'restore_general_blocks_locked', ''),
(115, 'restore', 'restore_general_filters', '1'),
(116, 'restore', 'restore_general_filters_locked', ''),
(117, 'restore', 'restore_general_comments', '1'),
(118, 'restore', 'restore_general_comments_locked', ''),
(119, 'restore', 'restore_general_badges', '1'),
(120, 'restore', 'restore_general_badges_locked', ''),
(121, 'restore', 'restore_general_calendarevents', '1'),
(122, 'restore', 'restore_general_calendarevents_locked', ''),
(123, 'restore', 'restore_general_userscompletion', '1'),
(124, 'restore', 'restore_general_userscompletion_locked', ''),
(125, 'restore', 'restore_general_logs', '1'),
(126, 'restore', 'restore_general_logs_locked', ''),
(127, 'restore', 'restore_general_histories', '1'),
(128, 'restore', 'restore_general_histories_locked', ''),
(129, 'restore', 'restore_general_groups', '1'),
(130, 'restore', 'restore_general_groups_locked', ''),
(131, 'restore', 'restore_general_competencies', '1'),
(132, 'restore', 'restore_general_competencies_locked', ''),
(133, 'restore', 'restore_general_contentbankcontent', '1'),
(134, 'restore', 'restore_general_contentbankcontent_locked', ''),
(135, 'restore', 'restore_merge_overwrite_conf', '0'),
(136, 'restore', 'restore_merge_overwrite_conf_locked', ''),
(137, 'restore', 'restore_merge_course_fullname', '1'),
(138, 'restore', 'restore_merge_course_fullname_locked', ''),
(139, 'restore', 'restore_merge_course_shortname', '1'),
(140, 'restore', 'restore_merge_course_shortname_locked', ''),
(141, 'restore', 'restore_merge_course_startdate', '1'),
(142, 'restore', 'restore_merge_course_startdate_locked', ''),
(143, 'restore', 'restore_replace_overwrite_conf', '0'),
(144, 'restore', 'restore_replace_overwrite_conf_locked', ''),
(145, 'restore', 'restore_replace_course_fullname', '1'),
(146, 'restore', 'restore_replace_course_fullname_locked', ''),
(147, 'restore', 'restore_replace_course_shortname', '1'),
(148, 'restore', 'restore_replace_course_shortname_locked', ''),
(149, 'restore', 'restore_replace_course_startdate', '1'),
(150, 'restore', 'restore_replace_course_startdate_locked', ''),
(151, 'restore', 'restore_replace_keep_roles_and_enrolments', '0'),
(152, 'restore', 'restore_replace_keep_roles_and_enrolments_locked', ''),
(153, 'restore', 'restore_replace_keep_groups_and_groupings', '0'),
(154, 'restore', 'restore_replace_keep_groups_and_groupings_locked', ''),
(155, 'backup', 'backup_async_message_users', '0'),
(156, 'backup', 'backup_async_message_subject', '{operation} de Moodle terminée correctement'),
(157, 'backup', 'backup_async_message', 'Bonjour {user_firstname},<br />Votre {operation} (ID : {backupid}) s\'est terminée correctement.<br /><br />Vous pouvez la trouver ici : {link}.'),
(158, 'analytics', 'modeinstruction', ''),
(159, 'analytics', 'percentonline', '0'),
(160, 'analytics', 'typeinstitution', ''),
(161, 'analytics', 'levelinstitution', ''),
(162, 'analytics', 'predictionsprocessor', '\\mlbackend_php\\processor'),
(163, 'analytics', 'defaulttimesplittingsevaluation', '\\core\\analytics\\time_splitting\\quarters_accum,\\core\\analytics\\time_splitting\\quarters,\\core\\analytics\\time_splitting\\single_range'),
(164, 'analytics', 'modeloutputdir', ''),
(165, 'analytics', 'onlycli', '1'),
(166, 'analytics', 'modeltimelimit', '1200'),
(167, 'core_competency', 'enabled', '1'),
(168, 'core_competency', 'pushcourseratingstouserplans', '1'),
(169, 'cachestore_apcu', 'testperformance', '0'),
(170, 'cachestore_memcached', 'testservers', ''),
(171, 'cachestore_mongodb', 'testserver', ''),
(172, 'cachestore_redis', 'test_server', ''),
(173, 'cachestore_redis', 'test_password', ''),
(174, 'question_preview', 'behaviour', 'deferredfeedback'),
(175, 'question_preview', 'correctness', '1'),
(176, 'question_preview', 'marks', '2'),
(177, 'question_preview', 'markdp', '2'),
(178, 'question_preview', 'feedback', '1'),
(179, 'question_preview', 'generalfeedback', '1'),
(180, 'question_preview', 'rightanswer', '1'),
(181, 'question_preview', 'history', '0'),
(182, 'tool_task', 'enablerunnow', '1'),
(183, 'theme_boost', 'preset', 'default.scss'),
(184, 'theme_boost', 'presetfiles', ''),
(185, 'theme_boost', 'backgroundimage', ''),
(186, 'theme_boost', 'brandcolor', ''),
(187, 'theme_boost', 'scsspre', ''),
(188, 'theme_boost', 'scss', ''),
(189, 'theme_classic', 'navbardark', '0'),
(190, 'theme_classic', 'preset', 'default.scss'),
(191, 'theme_classic', 'presetfiles', ''),
(192, 'theme_classic', 'backgroundimage', ''),
(193, 'theme_classic', 'brandcolor', ''),
(194, 'theme_classic', 'scsspre', ''),
(195, 'theme_classic', 'scss', ''),
(196, 'core_admin', 'logo', ''),
(197, 'core_admin', 'logocompact', ''),
(198, 'core_admin', 'coursecolor1', '#81ecec'),
(199, 'core_admin', 'coursecolor2', '#74b9ff'),
(200, 'core_admin', 'coursecolor3', '#a29bfe'),
(201, 'core_admin', 'coursecolor4', '#dfe6e9'),
(202, 'core_admin', 'coursecolor5', '#00b894'),
(203, 'core_admin', 'coursecolor6', '#0984e3'),
(204, 'core_admin', 'coursecolor7', '#b2bec3'),
(205, 'core_admin', 'coursecolor8', '#fdcb6e'),
(206, 'core_admin', 'coursecolor9', '#fd79a8'),
(207, 'core_admin', 'coursecolor10', '#6c5ce7'),
(208, 'antivirus_clamav', 'version', '2020061500'),
(209, 'availability_completion', 'version', '2020061500'),
(210, 'availability_date', 'version', '2020061500'),
(211, 'availability_grade', 'version', '2020061500'),
(212, 'availability_group', 'version', '2020061500'),
(213, 'availability_grouping', 'version', '2020061500'),
(214, 'availability_profile', 'version', '2020061500'),
(215, 'qtype_calculated', 'version', '2020061500'),
(216, 'qtype_calculatedmulti', 'version', '2020061500'),
(217, 'qtype_calculatedsimple', 'version', '2020061500'),
(218, 'qtype_ddimageortext', 'version', '2020061500'),
(219, 'qtype_ddmarker', 'version', '2020061500'),
(220, 'qtype_ddwtos', 'version', '2020061500'),
(221, 'qtype_description', 'version', '2020061500'),
(222, 'qtype_essay', 'version', '2020061500'),
(223, 'qtype_gapselect', 'version', '2020061500'),
(224, 'qtype_match', 'version', '2020061500'),
(225, 'qtype_missingtype', 'version', '2020061500'),
(226, 'qtype_multianswer', 'version', '2020061500'),
(227, 'qtype_multichoice', 'version', '2020061500'),
(228, 'qtype_numerical', 'version', '2020061500'),
(229, 'qtype_random', 'version', '2020061500'),
(230, 'qtype_randomsamatch', 'version', '2020061500'),
(231, 'qtype_shortanswer', 'version', '2020061500'),
(232, 'qtype_truefalse', 'version', '2020061500'),
(233, 'mod_assign', 'version', '2020061501'),
(234, 'mod_assignment', 'version', '2020061500'),
(236, 'mod_book', 'version', '2020061500'),
(237, 'mod_chat', 'version', '2020061500'),
(238, 'mod_choice', 'version', '2020061500'),
(239, 'mod_data', 'version', '2020061500'),
(240, 'mod_feedback', 'version', '2020061500'),
(242, 'mod_folder', 'version', '2020061500'),
(244, 'mod_forum', 'version', '2020061501'),
(245, 'mod_glossary', 'version', '2020061500'),
(246, 'mod_h5pactivity', 'version', '2020061500'),
(247, 'mod_imscp', 'version', '2020061500'),
(249, 'mod_label', 'version', '2020061500'),
(250, 'mod_lesson', 'version', '2020061500'),
(251, 'mod_lti', 'version', '2020061501'),
(253, 'mod_lti', 'kid', '9b48dcff19ba7f3a13df'),
(254, 'mod_page', 'version', '2020061500'),
(256, 'mod_quiz', 'version', '2020061500'),
(257, 'mod_resource', 'version', '2020061500'),
(258, 'mod_scorm', 'version', '2020061500'),
(259, 'mod_survey', 'version', '2020061500'),
(261, 'mod_url', 'version', '2020061500'),
(263, 'mod_wiki', 'version', '2020061500'),
(265, 'mod_workshop', 'version', '2020061501'),
(266, 'auth_cas', 'version', '2020061501'),
(268, 'auth_db', 'version', '2020061500'),
(270, 'auth_email', 'version', '2020061500'),
(271, 'auth_ldap', 'version', '2020061501'),
(273, 'auth_lti', 'version', '2020061500'),
(274, 'auth_manual', 'version', '2020061500'),
(275, 'auth_mnet', 'version', '2020061500'),
(277, 'auth_nologin', 'version', '2020061500'),
(278, 'auth_none', 'version', '2020061500'),
(279, 'auth_oauth2', 'version', '2020061500'),
(280, 'auth_shibboleth', 'version', '2020061501'),
(282, 'auth_webservice', 'version', '2020061500'),
(283, 'calendartype_gregorian', 'version', '2020061500'),
(284, 'customfield_checkbox', 'version', '2020061500'),
(285, 'customfield_date', 'version', '2020061500'),
(286, 'customfield_select', 'version', '2020061500'),
(287, 'customfield_text', 'version', '2020061500'),
(288, 'customfield_textarea', 'version', '2020061500'),
(289, 'enrol_category', 'version', '2020061500'),
(291, 'enrol_cohort', 'version', '2020061500'),
(292, 'enrol_database', 'version', '2020061500'),
(294, 'enrol_flatfile', 'version', '2020061500'),
(296, 'enrol_flatfile', 'map_1', 'manager'),
(297, 'enrol_flatfile', 'map_2', 'coursecreator'),
(298, 'enrol_flatfile', 'map_3', 'editingteacher'),
(299, 'enrol_flatfile', 'map_4', 'teacher'),
(300, 'enrol_flatfile', 'map_5', 'student'),
(301, 'enrol_flatfile', 'map_6', 'guest'),
(302, 'enrol_flatfile', 'map_7', 'user'),
(303, 'enrol_flatfile', 'map_8', 'frontpage'),
(304, 'enrol_guest', 'version', '2020061500'),
(305, 'enrol_imsenterprise', 'version', '2020061500'),
(307, 'enrol_ldap', 'version', '2020061500'),
(309, 'enrol_lti', 'version', '2020061500'),
(310, 'enrol_manual', 'version', '2020061500'),
(312, 'enrol_meta', 'version', '2020061500'),
(314, 'enrol_mnet', 'version', '2020061500'),
(315, 'enrol_paypal', 'version', '2020061500'),
(316, 'enrol_self', 'version', '2020061500'),
(318, 'message_airnotifier', 'version', '2020061500'),
(320, 'message', 'airnotifier_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(321, 'message', 'airnotifier_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(322, 'message', 'airnotifier_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(323, 'message', 'airnotifier_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(324, 'message', 'airnotifier_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(325, 'message', 'airnotifier_provider_mod_assign_assign_notification_permitted', 'permitted'),
(326, 'message', 'airnotifier_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(327, 'message', 'airnotifier_provider_mod_feedback_submission_permitted', 'permitted'),
(328, 'message', 'airnotifier_provider_mod_feedback_message_permitted', 'permitted'),
(329, 'message', 'airnotifier_provider_mod_forum_posts_permitted', 'permitted'),
(330, 'message', 'message_provider_mod_forum_posts_loggedin', 'email,airnotifier'),
(331, 'message', 'message_provider_mod_forum_posts_loggedoff', 'email,airnotifier'),
(332, 'message', 'airnotifier_provider_mod_forum_digests_permitted', 'permitted'),
(333, 'message', 'airnotifier_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(334, 'message', 'message_provider_mod_lesson_graded_essay_loggedin', 'email,airnotifier'),
(335, 'message', 'message_provider_mod_lesson_graded_essay_loggedoff', 'email,airnotifier'),
(336, 'message', 'airnotifier_provider_mod_quiz_submission_permitted', 'permitted'),
(337, 'message', 'airnotifier_provider_mod_quiz_confirmation_permitted', 'permitted'),
(338, 'message', 'message_provider_mod_quiz_confirmation_loggedin', 'email,airnotifier'),
(339, 'message', 'message_provider_mod_quiz_confirmation_loggedoff', 'email,airnotifier'),
(340, 'message', 'airnotifier_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(341, 'message', 'message_provider_mod_quiz_attempt_overdue_loggedin', 'email,airnotifier'),
(342, 'message', 'message_provider_mod_quiz_attempt_overdue_loggedoff', 'email,airnotifier'),
(343, 'message', 'airnotifier_provider_moodle_notices_permitted', 'permitted'),
(344, 'message', 'airnotifier_provider_moodle_errors_permitted', 'permitted'),
(345, 'message', 'airnotifier_provider_moodle_availableupdate_permitted', 'permitted'),
(346, 'message', 'airnotifier_provider_moodle_instantmessage_permitted', 'permitted'),
(347, 'message', 'airnotifier_provider_moodle_backup_permitted', 'permitted'),
(348, 'message', 'airnotifier_provider_moodle_courserequested_permitted', 'permitted'),
(349, 'message', 'airnotifier_provider_moodle_courserequestapproved_permitted', 'permitted'),
(350, 'message', 'message_provider_moodle_courserequestapproved_loggedin', 'email,airnotifier'),
(351, 'message', 'message_provider_moodle_courserequestapproved_loggedoff', 'email,airnotifier'),
(352, 'message', 'airnotifier_provider_moodle_courserequestrejected_permitted', 'permitted'),
(353, 'message', 'message_provider_moodle_courserequestrejected_loggedin', 'email,airnotifier'),
(354, 'message', 'message_provider_moodle_courserequestrejected_loggedoff', 'email,airnotifier'),
(355, 'message', 'airnotifier_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(356, 'message', 'message_provider_moodle_badgerecipientnotice_loggedin', 'popup,airnotifier'),
(357, 'message', 'message_provider_moodle_badgerecipientnotice_loggedoff', 'popup,email,airnotifier'),
(358, 'message', 'airnotifier_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(359, 'message', 'airnotifier_provider_moodle_competencyplancomment_permitted', 'permitted'),
(360, 'message', 'airnotifier_provider_moodle_competencyusercompcomment_permitted', 'permitted'),
(361, 'message', 'airnotifier_provider_moodle_insights_permitted', 'permitted'),
(362, 'message', 'message_provider_moodle_insights_loggedin', 'popup,airnotifier'),
(363, 'message', 'message_provider_moodle_insights_loggedoff', 'popup,email,airnotifier'),
(364, 'message', 'airnotifier_provider_moodle_messagecontactrequests_permitted', 'permitted'),
(365, 'message', 'message_provider_moodle_messagecontactrequests_loggedin', 'airnotifier'),
(366, 'message', 'message_provider_moodle_messagecontactrequests_loggedoff', 'email,airnotifier'),
(367, 'message', 'airnotifier_provider_moodle_asyncbackupnotification_permitted', 'permitted'),
(368, 'message', 'airnotifier_provider_moodle_gradenotifications_permitted', 'permitted'),
(369, 'message_email', 'version', '2020061500'),
(371, 'message', 'email_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(372, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_loggedin', 'email'),
(373, 'message', 'message_provider_enrol_flatfile_flatfile_enrolment_loggedoff', 'email'),
(374, 'message', 'email_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(375, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedin', 'email'),
(376, 'message', 'message_provider_enrol_imsenterprise_imsenterprise_enrolment_loggedoff', 'email'),
(377, 'message', 'email_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(378, 'message', 'message_provider_enrol_manual_expiry_notification_loggedin', 'email'),
(379, 'message', 'message_provider_enrol_manual_expiry_notification_loggedoff', 'email'),
(380, 'message', 'email_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(381, 'message', 'message_provider_enrol_paypal_paypal_enrolment_loggedin', 'email'),
(382, 'message', 'message_provider_enrol_paypal_paypal_enrolment_loggedoff', 'email'),
(383, 'message', 'email_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(384, 'message', 'message_provider_enrol_self_expiry_notification_loggedin', 'email'),
(385, 'message', 'message_provider_enrol_self_expiry_notification_loggedoff', 'email'),
(386, 'message', 'email_provider_mod_assign_assign_notification_permitted', 'permitted'),
(387, 'message', 'message_provider_mod_assign_assign_notification_loggedin', 'email'),
(388, 'message', 'message_provider_mod_assign_assign_notification_loggedoff', 'email'),
(389, 'message', 'email_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(390, 'message', 'message_provider_mod_assignment_assignment_updates_loggedin', 'email'),
(391, 'message', 'message_provider_mod_assignment_assignment_updates_loggedoff', 'email'),
(392, 'message', 'email_provider_mod_feedback_submission_permitted', 'permitted'),
(393, 'message', 'message_provider_mod_feedback_submission_loggedin', 'email'),
(394, 'message', 'message_provider_mod_feedback_submission_loggedoff', 'email'),
(395, 'message', 'email_provider_mod_feedback_message_permitted', 'permitted'),
(396, 'message', 'message_provider_mod_feedback_message_loggedin', 'email'),
(397, 'message', 'message_provider_mod_feedback_message_loggedoff', 'email'),
(398, 'message', 'email_provider_mod_forum_posts_permitted', 'permitted'),
(399, 'message', 'email_provider_mod_forum_digests_permitted', 'permitted'),
(400, 'message', 'message_provider_mod_forum_digests_loggedin', 'email'),
(401, 'message', 'message_provider_mod_forum_digests_loggedoff', 'email'),
(402, 'message', 'email_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(403, 'message', 'email_provider_mod_quiz_submission_permitted', 'permitted'),
(404, 'message', 'message_provider_mod_quiz_submission_loggedin', 'email'),
(405, 'message', 'message_provider_mod_quiz_submission_loggedoff', 'email'),
(406, 'message', 'email_provider_mod_quiz_confirmation_permitted', 'permitted'),
(407, 'message', 'email_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(408, 'message', 'email_provider_moodle_notices_permitted', 'permitted'),
(409, 'message', 'message_provider_moodle_notices_loggedin', 'email'),
(410, 'message', 'message_provider_moodle_notices_loggedoff', 'email'),
(411, 'message', 'email_provider_moodle_errors_permitted', 'permitted'),
(412, 'message', 'message_provider_moodle_errors_loggedin', 'email'),
(413, 'message', 'message_provider_moodle_errors_loggedoff', 'email'),
(414, 'message', 'email_provider_moodle_availableupdate_permitted', 'permitted'),
(415, 'message', 'message_provider_moodle_availableupdate_loggedin', 'email'),
(416, 'message', 'message_provider_moodle_availableupdate_loggedoff', 'email'),
(417, 'message', 'email_provider_moodle_instantmessage_permitted', 'permitted'),
(418, 'message', 'message_provider_moodle_instantmessage_loggedoff', 'popup,email'),
(419, 'message', 'email_provider_moodle_backup_permitted', 'permitted'),
(420, 'message', 'message_provider_moodle_backup_loggedin', 'email'),
(421, 'message', 'message_provider_moodle_backup_loggedoff', 'email'),
(422, 'message', 'email_provider_moodle_courserequested_permitted', 'permitted'),
(423, 'message', 'message_provider_moodle_courserequested_loggedin', 'email'),
(424, 'message', 'message_provider_moodle_courserequested_loggedoff', 'email'),
(425, 'message', 'email_provider_moodle_courserequestapproved_permitted', 'permitted'),
(426, 'message', 'email_provider_moodle_courserequestrejected_permitted', 'permitted'),
(427, 'message', 'email_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(428, 'message', 'email_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(429, 'message', 'message_provider_moodle_badgecreatornotice_loggedoff', 'email'),
(430, 'message', 'email_provider_moodle_competencyplancomment_permitted', 'permitted'),
(431, 'message', 'message_provider_moodle_competencyplancomment_loggedin', 'email'),
(432, 'message', 'message_provider_moodle_competencyplancomment_loggedoff', 'email'),
(433, 'message', 'email_provider_moodle_competencyusercompcomment_permitted', 'permitted'),
(434, 'message', 'message_provider_moodle_competencyusercompcomment_loggedin', 'email'),
(435, 'message', 'message_provider_moodle_competencyusercompcomment_loggedoff', 'email'),
(436, 'message', 'email_provider_moodle_insights_permitted', 'permitted'),
(437, 'message', 'email_provider_moodle_messagecontactrequests_permitted', 'permitted'),
(438, 'message', 'email_provider_moodle_asyncbackupnotification_permitted', 'permitted'),
(439, 'message', 'message_provider_moodle_asyncbackupnotification_loggedoff', 'popup,email'),
(440, 'message', 'email_provider_moodle_gradenotifications_permitted', 'permitted'),
(441, 'message', 'message_provider_moodle_gradenotifications_loggedoff', 'popup,email'),
(442, 'message_jabber', 'version', '2020061500'),
(444, 'message', 'jabber_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(445, 'message', 'jabber_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(446, 'message', 'jabber_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(447, 'message', 'jabber_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(448, 'message', 'jabber_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(449, 'message', 'jabber_provider_mod_assign_assign_notification_permitted', 'permitted'),
(450, 'message', 'jabber_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(451, 'message', 'jabber_provider_mod_feedback_submission_permitted', 'permitted'),
(452, 'message', 'jabber_provider_mod_feedback_message_permitted', 'permitted'),
(453, 'message', 'jabber_provider_mod_forum_posts_permitted', 'permitted'),
(454, 'message', 'jabber_provider_mod_forum_digests_permitted', 'permitted'),
(455, 'message', 'jabber_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(456, 'message', 'jabber_provider_mod_quiz_submission_permitted', 'permitted'),
(457, 'message', 'jabber_provider_mod_quiz_confirmation_permitted', 'permitted'),
(458, 'message', 'jabber_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(459, 'message', 'jabber_provider_moodle_notices_permitted', 'permitted'),
(460, 'message', 'jabber_provider_moodle_errors_permitted', 'permitted'),
(461, 'message', 'jabber_provider_moodle_availableupdate_permitted', 'permitted'),
(462, 'message', 'jabber_provider_moodle_instantmessage_permitted', 'permitted'),
(463, 'message', 'jabber_provider_moodle_backup_permitted', 'permitted'),
(464, 'message', 'jabber_provider_moodle_courserequested_permitted', 'permitted'),
(465, 'message', 'jabber_provider_moodle_courserequestapproved_permitted', 'permitted'),
(466, 'message', 'jabber_provider_moodle_courserequestrejected_permitted', 'permitted'),
(467, 'message', 'jabber_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(468, 'message', 'jabber_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(469, 'message', 'jabber_provider_moodle_competencyplancomment_permitted', 'permitted'),
(470, 'message', 'jabber_provider_moodle_competencyusercompcomment_permitted', 'permitted'),
(471, 'message', 'jabber_provider_moodle_insights_permitted', 'permitted'),
(472, 'message', 'jabber_provider_moodle_messagecontactrequests_permitted', 'permitted'),
(473, 'message', 'jabber_provider_moodle_asyncbackupnotification_permitted', 'permitted'),
(474, 'message', 'jabber_provider_moodle_gradenotifications_permitted', 'permitted'),
(475, 'message_popup', 'version', '2020061500'),
(477, 'message', 'popup_provider_enrol_flatfile_flatfile_enrolment_permitted', 'permitted'),
(478, 'message', 'popup_provider_enrol_imsenterprise_imsenterprise_enrolment_permitted', 'permitted'),
(479, 'message', 'popup_provider_enrol_manual_expiry_notification_permitted', 'permitted'),
(480, 'message', 'popup_provider_enrol_paypal_paypal_enrolment_permitted', 'permitted'),
(481, 'message', 'popup_provider_enrol_self_expiry_notification_permitted', 'permitted'),
(482, 'message', 'popup_provider_mod_assign_assign_notification_permitted', 'permitted'),
(483, 'message', 'popup_provider_mod_assignment_assignment_updates_permitted', 'permitted'),
(484, 'message', 'popup_provider_mod_feedback_submission_permitted', 'permitted'),
(485, 'message', 'popup_provider_mod_feedback_message_permitted', 'permitted'),
(486, 'message', 'popup_provider_mod_forum_posts_permitted', 'permitted'),
(487, 'message', 'popup_provider_mod_forum_digests_permitted', 'permitted'),
(488, 'message', 'popup_provider_mod_lesson_graded_essay_permitted', 'permitted'),
(489, 'message', 'popup_provider_mod_quiz_submission_permitted', 'permitted'),
(490, 'message', 'popup_provider_mod_quiz_confirmation_permitted', 'permitted'),
(491, 'message', 'popup_provider_mod_quiz_attempt_overdue_permitted', 'permitted'),
(492, 'message', 'popup_provider_moodle_notices_permitted', 'permitted'),
(493, 'message', 'popup_provider_moodle_errors_permitted', 'permitted'),
(494, 'message', 'popup_provider_moodle_availableupdate_permitted', 'permitted'),
(495, 'message', 'popup_provider_moodle_instantmessage_permitted', 'permitted'),
(496, 'message', 'message_provider_moodle_instantmessage_loggedin', 'popup'),
(497, 'message', 'popup_provider_moodle_backup_permitted', 'permitted'),
(498, 'message', 'popup_provider_moodle_courserequested_permitted', 'permitted'),
(499, 'message', 'popup_provider_moodle_courserequestapproved_permitted', 'permitted'),
(500, 'message', 'popup_provider_moodle_courserequestrejected_permitted', 'permitted'),
(501, 'message', 'popup_provider_moodle_badgerecipientnotice_permitted', 'permitted'),
(502, 'message', 'popup_provider_moodle_badgecreatornotice_permitted', 'permitted'),
(503, 'message', 'popup_provider_moodle_competencyplancomment_permitted', 'permitted'),
(504, 'message', 'popup_provider_moodle_competencyusercompcomment_permitted', 'permitted'),
(505, 'message', 'popup_provider_moodle_insights_permitted', 'permitted'),
(506, 'message', 'popup_provider_moodle_messagecontactrequests_permitted', 'permitted'),
(507, 'message', 'popup_provider_moodle_asyncbackupnotification_permitted', 'permitted'),
(508, 'message', 'message_provider_moodle_asyncbackupnotification_loggedin', 'popup'),
(509, 'message', 'popup_provider_moodle_gradenotifications_permitted', 'permitted'),
(510, 'message', 'message_provider_moodle_gradenotifications_loggedin', 'popup'),
(511, 'block_activity_modules', 'version', '2020061500'),
(512, 'block_activity_results', 'version', '2020061500'),
(513, 'block_admin_bookmarks', 'version', '2020061500'),
(514, 'block_badges', 'version', '2020061500'),
(515, 'block_blog_menu', 'version', '2020061500'),
(516, 'block_blog_recent', 'version', '2020061500'),
(517, 'block_blog_tags', 'version', '2020061500'),
(518, 'block_calendar_month', 'version', '2020061500'),
(519, 'block_calendar_upcoming', 'version', '2020061500'),
(520, 'block_comments', 'version', '2020061500'),
(521, 'block_completionstatus', 'version', '2020061500'),
(522, 'block_course_list', 'version', '2020061500'),
(523, 'block_course_summary', 'version', '2020061500'),
(524, 'block_feedback', 'version', '2020061500'),
(526, 'block_globalsearch', 'version', '2020061500'),
(527, 'block_glossary_random', 'version', '2020061500'),
(528, 'block_html', 'version', '2020061500'),
(529, 'block_login', 'version', '2020061500'),
(530, 'block_lp', 'version', '2020061500'),
(531, 'block_mentees', 'version', '2020061500'),
(532, 'block_mnet_hosts', 'version', '2020061500'),
(533, 'block_myoverview', 'version', '2020061500'),
(534, 'block_myprofile', 'version', '2020061500'),
(535, 'block_navigation', 'version', '2020061500'),
(536, 'block_news_items', 'version', '2020061500'),
(537, 'block_online_users', 'version', '2020061501'),
(538, 'block_private_files', 'version', '2020061500'),
(539, 'block_quiz_results', 'version', '2020061500'),
(541, 'block_recent_activity', 'version', '2020061500'),
(542, 'block_recentlyaccessedcourses', 'version', '2020061500'),
(544, 'block_recentlyaccesseditems', 'version', '2020061500'),
(545, 'block_rss_client', 'version', '2020061500'),
(546, 'block_search_forums', 'version', '2020061500'),
(547, 'block_section_links', 'version', '2020061500'),
(548, 'block_selfcompletion', 'version', '2020061500'),
(549, 'block_settings', 'version', '2020061500'),
(550, 'block_site_main_menu', 'version', '2020061500'),
(551, 'block_social_activities', 'version', '2020061500'),
(552, 'block_starredcourses', 'version', '2020061500'),
(553, 'block_tag_flickr', 'version', '2020061500'),
(554, 'block_tag_youtube', 'version', '2020061501'),
(556, 'block_tags', 'version', '2020061500'),
(557, 'block_timeline', 'version', '2020061500'),
(559, 'media_html5audio', 'version', '2020061500'),
(560, 'media_html5video', 'version', '2020061500'),
(561, 'media_swf', 'version', '2020061500'),
(562, 'media_videojs', 'version', '2020061500'),
(563, 'media_vimeo', 'version', '2020061500'),
(564, 'media_youtube', 'version', '2020061500'),
(565, 'filter_activitynames', 'version', '2020061500'),
(567, 'filter_algebra', 'version', '2020061500'),
(568, 'filter_censor', 'version', '2020061500'),
(569, 'filter_data', 'version', '2020061500'),
(571, 'filter_displayh5p', 'version', '2020061500'),
(573, 'filter_emailprotect', 'version', '2020061500'),
(574, 'filter_emoticon', 'version', '2020061500'),
(576, 'filter_glossary', 'version', '2020061500'),
(578, 'filter_mathjaxloader', 'version', '2020061500'),
(580, 'filter_mediaplugin', 'version', '2020061500'),
(582, 'filter_multilang', 'version', '2020061500'),
(583, 'filter_tex', 'version', '2020061500'),
(585, 'filter_tidy', 'version', '2020061500'),
(586, 'filter_urltolink', 'version', '2020061500'),
(588, 'editor_atto', 'version', '2020061500'),
(590, 'editor_textarea', 'version', '2020061500'),
(591, 'editor_tinymce', 'version', '2020061500'),
(592, 'format_singleactivity', 'version', '2020061500'),
(593, 'format_social', 'version', '2020061500'),
(594, 'format_topics', 'version', '2020061500'),
(595, 'format_weeks', 'version', '2020061500'),
(596, 'dataformat_csv', 'version', '2020061500'),
(597, 'dataformat_excel', 'version', '2020061500'),
(598, 'dataformat_html', 'version', '2020061500'),
(599, 'dataformat_json', 'version', '2020061500'),
(600, 'dataformat_ods', 'version', '2020061500'),
(601, 'dataformat_pdf', 'version', '2020061500'),
(602, 'profilefield_checkbox', 'version', '2020061500'),
(603, 'profilefield_datetime', 'version', '2020061500'),
(604, 'profilefield_menu', 'version', '2020061500'),
(605, 'profilefield_text', 'version', '2020061500'),
(606, 'profilefield_textarea', 'version', '2020061500'),
(607, 'report_backups', 'version', '2020061500'),
(608, 'report_competency', 'version', '2020061500'),
(609, 'report_completion', 'version', '2020061500'),
(611, 'report_configlog', 'version', '2020061500'),
(612, 'report_courseoverview', 'version', '2020061500'),
(613, 'report_eventlist', 'version', '2020061500'),
(614, 'report_insights', 'version', '2020061500'),
(615, 'report_log', 'version', '2020061500'),
(617, 'report_loglive', 'version', '2020061500'),
(618, 'report_outline', 'version', '2020061500'),
(620, 'report_participation', 'version', '2020061500'),
(622, 'report_performance', 'version', '2020061500'),
(623, 'report_progress', 'version', '2020061500'),
(625, 'report_questioninstances', 'version', '2020061500'),
(626, 'report_security', 'version', '2020061500'),
(627, 'report_stats', 'version', '2020061500'),
(629, 'report_status', 'version', '2020061500'),
(630, 'report_usersessions', 'version', '2020061500'),
(631, 'gradeexport_ods', 'version', '2020061500'),
(632, 'gradeexport_txt', 'version', '2020061500'),
(633, 'gradeexport_xls', 'version', '2020061500'),
(634, 'gradeexport_xml', 'version', '2020061500'),
(635, 'gradeimport_csv', 'version', '2020061500'),
(636, 'gradeimport_direct', 'version', '2020061500'),
(637, 'gradeimport_xml', 'version', '2020061500'),
(638, 'gradereport_grader', 'version', '2020061500'),
(639, 'gradereport_history', 'version', '2020061500'),
(640, 'gradereport_outcomes', 'version', '2020061500'),
(641, 'gradereport_overview', 'version', '2020061500'),
(642, 'gradereport_singleview', 'version', '2020061500'),
(643, 'gradereport_user', 'version', '2020061500'),
(644, 'gradingform_guide', 'version', '2020061500'),
(645, 'gradingform_rubric', 'version', '2020061500'),
(646, 'mlbackend_php', 'version', '2020061500'),
(647, 'mlbackend_python', 'version', '2020061500'),
(648, 'mnetservice_enrol', 'version', '2020061500'),
(649, 'webservice_rest', 'version', '2020061500'),
(650, 'webservice_soap', 'version', '2020061500'),
(651, 'webservice_xmlrpc', 'version', '2020061500'),
(652, 'repository_areafiles', 'version', '2020061500'),
(654, 'areafiles', 'enablecourseinstances', '0'),
(655, 'areafiles', 'enableuserinstances', '0'),
(656, 'repository_boxnet', 'version', '2020061500'),
(657, 'repository_contentbank', 'version', '2020061500'),
(659, 'contentbank', 'enablecourseinstances', '0'),
(660, 'contentbank', 'enableuserinstances', '0'),
(661, 'repository_coursefiles', 'version', '2020061500'),
(662, 'repository_dropbox', 'version', '2020061500'),
(663, 'repository_equella', 'version', '2020061500'),
(664, 'repository_filesystem', 'version', '2020061500'),
(665, 'repository_flickr', 'version', '2020061500'),
(666, 'repository_flickr_public', 'version', '2020061500'),
(667, 'repository_googledocs', 'version', '2020061500'),
(668, 'repository_local', 'version', '2020061500'),
(670, 'local', 'enablecourseinstances', '0'),
(671, 'local', 'enableuserinstances', '0'),
(672, 'repository_merlot', 'version', '2020061500'),
(673, 'repository_nextcloud', 'version', '2020061500'),
(674, 'repository_onedrive', 'version', '2020061500'),
(675, 'repository_picasa', 'version', '2020061500'),
(676, 'repository_recent', 'version', '2020061500'),
(678, 'recent', 'enablecourseinstances', '0'),
(679, 'recent', 'enableuserinstances', '0'),
(680, 'repository_s3', 'version', '2020061500'),
(681, 'repository_skydrive', 'version', '2020061500'),
(682, 'repository_upload', 'version', '2020061500'),
(684, 'upload', 'enablecourseinstances', '0'),
(685, 'upload', 'enableuserinstances', '0'),
(686, 'repository_url', 'version', '2020061500'),
(688, 'url', 'enablecourseinstances', '0'),
(689, 'url', 'enableuserinstances', '0'),
(690, 'repository_user', 'version', '2020061500'),
(692, 'user', 'enablecourseinstances', '0'),
(693, 'user', 'enableuserinstances', '0'),
(694, 'repository_webdav', 'version', '2020061500'),
(695, 'repository_wikimedia', 'version', '2020061500'),
(697, 'wikimedia', 'enablecourseinstances', '0'),
(698, 'wikimedia', 'enableuserinstances', '0'),
(699, 'repository_youtube', 'version', '2020061500'),
(701, 'portfolio_boxnet', 'version', '2020061500'),
(702, 'portfolio_download', 'version', '2020061500'),
(703, 'portfolio_flickr', 'version', '2020061500'),
(704, 'portfolio_googledocs', 'version', '2020061500'),
(705, 'portfolio_mahara', 'version', '2020061500'),
(706, 'portfolio_picasa', 'version', '2020061500'),
(707, 'search_simpledb', 'version', '2020061500'),
(709, 'search_solr', 'version', '2020061500'),
(710, 'qbehaviour_adaptive', 'version', '2020061500'),
(711, 'qbehaviour_adaptivenopenalty', 'version', '2020061500'),
(712, 'qbehaviour_deferredcbm', 'version', '2020061500'),
(713, 'qbehaviour_deferredfeedback', 'version', '2020061500'),
(714, 'qbehaviour_immediatecbm', 'version', '2020061500'),
(715, 'qbehaviour_immediatefeedback', 'version', '2020061500'),
(716, 'qbehaviour_informationitem', 'version', '2020061500'),
(717, 'qbehaviour_interactive', 'version', '2020061500'),
(718, 'qbehaviour_interactivecountback', 'version', '2020061500'),
(719, 'qbehaviour_manualgraded', 'version', '2020061500'),
(721, 'question', 'disabledbehaviours', 'manualgraded'),
(722, 'qbehaviour_missing', 'version', '2020061500'),
(723, 'qformat_aiken', 'version', '2020061500'),
(724, 'qformat_blackboard_six', 'version', '2020061500'),
(725, 'qformat_examview', 'version', '2020061500'),
(726, 'qformat_gift', 'version', '2020061500'),
(727, 'qformat_missingword', 'version', '2020061500'),
(728, 'qformat_multianswer', 'version', '2020061500'),
(729, 'qformat_webct', 'version', '2020061500'),
(730, 'qformat_xhtml', 'version', '2020061500'),
(731, 'qformat_xml', 'version', '2020061500'),
(732, 'tool_analytics', 'version', '2020061500'),
(733, 'tool_availabilityconditions', 'version', '2020061500'),
(734, 'tool_behat', 'version', '2020061500'),
(735, 'tool_capability', 'version', '2020061500'),
(736, 'tool_cohortroles', 'version', '2020061500'),
(737, 'tool_customlang', 'version', '2020061500'),
(739, 'tool_dataprivacy', 'version', '2020061501'),
(740, 'message', 'airnotifier_provider_tool_dataprivacy_contactdataprotectionofficer_permitted', 'permitted'),
(741, 'message', 'email_provider_tool_dataprivacy_contactdataprotectionofficer_permitted', 'permitted'),
(742, 'message', 'jabber_provider_tool_dataprivacy_contactdataprotectionofficer_permitted', 'permitted'),
(743, 'message', 'popup_provider_tool_dataprivacy_contactdataprotectionofficer_permitted', 'permitted'),
(744, 'message', 'message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedin', 'email,popup'),
(745, 'message', 'message_provider_tool_dataprivacy_contactdataprotectionofficer_loggedoff', 'email,popup'),
(746, 'message', 'airnotifier_provider_tool_dataprivacy_datarequestprocessingresults_permitted', 'permitted'),
(747, 'message', 'email_provider_tool_dataprivacy_datarequestprocessingresults_permitted', 'permitted'),
(748, 'message', 'jabber_provider_tool_dataprivacy_datarequestprocessingresults_permitted', 'permitted'),
(749, 'message', 'popup_provider_tool_dataprivacy_datarequestprocessingresults_permitted', 'permitted'),
(750, 'message', 'message_provider_tool_dataprivacy_datarequestprocessingresults_loggedin', 'email,popup'),
(751, 'message', 'message_provider_tool_dataprivacy_datarequestprocessingresults_loggedoff', 'email,popup'),
(752, 'message', 'airnotifier_provider_tool_dataprivacy_notifyexceptions_permitted', 'permitted'),
(753, 'message', 'email_provider_tool_dataprivacy_notifyexceptions_permitted', 'permitted'),
(754, 'message', 'jabber_provider_tool_dataprivacy_notifyexceptions_permitted', 'permitted'),
(755, 'message', 'popup_provider_tool_dataprivacy_notifyexceptions_permitted', 'permitted'),
(756, 'message', 'message_provider_tool_dataprivacy_notifyexceptions_loggedin', 'email'),
(757, 'message', 'message_provider_tool_dataprivacy_notifyexceptions_loggedoff', 'email'),
(758, 'tool_dbtransfer', 'version', '2020061500'),
(759, 'tool_filetypes', 'version', '2020061500'),
(760, 'tool_generator', 'version', '2020061500'),
(761, 'tool_health', 'version', '2020061500'),
(762, 'tool_httpsreplace', 'version', '2020061500'),
(763, 'tool_innodb', 'version', '2020061500'),
(764, 'tool_installaddon', 'version', '2020061500'),
(765, 'tool_langimport', 'version', '2020061500'),
(766, 'tool_licensemanager', 'version', '2020061500'),
(767, 'tool_log', 'version', '2020061500'),
(769, 'tool_log', 'enabled_stores', 'logstore_standard'),
(770, 'tool_lp', 'version', '2020061500'),
(771, 'tool_lpimportcsv', 'version', '2020061500'),
(772, 'tool_lpmigrate', 'version', '2020061500'),
(773, 'tool_messageinbound', 'version', '2020061500'),
(774, 'message', 'airnotifier_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(775, 'message', 'email_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(776, 'message', 'jabber_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(777, 'message', 'popup_provider_tool_messageinbound_invalidrecipienthandler_permitted', 'permitted'),
(778, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_loggedin', 'email'),
(779, 'message', 'message_provider_tool_messageinbound_invalidrecipienthandler_loggedoff', 'email'),
(780, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(781, 'message', 'email_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(782, 'message', 'jabber_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(783, 'message', 'popup_provider_tool_messageinbound_messageprocessingerror_permitted', 'permitted'),
(784, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_loggedin', 'email'),
(785, 'message', 'message_provider_tool_messageinbound_messageprocessingerror_loggedoff', 'email'),
(786, 'message', 'airnotifier_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(787, 'message', 'email_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(788, 'message', 'jabber_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(789, 'message', 'popup_provider_tool_messageinbound_messageprocessingsuccess_permitted', 'permitted'),
(790, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_loggedin', 'email'),
(791, 'message', 'message_provider_tool_messageinbound_messageprocessingsuccess_loggedoff', 'email'),
(792, 'tool_mobile', 'version', '2020061500'),
(793, 'tool_monitor', 'version', '2020061500'),
(794, 'message', 'airnotifier_provider_tool_monitor_notification_permitted', 'permitted'),
(795, 'message', 'email_provider_tool_monitor_notification_permitted', 'permitted'),
(796, 'message', 'jabber_provider_tool_monitor_notification_permitted', 'permitted'),
(797, 'message', 'popup_provider_tool_monitor_notification_permitted', 'permitted'),
(798, 'message', 'message_provider_tool_monitor_notification_loggedin', 'email'),
(799, 'message', 'message_provider_tool_monitor_notification_loggedoff', 'email'),
(800, 'tool_moodlenet', 'version', '2020061503'),
(801, 'tool_multilangupgrade', 'version', '2020061500'),
(802, 'tool_oauth2', 'version', '2020061500'),
(803, 'tool_phpunit', 'version', '2020061500'),
(804, 'tool_policy', 'version', '2020061500'),
(805, 'tool_profiling', 'version', '2020061500'),
(806, 'tool_recyclebin', 'version', '2020061500'),
(807, 'tool_replace', 'version', '2020061500'),
(808, 'tool_spamcleaner', 'version', '2020061500'),
(809, 'tool_task', 'version', '2020061500'),
(810, 'tool_templatelibrary', 'version', '2020061500'),
(811, 'tool_unsuproles', 'version', '2020061500'),
(813, 'tool_uploadcourse', 'version', '2020061500'),
(814, 'tool_uploaduser', 'version', '2020061500'),
(815, 'tool_usertours', 'version', '2020061502'),
(817, 'tool_xmldb', 'version', '2020061500'),
(818, 'cachestore_apcu', 'version', '2020061500'),
(819, 'cachestore_file', 'version', '2020061500'),
(820, 'cachestore_memcached', 'version', '2020061500'),
(821, 'cachestore_mongodb', 'version', '2020061500'),
(822, 'cachestore_redis', 'version', '2020061500'),
(823, 'cachestore_session', 'version', '2020061500'),
(824, 'cachestore_static', 'version', '2020061500'),
(825, 'cachelock_file', 'version', '2020061500'),
(826, 'fileconverter_googledrive', 'version', '2020061500'),
(827, 'fileconverter_unoconv', 'version', '2020061500'),
(829, 'contenttype_h5p', 'version', '2020061500'),
(830, 'theme_boost', 'version', '2020061500'),
(831, 'theme_classic', 'version', '2020061500'),
(832, 'h5plib_v124', 'version', '2020061500'),
(833, 'assignsubmission_comments', 'version', '2020061500'),
(835, 'assignsubmission_file', 'sortorder', '1'),
(836, 'assignsubmission_comments', 'sortorder', '2'),
(837, 'assignsubmission_onlinetext', 'sortorder', '0'),
(838, 'assignsubmission_file', 'version', '2020061500'),
(839, 'assignsubmission_onlinetext', 'version', '2020061500'),
(841, 'assignfeedback_comments', 'version', '2020061500'),
(843, 'assignfeedback_comments', 'sortorder', '0'),
(844, 'assignfeedback_editpdf', 'sortorder', '1'),
(845, 'assignfeedback_file', 'sortorder', '3'),
(846, 'assignfeedback_offline', 'sortorder', '2'),
(847, 'assignfeedback_editpdf', 'version', '2020061500'),
(849, 'assignfeedback_file', 'version', '2020061500'),
(851, 'assignfeedback_offline', 'version', '2020061500'),
(852, 'assignment_offline', 'version', '2020061500'),
(853, 'assignment_online', 'version', '2020061500'),
(854, 'assignment_upload', 'version', '2020061500'),
(855, 'assignment_uploadsingle', 'version', '2020061500'),
(856, 'booktool_exportimscp', 'version', '2020061500'),
(857, 'booktool_importhtml', 'version', '2020061500'),
(858, 'booktool_print', 'version', '2020061500'),
(859, 'datafield_checkbox', 'version', '2020061500'),
(860, 'datafield_date', 'version', '2020061500'),
(861, 'datafield_file', 'version', '2020061500'),
(862, 'datafield_latlong', 'version', '2020061500'),
(863, 'datafield_menu', 'version', '2020061500'),
(864, 'datafield_multimenu', 'version', '2020061500'),
(865, 'datafield_number', 'version', '2020061500'),
(866, 'datafield_picture', 'version', '2020061500'),
(867, 'datafield_radiobutton', 'version', '2020061500'),
(868, 'datafield_text', 'version', '2020061500'),
(869, 'datafield_textarea', 'version', '2020061500'),
(870, 'datafield_url', 'version', '2020061500'),
(871, 'datapreset_imagegallery', 'version', '2020061500'),
(872, 'forumreport_summary', 'version', '2020061500'),
(873, 'ltiservice_basicoutcomes', 'version', '2020061500'),
(874, 'ltiservice_gradebookservices', 'version', '2020061500'),
(875, 'ltiservice_memberships', 'version', '2020061500'),
(876, 'ltiservice_profile', 'version', '2020061500'),
(877, 'ltiservice_toolproxy', 'version', '2020061500'),
(878, 'ltiservice_toolsettings', 'version', '2020061500'),
(879, 'quiz_grading', 'version', '2020061500'),
(881, 'quiz_overview', 'version', '2020061500'),
(883, 'quiz_responses', 'version', '2020061500'),
(885, 'quiz_statistics', 'version', '2020061500'),
(887, 'quizaccess_delaybetweenattempts', 'version', '2020061500'),
(888, 'quizaccess_ipaddress', 'version', '2020061500'),
(889, 'quizaccess_numattempts', 'version', '2020061500'),
(890, 'quizaccess_offlineattempts', 'version', '2020061500'),
(891, 'quizaccess_openclosedate', 'version', '2020061500'),
(892, 'quizaccess_password', 'version', '2020061500'),
(893, 'quizaccess_seb', 'version', '2020061500'),
(895, 'quizaccess_securewindow', 'version', '2020061500'),
(896, 'quizaccess_timelimit', 'version', '2020061500'),
(897, 'scormreport_basic', 'version', '2020061500'),
(898, 'scormreport_graphs', 'version', '2020061500'),
(899, 'scormreport_interactions', 'version', '2020061500'),
(900, 'scormreport_objectives', 'version', '2020061500'),
(901, 'workshopform_accumulative', 'version', '2020061500'),
(903, 'workshopform_comments', 'version', '2020061500'),
(905, 'workshopform_numerrors', 'version', '2020061500'),
(907, 'workshopform_rubric', 'version', '2020061500');
INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(909, 'workshopallocation_manual', 'version', '2020061500'),
(910, 'workshopallocation_random', 'version', '2020061500'),
(911, 'workshopallocation_scheduled', 'version', '2020061500'),
(912, 'workshopeval_best', 'version', '2020061500'),
(913, 'atto_accessibilitychecker', 'version', '2020061500'),
(914, 'atto_accessibilityhelper', 'version', '2020061500'),
(915, 'atto_align', 'version', '2020061500'),
(916, 'atto_backcolor', 'version', '2020061500'),
(917, 'atto_bold', 'version', '2020061500'),
(918, 'atto_charmap', 'version', '2020061500'),
(919, 'atto_clear', 'version', '2020061500'),
(920, 'atto_collapse', 'version', '2020061500'),
(921, 'atto_emojipicker', 'version', '2020061500'),
(922, 'atto_emoticon', 'version', '2020061500'),
(923, 'atto_equation', 'version', '2020061500'),
(924, 'atto_fontcolor', 'version', '2020061500'),
(925, 'atto_h5p', 'version', '2020061500'),
(926, 'atto_html', 'version', '2020061500'),
(927, 'atto_image', 'version', '2020061500'),
(928, 'atto_indent', 'version', '2020061500'),
(929, 'atto_italic', 'version', '2020061500'),
(930, 'atto_link', 'version', '2020061500'),
(931, 'atto_managefiles', 'version', '2020061500'),
(932, 'atto_media', 'version', '2020061500'),
(933, 'atto_noautolink', 'version', '2020061500'),
(934, 'atto_orderedlist', 'version', '2020061500'),
(935, 'atto_recordrtc', 'version', '2020061500'),
(936, 'atto_rtl', 'version', '2020061500'),
(937, 'atto_strike', 'version', '2020061500'),
(938, 'atto_subscript', 'version', '2020061500'),
(939, 'atto_superscript', 'version', '2020061500'),
(940, 'atto_table', 'version', '2020061500'),
(941, 'atto_title', 'version', '2020061500'),
(942, 'atto_underline', 'version', '2020061500'),
(943, 'atto_undo', 'version', '2020061500'),
(944, 'atto_unorderedlist', 'version', '2020061500'),
(945, 'tinymce_ctrlhelp', 'version', '2020061500'),
(946, 'tinymce_managefiles', 'version', '2020061500'),
(947, 'tinymce_moodleemoticon', 'version', '2020061500'),
(948, 'tinymce_moodleimage', 'version', '2020061500'),
(949, 'tinymce_moodlemedia', 'version', '2020061500'),
(950, 'tinymce_moodlenolink', 'version', '2020061500'),
(951, 'tinymce_pdw', 'version', '2020061500'),
(952, 'tinymce_spellchecker', 'version', '2020061500'),
(954, 'tinymce_wrap', 'version', '2020061500'),
(955, 'logstore_database', 'version', '2020061500'),
(956, 'logstore_legacy', 'version', '2020061500'),
(957, 'logstore_standard', 'version', '2020061500'),
(958, 'tool_log', 'exportlog', '1'),
(959, 'tool_dataprivacy', 'contactdataprotectionofficer', '0'),
(960, 'tool_dataprivacy', 'automaticdataexportapproval', '0'),
(961, 'tool_dataprivacy', 'automaticdatadeletionapproval', '0'),
(962, 'tool_dataprivacy', 'automaticdeletionrequests', '1'),
(963, 'tool_dataprivacy', 'privacyrequestexpiry', '604800'),
(964, 'tool_dataprivacy', 'requireallenddatesforuserdeletion', '1'),
(965, 'tool_dataprivacy', 'showdataretentionsummary', '1'),
(966, 'analytics', 'logstore', 'logstore_standard'),
(967, 'auth_mnet', 'rpc_negotiation_timeout', '30'),
(968, 'auth_email', 'recaptcha', '0'),
(969, 'auth_email', 'field_lock_firstname', 'unlocked'),
(970, 'auth_email', 'field_lock_lastname', 'unlocked'),
(971, 'auth_email', 'field_lock_email', 'unlocked'),
(972, 'auth_email', 'field_lock_city', 'unlocked'),
(973, 'auth_email', 'field_lock_country', 'unlocked'),
(974, 'auth_email', 'field_lock_lang', 'unlocked'),
(975, 'auth_email', 'field_lock_description', 'unlocked'),
(976, 'auth_email', 'field_lock_url', 'unlocked'),
(977, 'auth_email', 'field_lock_idnumber', 'unlocked'),
(978, 'auth_email', 'field_lock_institution', 'unlocked'),
(979, 'auth_email', 'field_lock_department', 'unlocked'),
(980, 'auth_email', 'field_lock_phone1', 'unlocked'),
(981, 'auth_email', 'field_lock_phone2', 'unlocked'),
(982, 'auth_email', 'field_lock_address', 'unlocked'),
(983, 'auth_email', 'field_lock_firstnamephonetic', 'unlocked'),
(984, 'auth_email', 'field_lock_lastnamephonetic', 'unlocked'),
(985, 'auth_email', 'field_lock_middlename', 'unlocked'),
(986, 'auth_email', 'field_lock_alternatename', 'unlocked'),
(987, 'auth_db', 'host', '127.0.0.1'),
(988, 'auth_db', 'type', 'mysqli'),
(989, 'auth_db', 'sybasequoting', '0'),
(990, 'auth_db', 'name', ''),
(991, 'auth_db', 'user', ''),
(992, 'auth_db', 'pass', ''),
(993, 'auth_db', 'table', ''),
(994, 'auth_db', 'fielduser', ''),
(995, 'auth_db', 'fieldpass', ''),
(996, 'auth_db', 'passtype', 'plaintext'),
(997, 'auth_db', 'extencoding', 'utf-8'),
(998, 'auth_db', 'setupsql', ''),
(999, 'auth_db', 'debugauthdb', '0'),
(1000, 'auth_db', 'changepasswordurl', ''),
(1001, 'auth_db', 'removeuser', '0'),
(1002, 'auth_db', 'updateusers', '0'),
(1003, 'auth_db', 'field_map_firstname', ''),
(1004, 'auth_db', 'field_updatelocal_firstname', 'oncreate'),
(1005, 'auth_db', 'field_updateremote_firstname', '0'),
(1006, 'auth_db', 'field_lock_firstname', 'unlocked'),
(1007, 'auth_db', 'field_map_lastname', ''),
(1008, 'auth_db', 'field_updatelocal_lastname', 'oncreate'),
(1009, 'auth_db', 'field_updateremote_lastname', '0'),
(1010, 'auth_db', 'field_lock_lastname', 'unlocked'),
(1011, 'auth_db', 'field_map_email', ''),
(1012, 'auth_db', 'field_updatelocal_email', 'oncreate'),
(1013, 'auth_db', 'field_updateremote_email', '0'),
(1014, 'auth_db', 'field_lock_email', 'unlocked'),
(1015, 'auth_db', 'field_map_city', ''),
(1016, 'auth_db', 'field_updatelocal_city', 'oncreate'),
(1017, 'auth_db', 'field_updateremote_city', '0'),
(1018, 'auth_db', 'field_lock_city', 'unlocked'),
(1019, 'auth_db', 'field_map_country', ''),
(1020, 'auth_db', 'field_updatelocal_country', 'oncreate'),
(1021, 'auth_db', 'field_updateremote_country', '0'),
(1022, 'auth_db', 'field_lock_country', 'unlocked'),
(1023, 'auth_db', 'field_map_lang', ''),
(1024, 'auth_db', 'field_updatelocal_lang', 'oncreate'),
(1025, 'auth_db', 'field_updateremote_lang', '0'),
(1026, 'auth_db', 'field_lock_lang', 'unlocked'),
(1027, 'auth_db', 'field_map_description', ''),
(1028, 'auth_db', 'field_updatelocal_description', 'oncreate'),
(1029, 'auth_db', 'field_updateremote_description', '0'),
(1030, 'auth_db', 'field_lock_description', 'unlocked'),
(1031, 'auth_db', 'field_map_url', ''),
(1032, 'auth_db', 'field_updatelocal_url', 'oncreate'),
(1033, 'auth_db', 'field_updateremote_url', '0'),
(1034, 'auth_db', 'field_lock_url', 'unlocked'),
(1035, 'auth_db', 'field_map_idnumber', ''),
(1036, 'auth_db', 'field_updatelocal_idnumber', 'oncreate'),
(1037, 'auth_db', 'field_updateremote_idnumber', '0'),
(1038, 'auth_db', 'field_lock_idnumber', 'unlocked'),
(1039, 'auth_db', 'field_map_institution', ''),
(1040, 'auth_db', 'field_updatelocal_institution', 'oncreate'),
(1041, 'auth_db', 'field_updateremote_institution', '0'),
(1042, 'auth_db', 'field_lock_institution', 'unlocked'),
(1043, 'auth_db', 'field_map_department', ''),
(1044, 'auth_db', 'field_updatelocal_department', 'oncreate'),
(1045, 'auth_db', 'field_updateremote_department', '0'),
(1046, 'auth_db', 'field_lock_department', 'unlocked'),
(1047, 'auth_db', 'field_map_phone1', ''),
(1048, 'auth_db', 'field_updatelocal_phone1', 'oncreate'),
(1049, 'auth_db', 'field_updateremote_phone1', '0'),
(1050, 'auth_db', 'field_lock_phone1', 'unlocked'),
(1051, 'auth_db', 'field_map_phone2', ''),
(1052, 'auth_db', 'field_updatelocal_phone2', 'oncreate'),
(1053, 'auth_db', 'field_updateremote_phone2', '0'),
(1054, 'auth_db', 'field_lock_phone2', 'unlocked'),
(1055, 'auth_db', 'field_map_address', ''),
(1056, 'auth_db', 'field_updatelocal_address', 'oncreate'),
(1057, 'auth_db', 'field_updateremote_address', '0'),
(1058, 'auth_db', 'field_lock_address', 'unlocked'),
(1059, 'auth_db', 'field_map_firstnamephonetic', ''),
(1060, 'auth_db', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1061, 'auth_db', 'field_updateremote_firstnamephonetic', '0'),
(1062, 'auth_db', 'field_lock_firstnamephonetic', 'unlocked'),
(1063, 'auth_db', 'field_map_lastnamephonetic', ''),
(1064, 'auth_db', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1065, 'auth_db', 'field_updateremote_lastnamephonetic', '0'),
(1066, 'auth_db', 'field_lock_lastnamephonetic', 'unlocked'),
(1067, 'auth_db', 'field_map_middlename', ''),
(1068, 'auth_db', 'field_updatelocal_middlename', 'oncreate'),
(1069, 'auth_db', 'field_updateremote_middlename', '0'),
(1070, 'auth_db', 'field_lock_middlename', 'unlocked'),
(1071, 'auth_db', 'field_map_alternatename', ''),
(1072, 'auth_db', 'field_updatelocal_alternatename', 'oncreate'),
(1073, 'auth_db', 'field_updateremote_alternatename', '0'),
(1074, 'auth_db', 'field_lock_alternatename', 'unlocked'),
(1075, 'auth_manual', 'expiration', '0'),
(1076, 'auth_manual', 'expirationtime', '30'),
(1077, 'auth_manual', 'expiration_warning', '0'),
(1078, 'auth_manual', 'field_lock_firstname', 'unlocked'),
(1079, 'auth_manual', 'field_lock_lastname', 'unlocked'),
(1080, 'auth_manual', 'field_lock_email', 'unlocked'),
(1081, 'auth_manual', 'field_lock_city', 'unlocked'),
(1082, 'auth_manual', 'field_lock_country', 'unlocked'),
(1083, 'auth_manual', 'field_lock_lang', 'unlocked'),
(1084, 'auth_manual', 'field_lock_description', 'unlocked'),
(1085, 'auth_manual', 'field_lock_url', 'unlocked'),
(1086, 'auth_manual', 'field_lock_idnumber', 'unlocked'),
(1087, 'auth_manual', 'field_lock_institution', 'unlocked'),
(1088, 'auth_manual', 'field_lock_department', 'unlocked'),
(1089, 'auth_manual', 'field_lock_phone1', 'unlocked'),
(1090, 'auth_manual', 'field_lock_phone2', 'unlocked'),
(1091, 'auth_manual', 'field_lock_address', 'unlocked'),
(1092, 'auth_manual', 'field_lock_firstnamephonetic', 'unlocked'),
(1093, 'auth_manual', 'field_lock_lastnamephonetic', 'unlocked'),
(1094, 'auth_manual', 'field_lock_middlename', 'unlocked'),
(1095, 'auth_manual', 'field_lock_alternatename', 'unlocked'),
(1096, 'auth_oauth2', 'field_lock_firstname', 'unlocked'),
(1097, 'auth_oauth2', 'field_lock_lastname', 'unlocked'),
(1098, 'auth_oauth2', 'field_lock_email', 'unlocked'),
(1099, 'auth_oauth2', 'field_lock_city', 'unlocked'),
(1100, 'auth_oauth2', 'field_lock_country', 'unlocked'),
(1101, 'auth_oauth2', 'field_lock_lang', 'unlocked'),
(1102, 'auth_oauth2', 'field_lock_description', 'unlocked'),
(1103, 'auth_oauth2', 'field_lock_url', 'unlocked'),
(1104, 'auth_oauth2', 'field_lock_idnumber', 'unlocked'),
(1105, 'auth_oauth2', 'field_lock_institution', 'unlocked'),
(1106, 'auth_oauth2', 'field_lock_department', 'unlocked'),
(1107, 'auth_oauth2', 'field_lock_phone1', 'unlocked'),
(1108, 'auth_oauth2', 'field_lock_phone2', 'unlocked'),
(1109, 'auth_oauth2', 'field_lock_address', 'unlocked'),
(1110, 'auth_oauth2', 'field_lock_firstnamephonetic', 'unlocked'),
(1111, 'auth_oauth2', 'field_lock_lastnamephonetic', 'unlocked'),
(1112, 'auth_oauth2', 'field_lock_middlename', 'unlocked'),
(1113, 'auth_oauth2', 'field_lock_alternatename', 'unlocked'),
(1114, 'auth_none', 'field_lock_firstname', 'unlocked'),
(1115, 'auth_none', 'field_lock_lastname', 'unlocked'),
(1116, 'auth_none', 'field_lock_email', 'unlocked'),
(1117, 'auth_none', 'field_lock_city', 'unlocked'),
(1118, 'auth_none', 'field_lock_country', 'unlocked'),
(1119, 'auth_none', 'field_lock_lang', 'unlocked'),
(1120, 'auth_none', 'field_lock_description', 'unlocked'),
(1121, 'auth_none', 'field_lock_url', 'unlocked'),
(1122, 'auth_none', 'field_lock_idnumber', 'unlocked'),
(1123, 'auth_none', 'field_lock_institution', 'unlocked'),
(1124, 'auth_none', 'field_lock_department', 'unlocked'),
(1125, 'auth_none', 'field_lock_phone1', 'unlocked'),
(1126, 'auth_none', 'field_lock_phone2', 'unlocked'),
(1127, 'auth_none', 'field_lock_address', 'unlocked'),
(1128, 'auth_none', 'field_lock_firstnamephonetic', 'unlocked'),
(1129, 'auth_none', 'field_lock_lastnamephonetic', 'unlocked'),
(1130, 'auth_none', 'field_lock_middlename', 'unlocked'),
(1131, 'auth_none', 'field_lock_alternatename', 'unlocked'),
(1132, 'auth_cas', 'field_map_firstname', ''),
(1133, 'auth_cas', 'field_updatelocal_firstname', 'oncreate'),
(1134, 'auth_cas', 'field_updateremote_firstname', '0'),
(1135, 'auth_cas', 'field_lock_firstname', 'unlocked'),
(1136, 'auth_cas', 'field_map_lastname', ''),
(1137, 'auth_cas', 'field_updatelocal_lastname', 'oncreate'),
(1138, 'auth_cas', 'field_updateremote_lastname', '0'),
(1139, 'auth_cas', 'field_lock_lastname', 'unlocked'),
(1140, 'auth_cas', 'field_map_email', ''),
(1141, 'auth_cas', 'field_updatelocal_email', 'oncreate'),
(1142, 'auth_cas', 'field_updateremote_email', '0'),
(1143, 'auth_cas', 'field_lock_email', 'unlocked'),
(1144, 'auth_cas', 'field_map_city', ''),
(1145, 'auth_cas', 'field_updatelocal_city', 'oncreate'),
(1146, 'auth_cas', 'field_updateremote_city', '0'),
(1147, 'auth_cas', 'field_lock_city', 'unlocked'),
(1148, 'auth_cas', 'field_map_country', ''),
(1149, 'auth_cas', 'field_updatelocal_country', 'oncreate'),
(1150, 'auth_cas', 'field_updateremote_country', '0'),
(1151, 'auth_cas', 'field_lock_country', 'unlocked'),
(1152, 'auth_cas', 'field_map_lang', ''),
(1153, 'auth_cas', 'field_updatelocal_lang', 'oncreate'),
(1154, 'auth_cas', 'field_updateremote_lang', '0'),
(1155, 'auth_cas', 'field_lock_lang', 'unlocked'),
(1156, 'auth_cas', 'field_map_description', ''),
(1157, 'auth_cas', 'field_updatelocal_description', 'oncreate'),
(1158, 'auth_cas', 'field_updateremote_description', '0'),
(1159, 'auth_cas', 'field_lock_description', 'unlocked'),
(1160, 'auth_cas', 'field_map_url', ''),
(1161, 'auth_cas', 'field_updatelocal_url', 'oncreate'),
(1162, 'auth_cas', 'field_updateremote_url', '0'),
(1163, 'auth_cas', 'field_lock_url', 'unlocked'),
(1164, 'auth_cas', 'field_map_idnumber', ''),
(1165, 'auth_cas', 'field_updatelocal_idnumber', 'oncreate'),
(1166, 'auth_cas', 'field_updateremote_idnumber', '0'),
(1167, 'auth_cas', 'field_lock_idnumber', 'unlocked'),
(1168, 'auth_cas', 'field_map_institution', ''),
(1169, 'auth_cas', 'field_updatelocal_institution', 'oncreate'),
(1170, 'auth_cas', 'field_updateremote_institution', '0'),
(1171, 'auth_cas', 'field_lock_institution', 'unlocked'),
(1172, 'auth_cas', 'field_map_department', ''),
(1173, 'auth_cas', 'field_updatelocal_department', 'oncreate'),
(1174, 'auth_cas', 'field_updateremote_department', '0'),
(1175, 'auth_cas', 'field_lock_department', 'unlocked'),
(1176, 'auth_cas', 'field_map_phone1', ''),
(1177, 'auth_cas', 'field_updatelocal_phone1', 'oncreate'),
(1178, 'auth_cas', 'field_updateremote_phone1', '0'),
(1179, 'auth_cas', 'field_lock_phone1', 'unlocked'),
(1180, 'auth_cas', 'field_map_phone2', ''),
(1181, 'auth_cas', 'field_updatelocal_phone2', 'oncreate'),
(1182, 'auth_cas', 'field_updateremote_phone2', '0'),
(1183, 'auth_cas', 'field_lock_phone2', 'unlocked'),
(1184, 'auth_cas', 'field_map_address', ''),
(1185, 'auth_cas', 'field_updatelocal_address', 'oncreate'),
(1186, 'auth_cas', 'field_updateremote_address', '0'),
(1187, 'auth_cas', 'field_lock_address', 'unlocked'),
(1188, 'auth_cas', 'field_map_firstnamephonetic', ''),
(1189, 'auth_cas', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1190, 'auth_cas', 'field_updateremote_firstnamephonetic', '0'),
(1191, 'auth_cas', 'field_lock_firstnamephonetic', 'unlocked'),
(1192, 'auth_cas', 'field_map_lastnamephonetic', ''),
(1193, 'auth_cas', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1194, 'auth_cas', 'field_updateremote_lastnamephonetic', '0'),
(1195, 'auth_cas', 'field_lock_lastnamephonetic', 'unlocked'),
(1196, 'auth_cas', 'field_map_middlename', ''),
(1197, 'auth_cas', 'field_updatelocal_middlename', 'oncreate'),
(1198, 'auth_cas', 'field_updateremote_middlename', '0'),
(1199, 'auth_cas', 'field_lock_middlename', 'unlocked'),
(1200, 'auth_cas', 'field_map_alternatename', ''),
(1201, 'auth_cas', 'field_updatelocal_alternatename', 'oncreate'),
(1202, 'auth_cas', 'field_updateremote_alternatename', '0'),
(1203, 'auth_cas', 'field_lock_alternatename', 'unlocked'),
(1204, 'auth_ldap', 'field_map_firstname', ''),
(1205, 'auth_ldap', 'field_updatelocal_firstname', 'oncreate'),
(1206, 'auth_ldap', 'field_updateremote_firstname', '0'),
(1207, 'auth_ldap', 'field_lock_firstname', 'unlocked'),
(1208, 'auth_ldap', 'field_map_lastname', ''),
(1209, 'auth_ldap', 'field_updatelocal_lastname', 'oncreate'),
(1210, 'auth_ldap', 'field_updateremote_lastname', '0'),
(1211, 'auth_ldap', 'field_lock_lastname', 'unlocked'),
(1212, 'auth_ldap', 'field_map_email', ''),
(1213, 'auth_ldap', 'field_updatelocal_email', 'oncreate'),
(1214, 'auth_ldap', 'field_updateremote_email', '0'),
(1215, 'auth_ldap', 'field_lock_email', 'unlocked'),
(1216, 'auth_ldap', 'field_map_city', ''),
(1217, 'auth_ldap', 'field_updatelocal_city', 'oncreate'),
(1218, 'auth_ldap', 'field_updateremote_city', '0'),
(1219, 'auth_ldap', 'field_lock_city', 'unlocked'),
(1220, 'auth_ldap', 'field_map_country', ''),
(1221, 'auth_ldap', 'field_updatelocal_country', 'oncreate'),
(1222, 'auth_ldap', 'field_updateremote_country', '0'),
(1223, 'auth_ldap', 'field_lock_country', 'unlocked'),
(1224, 'auth_ldap', 'field_map_lang', ''),
(1225, 'auth_ldap', 'field_updatelocal_lang', 'oncreate'),
(1226, 'auth_ldap', 'field_updateremote_lang', '0'),
(1227, 'auth_ldap', 'field_lock_lang', 'unlocked'),
(1228, 'auth_ldap', 'field_map_description', ''),
(1229, 'auth_ldap', 'field_updatelocal_description', 'oncreate'),
(1230, 'auth_ldap', 'field_updateremote_description', '0'),
(1231, 'auth_ldap', 'field_lock_description', 'unlocked'),
(1232, 'auth_ldap', 'field_map_url', ''),
(1233, 'auth_ldap', 'field_updatelocal_url', 'oncreate'),
(1234, 'auth_ldap', 'field_updateremote_url', '0'),
(1235, 'auth_ldap', 'field_lock_url', 'unlocked'),
(1236, 'auth_ldap', 'field_map_idnumber', ''),
(1237, 'auth_ldap', 'field_updatelocal_idnumber', 'oncreate'),
(1238, 'auth_ldap', 'field_updateremote_idnumber', '0'),
(1239, 'auth_ldap', 'field_lock_idnumber', 'unlocked'),
(1240, 'auth_ldap', 'field_map_institution', ''),
(1241, 'auth_ldap', 'field_updatelocal_institution', 'oncreate'),
(1242, 'auth_ldap', 'field_updateremote_institution', '0'),
(1243, 'auth_ldap', 'field_lock_institution', 'unlocked'),
(1244, 'auth_ldap', 'field_map_department', ''),
(1245, 'auth_ldap', 'field_updatelocal_department', 'oncreate'),
(1246, 'auth_ldap', 'field_updateremote_department', '0'),
(1247, 'auth_ldap', 'field_lock_department', 'unlocked'),
(1248, 'auth_ldap', 'field_map_phone1', ''),
(1249, 'auth_ldap', 'field_updatelocal_phone1', 'oncreate'),
(1250, 'auth_ldap', 'field_updateremote_phone1', '0'),
(1251, 'auth_ldap', 'field_lock_phone1', 'unlocked'),
(1252, 'auth_ldap', 'field_map_phone2', ''),
(1253, 'auth_ldap', 'field_updatelocal_phone2', 'oncreate'),
(1254, 'auth_ldap', 'field_updateremote_phone2', '0'),
(1255, 'auth_ldap', 'field_lock_phone2', 'unlocked'),
(1256, 'auth_ldap', 'field_map_address', ''),
(1257, 'auth_ldap', 'field_updatelocal_address', 'oncreate'),
(1258, 'auth_ldap', 'field_updateremote_address', '0'),
(1259, 'auth_ldap', 'field_lock_address', 'unlocked'),
(1260, 'auth_ldap', 'field_map_firstnamephonetic', ''),
(1261, 'auth_ldap', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1262, 'auth_ldap', 'field_updateremote_firstnamephonetic', '0'),
(1263, 'auth_ldap', 'field_lock_firstnamephonetic', 'unlocked'),
(1264, 'auth_ldap', 'field_map_lastnamephonetic', ''),
(1265, 'auth_ldap', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1266, 'auth_ldap', 'field_updateremote_lastnamephonetic', '0'),
(1267, 'auth_ldap', 'field_lock_lastnamephonetic', 'unlocked'),
(1268, 'auth_ldap', 'field_map_middlename', ''),
(1269, 'auth_ldap', 'field_updatelocal_middlename', 'oncreate'),
(1270, 'auth_ldap', 'field_updateremote_middlename', '0'),
(1271, 'auth_ldap', 'field_lock_middlename', 'unlocked'),
(1272, 'auth_ldap', 'field_map_alternatename', ''),
(1273, 'auth_ldap', 'field_updatelocal_alternatename', 'oncreate'),
(1274, 'auth_ldap', 'field_updateremote_alternatename', '0'),
(1275, 'auth_ldap', 'field_lock_alternatename', 'unlocked'),
(1276, 'auth_shibboleth', 'user_attribute', ''),
(1277, 'auth_shibboleth', 'convert_data', ''),
(1278, 'auth_shibboleth', 'alt_login', 'off'),
(1279, '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'),
(1280, 'auth_shibboleth', 'logout_handler', ''),
(1281, 'auth_shibboleth', 'logout_return_url', ''),
(1282, 'auth_shibboleth', 'login_name', 'Shibboleth Login'),
(1283, 'auth_shibboleth', 'auth_logo', ''),
(1284, 'auth_shibboleth', 'auth_instructions', 'Utilisez la <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">connexion Shibboleth</a> pour accéder via Shibboleth, si votre institution le permet. Sinon, utilisez le formulaire de connexion standard affiché ici.'),
(1285, 'auth_shibboleth', 'changepasswordurl', ''),
(1286, 'auth_shibboleth', 'field_map_firstname', ''),
(1287, 'auth_shibboleth', 'field_updatelocal_firstname', 'oncreate'),
(1288, 'auth_shibboleth', 'field_lock_firstname', 'unlocked'),
(1289, 'auth_shibboleth', 'field_map_lastname', ''),
(1290, 'auth_shibboleth', 'field_updatelocal_lastname', 'oncreate'),
(1291, 'auth_shibboleth', 'field_lock_lastname', 'unlocked'),
(1292, 'auth_shibboleth', 'field_map_email', ''),
(1293, 'auth_shibboleth', 'field_updatelocal_email', 'oncreate'),
(1294, 'auth_shibboleth', 'field_lock_email', 'unlocked'),
(1295, 'auth_shibboleth', 'field_map_city', ''),
(1296, 'auth_shibboleth', 'field_updatelocal_city', 'oncreate'),
(1297, 'auth_shibboleth', 'field_lock_city', 'unlocked'),
(1298, 'auth_shibboleth', 'field_map_country', ''),
(1299, 'auth_shibboleth', 'field_updatelocal_country', 'oncreate'),
(1300, 'auth_shibboleth', 'field_lock_country', 'unlocked'),
(1301, 'auth_shibboleth', 'field_map_lang', ''),
(1302, 'auth_shibboleth', 'field_updatelocal_lang', 'oncreate'),
(1303, 'auth_shibboleth', 'field_lock_lang', 'unlocked'),
(1304, 'auth_shibboleth', 'field_map_description', ''),
(1305, 'auth_shibboleth', 'field_updatelocal_description', 'oncreate'),
(1306, 'auth_shibboleth', 'field_lock_description', 'unlocked'),
(1307, 'auth_shibboleth', 'field_map_url', ''),
(1308, 'auth_shibboleth', 'field_updatelocal_url', 'oncreate'),
(1309, 'auth_shibboleth', 'field_lock_url', 'unlocked'),
(1310, 'auth_shibboleth', 'field_map_idnumber', ''),
(1311, 'auth_shibboleth', 'field_updatelocal_idnumber', 'oncreate'),
(1312, 'auth_shibboleth', 'field_lock_idnumber', 'unlocked'),
(1313, 'auth_shibboleth', 'field_map_institution', ''),
(1314, 'auth_shibboleth', 'field_updatelocal_institution', 'oncreate'),
(1315, 'auth_shibboleth', 'field_lock_institution', 'unlocked'),
(1316, 'auth_shibboleth', 'field_map_department', ''),
(1317, 'auth_shibboleth', 'field_updatelocal_department', 'oncreate'),
(1318, 'auth_shibboleth', 'field_lock_department', 'unlocked'),
(1319, 'auth_shibboleth', 'field_map_phone1', ''),
(1320, 'auth_shibboleth', 'field_updatelocal_phone1', 'oncreate'),
(1321, 'auth_shibboleth', 'field_lock_phone1', 'unlocked'),
(1322, 'auth_shibboleth', 'field_map_phone2', ''),
(1323, 'auth_shibboleth', 'field_updatelocal_phone2', 'oncreate'),
(1324, 'auth_shibboleth', 'field_lock_phone2', 'unlocked'),
(1325, 'auth_shibboleth', 'field_map_address', ''),
(1326, 'auth_shibboleth', 'field_updatelocal_address', 'oncreate'),
(1327, 'auth_shibboleth', 'field_lock_address', 'unlocked'),
(1328, 'auth_shibboleth', 'field_map_firstnamephonetic', ''),
(1329, 'auth_shibboleth', 'field_updatelocal_firstnamephonetic', 'oncreate'),
(1330, 'auth_shibboleth', 'field_lock_firstnamephonetic', 'unlocked'),
(1331, 'auth_shibboleth', 'field_map_lastnamephonetic', ''),
(1332, 'auth_shibboleth', 'field_updatelocal_lastnamephonetic', 'oncreate'),
(1333, 'auth_shibboleth', 'field_lock_lastnamephonetic', 'unlocked'),
(1334, 'auth_shibboleth', 'field_map_middlename', ''),
(1335, 'auth_shibboleth', 'field_updatelocal_middlename', 'oncreate'),
(1336, 'auth_shibboleth', 'field_lock_middlename', 'unlocked'),
(1337, 'auth_shibboleth', 'field_map_alternatename', ''),
(1338, 'auth_shibboleth', 'field_updatelocal_alternatename', 'oncreate'),
(1339, 'auth_shibboleth', 'field_lock_alternatename', 'unlocked'),
(1340, 'block_recentlyaccessedcourses', 'displaycategories', '1'),
(1341, 'block_starredcourses', 'displaycategories', '1'),
(1342, 'block_section_links', 'numsections1', '22'),
(1343, 'block_section_links', 'incby1', '2'),
(1344, 'block_section_links', 'numsections2', '40'),
(1345, 'block_section_links', 'incby2', '5'),
(1346, 'block_activity_results', 'config_showbest', '3'),
(1347, 'block_activity_results', 'config_showbest_locked', ''),
(1348, 'block_activity_results', 'config_showworst', '0'),
(1349, 'block_activity_results', 'config_showworst_locked', ''),
(1350, 'block_activity_results', 'config_usegroups', '0'),
(1351, 'block_activity_results', 'config_usegroups_locked', ''),
(1352, 'block_activity_results', 'config_nameformat', '1'),
(1353, 'block_activity_results', 'config_nameformat_locked', ''),
(1354, 'block_activity_results', 'config_gradeformat', '1'),
(1355, 'block_activity_results', 'config_gradeformat_locked', ''),
(1356, 'block_activity_results', 'config_decimalpoints', '2'),
(1357, 'block_activity_results', 'config_decimalpoints_locked', ''),
(1358, 'block_myoverview', 'displaycategories', '1'),
(1359, 'block_myoverview', 'layouts', 'card,list,summary'),
(1360, 'block_myoverview', 'displaygroupingallincludinghidden', '0'),
(1361, 'block_myoverview', 'displaygroupingall', '1'),
(1362, 'block_myoverview', 'displaygroupinginprogress', '1'),
(1363, 'block_myoverview', 'displaygroupingpast', '1'),
(1364, 'block_myoverview', 'displaygroupingfuture', '1'),
(1365, 'block_myoverview', 'displaygroupingcustomfield', '0'),
(1366, 'block_myoverview', 'customfiltergrouping', ''),
(1367, 'block_myoverview', 'displaygroupingfavourites', '1'),
(1368, 'block_myoverview', 'displaygroupinghidden', '1'),
(1369, 'block_tag_youtube', 'apikey', ''),
(1370, 'fileconverter_googledrive', 'issuerid', ''),
(1371, 'editor_atto', 'toolbar', 'collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html'),
(1372, 'editor_atto', 'autosavefrequency', '60'),
(1373, 'atto_collapse', 'showgroups', '5'),
(1374, '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'),
(1375, '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'),
(1376, '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'),
(1377, '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'),
(1378, 'atto_recordrtc', 'allowedtypes', 'both'),
(1379, 'atto_recordrtc', 'audiobitrate', '128000'),
(1380, 'atto_recordrtc', 'videobitrate', '2500000'),
(1381, 'atto_recordrtc', 'timelimit', '120'),
(1382, 'atto_table', 'allowborders', '0'),
(1383, 'atto_table', 'allowbackgroundcolour', '0'),
(1384, 'atto_table', 'allowwidth', '0'),
(1385, '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'),
(1386, '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'),
(1387, 'editor_tinymce', 'customconfig', ''),
(1388, 'tinymce_moodleemoticon', 'requireemoticon', '1'),
(1389, 'tinymce_spellchecker', 'spellengine', ''),
(1390, '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'),
(1391, 'filter_displayh5p', 'allowedsources', ''),
(1392, 'filter_emoticon', 'formats', '1,4,0'),
(1393, 'filter_urltolink', 'formats', '1,4,0'),
(1394, 'filter_urltolink', 'embedimages', '1'),
(1395, 'filter_mathjaxloader', 'httpsurl', 'https://cdn.jsdelivr.net/npm/mathjax@2.7.8/MathJax.js'),
(1396, 'filter_mathjaxloader', 'texfiltercompatibility', '0'),
(1397, 'filter_mathjaxloader', 'mathjaxconfig', '\nMathJax.Hub.Config({\n    config: [\"Accessible.js\", \"Safe.js\"],\n    errorSettings: { message: [\"!\"] },\n    skipStartupTypeset: true,\n    messageStyle: \"none\"\n});\n'),
(1398, 'filter_mathjaxloader', 'additionaldelimiters', ''),
(1399, 'filter_tex', 'latexpreamble', '\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n'),
(1400, 'filter_tex', 'latexbackground', '#FFFFFF'),
(1401, 'filter_tex', 'density', '120'),
(1402, 'filter_tex', 'pathlatex', 'c:\\texmf\\miktex\\bin\\latex.exe'),
(1403, 'filter_tex', 'pathdvips', 'c:\\texmf\\miktex\\bin\\dvips.exe'),
(1404, 'filter_tex', 'pathconvert', 'c:\\imagemagick\\convert.exe'),
(1405, 'filter_tex', 'pathdvisvgm', 'c:\\texmf\\miktex\\bin\\dvisvgm.exe'),
(1406, 'filter_tex', 'pathmimetex', ''),
(1407, 'filter_tex', 'convertformat', 'gif'),
(1408, 'format_singleactivity', 'activitytype', 'forum'),
(1409, 'enrol_guest', 'requirepassword', '0'),
(1410, 'enrol_guest', 'usepasswordpolicy', '0'),
(1411, 'enrol_guest', 'showhint', '0'),
(1412, 'enrol_guest', 'defaultenrol', '1'),
(1413, 'enrol_guest', 'status', '1'),
(1414, 'enrol_guest', 'status_adv', ''),
(1415, 'enrol_self', 'requirepassword', '0'),
(1416, 'enrol_self', 'usepasswordpolicy', '0'),
(1417, 'enrol_self', 'showhint', '0'),
(1418, 'enrol_self', 'expiredaction', '1'),
(1419, 'enrol_self', 'expirynotifyhour', '6'),
(1420, 'enrol_self', 'defaultenrol', '1'),
(1421, 'enrol_self', 'status', '1'),
(1422, 'enrol_self', 'newenrols', '1'),
(1423, 'enrol_self', 'groupkey', '0'),
(1424, 'enrol_self', 'roleid', '5'),
(1425, 'enrol_self', 'enrolperiod', '0'),
(1426, 'enrol_self', 'expirynotify', '0'),
(1427, 'enrol_self', 'expirythreshold', '86400'),
(1428, 'enrol_self', 'longtimenosee', '0'),
(1429, 'enrol_self', 'maxenrolled', '0'),
(1430, 'enrol_self', 'sendcoursewelcomemessage', '1'),
(1431, 'enrol_database', 'dbtype', ''),
(1432, 'enrol_database', 'dbhost', 'localhost'),
(1433, 'enrol_database', 'dbuser', ''),
(1434, 'enrol_database', 'dbpass', ''),
(1435, 'enrol_database', 'dbname', ''),
(1436, 'enrol_database', 'dbencoding', 'utf-8'),
(1437, 'enrol_database', 'dbsetupsql', ''),
(1438, 'enrol_database', 'dbsybasequoting', '0'),
(1439, 'enrol_database', 'debugdb', '0'),
(1440, 'enrol_database', 'localcoursefield', 'idnumber'),
(1441, 'enrol_database', 'localuserfield', 'idnumber'),
(1442, 'enrol_database', 'localrolefield', 'shortname'),
(1443, 'enrol_database', 'localcategoryfield', 'id'),
(1444, 'enrol_database', 'remoteenroltable', ''),
(1445, 'enrol_database', 'remotecoursefield', ''),
(1446, 'enrol_database', 'remoteuserfield', ''),
(1447, 'enrol_database', 'remoterolefield', ''),
(1448, 'enrol_database', 'remoteotheruserfield', ''),
(1449, 'enrol_database', 'defaultrole', '5'),
(1450, 'enrol_database', 'ignorehiddencourses', '0'),
(1451, 'enrol_database', 'unenrolaction', '0'),
(1452, 'enrol_database', 'newcoursetable', ''),
(1453, 'enrol_database', 'newcoursefullname', 'fullname'),
(1454, 'enrol_database', 'newcourseshortname', 'shortname'),
(1455, 'enrol_database', 'newcourseidnumber', 'idnumber'),
(1456, 'enrol_database', 'newcoursecategory', ''),
(1457, 'enrol_database', 'defaultcategory', '1'),
(1458, 'enrol_database', 'templatecourse', ''),
(1459, 'enrol_imsenterprise', 'imsfilelocation', ''),
(1460, 'enrol_imsenterprise', 'logtolocation', ''),
(1461, 'enrol_imsenterprise', 'mailadmins', '0'),
(1462, 'enrol_imsenterprise', 'createnewusers', '0'),
(1463, 'enrol_imsenterprise', 'imsupdateusers', '0'),
(1464, 'enrol_imsenterprise', 'imsdeleteusers', '0'),
(1465, 'enrol_imsenterprise', 'fixcaseusernames', '0'),
(1466, 'enrol_imsenterprise', 'fixcasepersonalnames', '0'),
(1467, 'enrol_imsenterprise', 'imssourcedidfallback', '0'),
(1468, 'enrol_imsenterprise', 'imsrolemap01', '5'),
(1469, 'enrol_imsenterprise', 'imsrolemap02', '3'),
(1470, 'enrol_imsenterprise', 'imsrolemap03', '3'),
(1471, 'enrol_imsenterprise', 'imsrolemap04', '5'),
(1472, 'enrol_imsenterprise', 'imsrolemap05', '0'),
(1473, 'enrol_imsenterprise', 'imsrolemap06', '4'),
(1474, 'enrol_imsenterprise', 'imsrolemap07', '0'),
(1475, 'enrol_imsenterprise', 'imsrolemap08', '4'),
(1476, 'enrol_imsenterprise', 'truncatecoursecodes', '0'),
(1477, 'enrol_imsenterprise', 'createnewcourses', '0'),
(1478, 'enrol_imsenterprise', 'updatecourses', '0'),
(1479, 'enrol_imsenterprise', 'createnewcategories', '0'),
(1480, 'enrol_imsenterprise', 'nestedcategories', '0'),
(1481, 'enrol_imsenterprise', 'categoryidnumber', '0'),
(1482, 'enrol_imsenterprise', 'categoryseparator', ''),
(1483, 'enrol_imsenterprise', 'imsunenrol', '0'),
(1484, 'enrol_imsenterprise', 'imscoursemapshortname', 'coursecode'),
(1485, 'enrol_imsenterprise', 'imscoursemapfullname', 'short'),
(1486, 'enrol_imsenterprise', 'imscoursemapsummary', 'ignore'),
(1487, 'enrol_imsenterprise', 'imsrestricttarget', ''),
(1488, 'enrol_imsenterprise', 'imscapitafix', '0'),
(1489, 'enrol_flatfile', 'location', ''),
(1490, 'enrol_flatfile', 'encoding', 'UTF-8'),
(1491, 'enrol_flatfile', 'mailstudents', '0'),
(1492, 'enrol_flatfile', 'mailteachers', '0'),
(1493, 'enrol_flatfile', 'mailadmins', '0'),
(1494, 'enrol_flatfile', 'unenrolaction', '3'),
(1495, 'enrol_flatfile', 'expiredaction', '3'),
(1496, 'enrol_manual', 'expiredaction', '1'),
(1497, 'enrol_manual', 'expirynotifyhour', '6'),
(1498, 'enrol_manual', 'defaultenrol', '1'),
(1499, 'enrol_manual', 'status', '0'),
(1500, 'enrol_manual', 'roleid', '5'),
(1501, 'enrol_manual', 'enrolstart', '4'),
(1502, 'enrol_manual', 'enrolperiod', '0'),
(1503, 'enrol_manual', 'expirynotify', '0'),
(1504, 'enrol_manual', 'expirythreshold', '86400'),
(1505, 'enrol_mnet', 'roleid', '5'),
(1506, 'enrol_mnet', 'roleid_adv', '1'),
(1507, 'enrol_meta', 'nosyncroleids', ''),
(1508, 'enrol_meta', 'syncall', '1'),
(1509, 'enrol_meta', 'unenrolaction', '3'),
(1510, 'enrol_meta', 'coursesort', 'sortorder'),
(1511, 'enrol_paypal', 'paypalbusiness', ''),
(1512, 'enrol_paypal', 'mailstudents', '0'),
(1513, 'enrol_paypal', 'mailteachers', '0'),
(1514, 'enrol_paypal', 'mailadmins', '0'),
(1515, 'enrol_paypal', 'expiredaction', '3'),
(1516, 'enrol_paypal', 'status', '1'),
(1517, 'enrol_paypal', 'cost', '0'),
(1518, 'enrol_paypal', 'currency', 'USD'),
(1519, 'enrol_paypal', 'roleid', '5'),
(1520, 'enrol_paypal', 'enrolperiod', '0'),
(1521, 'enrol_lti', 'emaildisplay', '2'),
(1522, 'enrol_lti', 'city', ''),
(1523, 'enrol_lti', 'country', ''),
(1524, 'enrol_lti', 'timezone', '99'),
(1525, 'enrol_lti', 'lang', 'fr'),
(1526, 'enrol_lti', 'institution', ''),
(1527, 'enrol_cohort', 'roleid', '5'),
(1528, 'enrol_cohort', 'unenrolaction', '0'),
(1529, 'logstore_database', 'dbdriver', ''),
(1530, 'logstore_database', 'dbhost', ''),
(1531, 'logstore_database', 'dbuser', ''),
(1532, 'logstore_database', 'dbpass', ''),
(1533, 'logstore_database', 'dbname', ''),
(1534, 'logstore_database', 'dbtable', ''),
(1535, 'logstore_database', 'dbpersist', '0'),
(1536, 'logstore_database', 'dbsocket', ''),
(1537, 'logstore_database', 'dbport', ''),
(1538, 'logstore_database', 'dbschema', ''),
(1539, 'logstore_database', 'dbcollation', ''),
(1540, 'logstore_database', 'dbhandlesoptions', '0'),
(1541, 'logstore_database', 'buffersize', '50'),
(1542, 'logstore_database', 'jsonformat', '1'),
(1543, 'logstore_database', 'logguests', '0'),
(1544, 'logstore_database', 'includelevels', '1,2,0'),
(1545, 'logstore_database', 'includeactions', 'c,r,u,d'),
(1546, 'logstore_legacy', 'loglegacy', '0'),
(1547, 'logstore_standard', 'logguests', '1'),
(1548, 'logstore_standard', 'jsonformat', '1'),
(1549, 'logstore_standard', 'loglifetime', '0'),
(1550, 'logstore_standard', 'buffersize', '50'),
(1551, 'media_videojs', 'videoextensions', 'html_video,media_source,.f4v,.flv'),
(1552, 'media_videojs', 'audioextensions', 'html_audio'),
(1553, 'media_videojs', 'rtmp', '0'),
(1554, 'media_videojs', 'useflash', '0'),
(1555, 'media_videojs', 'youtube', '1'),
(1556, 'media_videojs', 'videocssclass', 'video-js'),
(1557, 'media_videojs', 'audiocssclass', 'video-js'),
(1558, 'media_videojs', 'limitsize', '1'),
(1559, 'workshop', 'grade', '80'),
(1560, 'workshop', 'gradinggrade', '20'),
(1561, 'workshop', 'gradedecimals', '0'),
(1562, 'workshop', 'maxbytes', '0'),
(1563, 'workshop', 'strategy', 'accumulative'),
(1564, 'workshop', 'examplesmode', '0'),
(1565, 'workshopallocation_random', 'numofreviews', '5'),
(1566, 'workshopform_numerrors', 'grade0', 'Non'),
(1567, 'workshopform_numerrors', 'grade1', 'Oui'),
(1568, 'workshopeval_best', 'comparison', '5'),
(1569, 'assign', 'feedback_plugin_for_gradebook', 'assignfeedback_comments'),
(1570, 'assign', 'showrecentsubmissions', '0'),
(1571, 'assign', 'submissionreceipts', '1'),
(1572, 'assign', 'submissionstatement', 'Ce document est le fruit de mon propre travail, excepté les extraits dûment cités de travaux d\'autres personnes.'),
(1573, 'assign', 'submissionstatementteamsubmission', 'Ce document est le fruit du travail de mon groupe, excepté les extraits dûment cités de travaux d\'autres personnes.'),
(1574, 'assign', 'submissionstatementteamsubmissionallsubmit', 'Ce document est le fruit de mon propre travail en tant que membre du groupe, excepté les extraits dûment cités de travaux d\'autres personnes.'),
(1575, 'assign', 'maxperpage', '-1'),
(1576, 'assign', 'alwaysshowdescription', '1'),
(1577, 'assign', 'alwaysshowdescription_adv', ''),
(1578, 'assign', 'alwaysshowdescription_locked', ''),
(1579, 'assign', 'allowsubmissionsfromdate', '0'),
(1580, 'assign', 'allowsubmissionsfromdate_enabled', '1'),
(1581, 'assign', 'allowsubmissionsfromdate_adv', ''),
(1582, 'assign', 'duedate', '604800'),
(1583, 'assign', 'duedate_enabled', '1'),
(1584, 'assign', 'duedate_adv', ''),
(1585, 'assign', 'cutoffdate', '1209600'),
(1586, 'assign', 'cutoffdate_enabled', ''),
(1587, 'assign', 'cutoffdate_adv', ''),
(1588, 'assign', 'gradingduedate', '1209600'),
(1589, 'assign', 'gradingduedate_enabled', '1'),
(1590, 'assign', 'gradingduedate_adv', ''),
(1591, 'assign', 'submissiondrafts', '0'),
(1592, 'assign', 'submissiondrafts_adv', ''),
(1593, 'assign', 'submissiondrafts_locked', ''),
(1594, 'assign', 'requiresubmissionstatement', '0'),
(1595, 'assign', 'requiresubmissionstatement_adv', ''),
(1596, 'assign', 'requiresubmissionstatement_locked', ''),
(1597, 'assign', 'attemptreopenmethod', 'none'),
(1598, 'assign', 'attemptreopenmethod_adv', ''),
(1599, 'assign', 'attemptreopenmethod_locked', ''),
(1600, 'assign', 'maxattempts', '-1'),
(1601, 'assign', 'maxattempts_adv', ''),
(1602, 'assign', 'maxattempts_locked', ''),
(1603, 'assign', 'teamsubmission', '0'),
(1604, 'assign', 'teamsubmission_adv', ''),
(1605, 'assign', 'teamsubmission_locked', ''),
(1606, 'assign', 'preventsubmissionnotingroup', '0'),
(1607, 'assign', 'preventsubmissionnotingroup_adv', ''),
(1608, 'assign', 'preventsubmissionnotingroup_locked', ''),
(1609, 'assign', 'requireallteammemberssubmit', '0'),
(1610, 'assign', 'requireallteammemberssubmit_adv', ''),
(1611, 'assign', 'requireallteammemberssubmit_locked', ''),
(1612, 'assign', 'teamsubmissiongroupingid', ''),
(1613, 'assign', 'teamsubmissiongroupingid_adv', ''),
(1614, 'assign', 'sendnotifications', '0'),
(1615, 'assign', 'sendnotifications_adv', ''),
(1616, 'assign', 'sendnotifications_locked', ''),
(1617, 'assign', 'sendlatenotifications', '0'),
(1618, 'assign', 'sendlatenotifications_adv', ''),
(1619, 'assign', 'sendlatenotifications_locked', ''),
(1620, 'assign', 'sendstudentnotifications', '1'),
(1621, 'assign', 'sendstudentnotifications_adv', ''),
(1622, 'assign', 'sendstudentnotifications_locked', ''),
(1623, 'assign', 'blindmarking', '0'),
(1624, 'assign', 'blindmarking_adv', ''),
(1625, 'assign', 'blindmarking_locked', ''),
(1626, 'assign', 'hidegrader', '0'),
(1627, 'assign', 'hidegrader_adv', ''),
(1628, 'assign', 'hidegrader_locked', ''),
(1629, 'assign', 'markingworkflow', '0'),
(1630, 'assign', 'markingworkflow_adv', ''),
(1631, 'assign', 'markingworkflow_locked', ''),
(1632, 'assign', 'markingallocation', '0'),
(1633, 'assign', 'markingallocation_adv', ''),
(1634, 'assign', 'markingallocation_locked', ''),
(1635, 'assignsubmission_file', 'default', '1'),
(1636, 'assignsubmission_file', 'maxfiles', '20'),
(1637, 'assignsubmission_file', 'filetypes', ''),
(1638, 'assignsubmission_file', 'maxbytes', '0'),
(1639, 'assignsubmission_onlinetext', 'default', '0'),
(1640, 'assignfeedback_comments', 'default', '1'),
(1641, 'assignfeedback_comments', 'inline', '0'),
(1642, 'assignfeedback_comments', 'inline_adv', ''),
(1643, 'assignfeedback_comments', 'inline_locked', ''),
(1644, 'assignfeedback_editpdf', 'default', '1'),
(1645, 'assignfeedback_editpdf', 'stamps', ''),
(1646, 'assignfeedback_file', 'default', '0'),
(1647, 'assignfeedback_offline', 'default', '0'),
(1648, 'folder', 'showexpanded', '1'),
(1649, 'folder', 'maxsizetodownload', '0'),
(1650, 'label', 'dndmedia', '1'),
(1651, 'label', 'dndresizewidth', '400'),
(1652, 'label', 'dndresizeheight', '400'),
(1653, 'resource', 'framesize', '130'),
(1654, 'resource', 'displayoptions', '0,1,4,5,6'),
(1655, 'resource', 'printintro', '1'),
(1656, 'resource', 'display', '0'),
(1657, 'resource', 'showsize', '0'),
(1658, 'resource', 'showtype', '0'),
(1659, 'resource', 'showdate', '0'),
(1660, 'resource', 'popupwidth', '620'),
(1661, 'resource', 'popupheight', '450'),
(1662, 'resource', 'filterfiles', '0'),
(1663, 'mod_lesson', 'mediafile', ''),
(1664, 'mod_lesson', 'mediafile_adv', '1'),
(1665, 'mod_lesson', 'mediawidth', '640'),
(1666, 'mod_lesson', 'mediaheight', '480'),
(1667, 'mod_lesson', 'mediaclose', '0'),
(1668, 'mod_lesson', 'progressbar', '0'),
(1669, 'mod_lesson', 'progressbar_adv', ''),
(1670, 'mod_lesson', 'ongoing', '0'),
(1671, 'mod_lesson', 'ongoing_adv', '1'),
(1672, 'mod_lesson', 'displayleftmenu', '0'),
(1673, 'mod_lesson', 'displayleftmenu_adv', ''),
(1674, 'mod_lesson', 'displayleftif', '0'),
(1675, 'mod_lesson', 'displayleftif_adv', '1'),
(1676, 'mod_lesson', 'slideshow', '0'),
(1677, 'mod_lesson', 'slideshow_adv', '1'),
(1678, 'mod_lesson', 'slideshowwidth', '640'),
(1679, 'mod_lesson', 'slideshowheight', '480'),
(1680, 'mod_lesson', 'slideshowbgcolor', '#FFFFFF'),
(1681, 'mod_lesson', 'maxanswers', '5'),
(1682, 'mod_lesson', 'maxanswers_adv', '1'),
(1683, 'mod_lesson', 'defaultfeedback', '0'),
(1684, 'mod_lesson', 'defaultfeedback_adv', '1'),
(1685, 'mod_lesson', 'activitylink', ''),
(1686, 'mod_lesson', 'activitylink_adv', '1'),
(1687, 'mod_lesson', 'timelimit', '0'),
(1688, 'mod_lesson', 'timelimit_adv', ''),
(1689, 'mod_lesson', 'password', '0'),
(1690, 'mod_lesson', 'password_adv', '1'),
(1691, 'mod_lesson', 'modattempts', '0'),
(1692, 'mod_lesson', 'modattempts_adv', ''),
(1693, 'mod_lesson', 'displayreview', '0'),
(1694, 'mod_lesson', 'displayreview_adv', ''),
(1695, 'mod_lesson', 'maximumnumberofattempts', '1'),
(1696, 'mod_lesson', 'maximumnumberofattempts_adv', ''),
(1697, 'mod_lesson', 'defaultnextpage', '0'),
(1698, 'mod_lesson', 'defaultnextpage_adv', '1'),
(1699, 'mod_lesson', 'numberofpagestoshow', '1'),
(1700, 'mod_lesson', 'numberofpagestoshow_adv', '1'),
(1701, 'mod_lesson', 'practice', '0'),
(1702, 'mod_lesson', 'practice_adv', ''),
(1703, 'mod_lesson', 'customscoring', '1'),
(1704, 'mod_lesson', 'customscoring_adv', '1'),
(1705, 'mod_lesson', 'retakesallowed', '0'),
(1706, 'mod_lesson', 'retakesallowed_adv', ''),
(1707, 'mod_lesson', 'handlingofretakes', '0'),
(1708, 'mod_lesson', 'handlingofretakes_adv', '1'),
(1709, 'mod_lesson', 'minimumnumberofquestions', '0'),
(1710, 'mod_lesson', 'minimumnumberofquestions_adv', '1'),
(1711, 'book', 'numberingoptions', '0,1,2,3'),
(1712, 'book', 'navoptions', '0,1,2'),
(1713, 'book', 'numbering', '1'),
(1714, 'book', 'navstyle', '1'),
(1715, 'page', 'displayoptions', '5'),
(1716, 'page', 'printheading', '1'),
(1717, 'page', 'printintro', '0'),
(1718, 'page', 'printlastmodified', '1'),
(1719, 'page', 'display', '5'),
(1720, 'page', 'popupwidth', '620'),
(1721, 'page', 'popupheight', '450'),
(1722, 'imscp', 'keepold', '1'),
(1723, 'imscp', 'keepold_adv', ''),
(1724, 'scorm', 'displaycoursestructure', '0'),
(1725, 'scorm', 'displaycoursestructure_adv', ''),
(1726, 'scorm', 'popup', '0'),
(1727, 'scorm', 'popup_adv', ''),
(1728, 'scorm', 'displayactivityname', '1'),
(1729, 'scorm', 'framewidth', '100'),
(1730, 'scorm', 'framewidth_adv', '1'),
(1731, 'scorm', 'frameheight', '500'),
(1732, 'scorm', 'frameheight_adv', '1'),
(1733, 'scorm', 'winoptgrp_adv', '1'),
(1734, 'scorm', 'scrollbars', '0'),
(1735, 'scorm', 'directories', '0'),
(1736, 'scorm', 'location', '0'),
(1737, 'scorm', 'menubar', '0'),
(1738, 'scorm', 'toolbar', '0'),
(1739, 'scorm', 'status', '0'),
(1740, 'scorm', 'skipview', '0'),
(1741, 'scorm', 'skipview_adv', '1'),
(1742, 'scorm', 'hidebrowse', '0'),
(1743, 'scorm', 'hidebrowse_adv', '1'),
(1744, 'scorm', 'hidetoc', '0'),
(1745, 'scorm', 'hidetoc_adv', '1'),
(1746, 'scorm', 'nav', '1'),
(1747, 'scorm', 'nav_adv', '1'),
(1748, 'scorm', 'navpositionleft', '-100'),
(1749, 'scorm', 'navpositionleft_adv', '1'),
(1750, 'scorm', 'navpositiontop', '-100'),
(1751, 'scorm', 'navpositiontop_adv', '1'),
(1752, 'scorm', 'collapsetocwinsize', '767'),
(1753, 'scorm', 'collapsetocwinsize_adv', '1'),
(1754, 'scorm', 'displayattemptstatus', '1'),
(1755, 'scorm', 'displayattemptstatus_adv', ''),
(1756, 'scorm', 'grademethod', '1'),
(1757, 'scorm', 'maxgrade', '100'),
(1758, 'scorm', 'maxattempt', '0'),
(1759, 'scorm', 'whatgrade', '0'),
(1760, 'scorm', 'forcecompleted', '0'),
(1761, 'scorm', 'forcenewattempt', '0'),
(1762, 'scorm', 'autocommit', '0'),
(1763, 'scorm', 'masteryoverride', '1'),
(1764, 'scorm', 'lastattemptlock', '0'),
(1765, 'scorm', 'auto', '0'),
(1766, 'scorm', 'updatefreq', '0'),
(1767, 'scorm', 'scormstandard', '0'),
(1768, 'scorm', 'allowtypeexternal', '0'),
(1769, 'scorm', 'allowtypelocalsync', '0'),
(1770, 'scorm', 'allowtypeexternalaicc', '0'),
(1771, 'scorm', 'allowaicchacp', '0'),
(1772, 'scorm', 'aicchacptimeout', '30'),
(1773, 'scorm', 'aicchacpkeepsessiondata', '1'),
(1774, 'scorm', 'aiccuserid', '1'),
(1775, 'scorm', 'forcejavascript', '1'),
(1776, 'scorm', 'allowapidebug', '0'),
(1777, 'scorm', 'apidebugmask', '.*'),
(1778, 'scorm', 'protectpackagedownloads', '0'),
(1779, 'quiz', 'timelimit', '0'),
(1780, 'quiz', 'timelimit_adv', ''),
(1781, 'quiz', 'overduehandling', 'autosubmit'),
(1782, 'quiz', 'overduehandling_adv', ''),
(1783, 'quiz', 'graceperiod', '86400'),
(1784, 'quiz', 'graceperiod_adv', ''),
(1785, 'quiz', 'graceperiodmin', '60'),
(1786, 'quiz', 'attempts', '0'),
(1787, 'quiz', 'attempts_adv', ''),
(1788, 'quiz', 'grademethod', '1'),
(1789, 'quiz', 'grademethod_adv', ''),
(1790, 'quiz', 'maximumgrade', '10'),
(1791, 'quiz', 'questionsperpage', '1'),
(1792, 'quiz', 'questionsperpage_adv', ''),
(1793, 'quiz', 'navmethod', 'free'),
(1794, 'quiz', 'navmethod_adv', '1'),
(1795, 'quiz', 'shuffleanswers', '1'),
(1796, 'quiz', 'shuffleanswers_adv', ''),
(1797, 'quiz', 'preferredbehaviour', 'deferredfeedback'),
(1798, 'quiz', 'canredoquestions', '0'),
(1799, 'quiz', 'canredoquestions_adv', '1'),
(1800, 'quiz', 'attemptonlast', '0'),
(1801, 'quiz', 'attemptonlast_adv', '1'),
(1802, 'quiz', 'reviewattempt', '69904'),
(1803, 'quiz', 'reviewcorrectness', '69904'),
(1804, 'quiz', 'reviewmarks', '69904'),
(1805, 'quiz', 'reviewspecificfeedback', '69904'),
(1806, 'quiz', 'reviewgeneralfeedback', '69904'),
(1807, 'quiz', 'reviewrightanswer', '69904'),
(1808, 'quiz', 'reviewoverallfeedback', '4368'),
(1809, 'quiz', 'showuserpicture', '0'),
(1810, 'quiz', 'showuserpicture_adv', ''),
(1811, 'quiz', 'decimalpoints', '2'),
(1812, 'quiz', 'decimalpoints_adv', ''),
(1813, 'quiz', 'questiondecimalpoints', '-1'),
(1814, 'quiz', 'questiondecimalpoints_adv', ''),
(1815, 'quiz', 'showblocks', '0'),
(1816, 'quiz', 'showblocks_adv', '1'),
(1817, 'quiz', 'quizpassword', ''),
(1818, 'quiz', 'quizpassword_adv', ''),
(1819, 'quiz', 'quizpassword_required', ''),
(1820, 'quiz', 'subnet', ''),
(1821, 'quiz', 'subnet_adv', '1'),
(1822, 'quiz', 'delay1', '0'),
(1823, 'quiz', 'delay1_adv', '1'),
(1824, 'quiz', 'delay2', '0'),
(1825, 'quiz', 'delay2_adv', '1'),
(1826, 'quiz', 'browsersecurity', '-'),
(1827, 'quiz', 'browsersecurity_adv', '1'),
(1828, 'quiz', 'initialnumfeedbacks', '2'),
(1829, 'quiz', 'autosaveperiod', '60'),
(1830, 'quizaccess_seb', 'autoreconfigureseb', '1'),
(1831, 'quizaccess_seb', 'showseblinks', 'seb,http'),
(1832, 'quizaccess_seb', 'downloadlink', 'https://safeexambrowser.org/download_en.html'),
(1833, 'quizaccess_seb', 'quizpasswordrequired', '0'),
(1834, 'quizaccess_seb', 'displayblocksbeforestart', '0'),
(1835, 'quizaccess_seb', 'displayblockswhenfinished', '1'),
(1836, 'url', 'framesize', '130'),
(1837, 'url', 'secretphrase', ''),
(1838, 'url', 'rolesinparams', '0'),
(1839, 'url', 'displayoptions', '0,1,5,6'),
(1840, 'url', 'printintro', '1'),
(1841, 'url', 'display', '0'),
(1842, 'url', 'popupwidth', '620'),
(1843, 'url', 'popupheight', '450'),
(1844, 'tool_recyclebin', 'coursebinenable', '1'),
(1845, 'tool_recyclebin', 'coursebinexpiry', '604800'),
(1846, 'tool_recyclebin', 'categorybinenable', '1'),
(1847, 'tool_recyclebin', 'categorybinexpiry', '604800'),
(1848, 'tool_recyclebin', 'autohide', '1'),
(1849, 'antivirus_clamav', 'runningmethod', 'commandline'),
(1850, 'antivirus_clamav', 'pathtoclam', ''),
(1851, 'antivirus_clamav', 'pathtounixsocket', ''),
(1852, 'antivirus_clamav', 'tcpsockethost', ''),
(1853, 'antivirus_clamav', 'tcpsocketport', '3310'),
(1854, 'antivirus_clamav', 'clamfailureonupload', 'donothing'),
(1855, 'antivirus_clamav', 'tries', '1'),
(1856, 'mlbackend_python', 'useserver', '0'),
(1857, 'mlbackend_python', 'host', ''),
(1858, 'mlbackend_python', 'port', '0'),
(1859, 'mlbackend_python', 'secure', '0'),
(1860, 'mlbackend_python', 'username', 'default'),
(1861, 'mlbackend_python', 'password', ''),
(1862, 'qtype_multichoice', 'answerhowmany', '1'),
(1863, 'qtype_multichoice', 'shuffleanswers', '1'),
(1864, 'qtype_multichoice', 'answernumbering', 'abc'),
(1865, 'tool_mobile', 'apppolicy', ''),
(1866, 'tool_mobile', 'typeoflogin', '1');
INSERT INTO `mdl_config_plugins` (`id`, `plugin`, `name`, `value`) VALUES
(1867, 'tool_mobile', 'qrcodetype', '1'),
(1868, 'tool_mobile', 'forcedurlscheme', 'moodlemobile'),
(1869, 'tool_mobile', 'minimumversion', ''),
(1870, 'tool_mobile', 'enablesmartappbanners', '0'),
(1871, 'tool_mobile', 'iosappid', '633359593'),
(1872, 'tool_mobile', 'androidappid', 'com.moodle.moodlemobile'),
(1873, 'tool_mobile', 'setuplink', 'https://download.moodle.org/mobile'),
(1874, 'tool_mobile', 'forcelogout', '0'),
(1875, 'tool_mobile', 'disabledfeatures', ''),
(1876, 'tool_mobile', 'custommenuitems', ''),
(1877, 'tool_mobile', 'customlangstrings', ''),
(1878, 'tool_moodlenet', 'enablemoodlenet', '0'),
(1879, 'tool_moodlenet', 'defaultmoodlenetname', 'MoodleNet Central'),
(1880, 'tool_moodlenet', 'defaultmoodlenet', 'https://moodle.net'),
(1881, 'theme_fordson', 'version', '2020061800'),
(1882, 'theme_fordson', 'preset', '0'),
(1883, 'theme_fordson', 'presetfiles', ''),
(1884, 'theme_fordson', 'pagelayout', '1'),
(1885, 'theme_fordson', 'sectionlayout', '1'),
(1886, 'theme_fordson', 'coursetilestyle', '10'),
(1887, 'theme_fordson', 'marketingstyle', '3'),
(1888, 'theme_fordson', 'blockdisplay', '1'),
(1889, 'theme_fordson', 'integrationcollapsibletopics', '2'),
(1890, 'theme_fordson', 'easyenrollmentintegration', '1'),
(1891, 'theme_fordson', 'jitsibuttontext', ''),
(1892, 'theme_fordson', 'jitsibuttonurl', ''),
(1893, 'theme_fordson', 'showloginform', '0'),
(1894, 'theme_fordson', 'enhancedmydashboard', '1'),
(1895, 'theme_fordson', 'frontpagemycoursessorting', '1'),
(1896, 'theme_fordson', 'learningcontentpadding', '125px'),
(1897, 'theme_fordson', 'headerimagepadding', '400px'),
(1898, 'theme_fordson', 'gutterwidth', '0rem'),
(1899, 'theme_fordson', 'blockwidthfordson', '280px'),
(1900, 'theme_fordson', 'activityiconsize', '32px'),
(1901, 'theme_fordson', 'trimtitle', '256'),
(1902, 'theme_fordson', 'titletooltip', '0'),
(1903, 'theme_fordson', 'trimsummary', '300'),
(1904, 'theme_fordson', 'courseboxheight', '250px'),
(1905, 'theme_fordson', 'enablecategoryicon', '0'),
(1906, 'theme_fordson', 'catsicon', 'folder'),
(1907, 'theme_fordson', 'showcourseheaderimage', '1'),
(1908, 'theme_fordson', 'favicon', ''),
(1909, 'theme_fordson', 'headerlogo', ''),
(1910, 'theme_fordson', 'headerdefaultimage', ''),
(1911, 'theme_fordson', 'backgroundimage', ''),
(1912, 'theme_fordson', 'loginimage', ''),
(1913, 'theme_fordson', 'scsspre', ''),
(1914, 'theme_fordson', 'brandprimary', ''),
(1915, 'theme_fordson', 'brandsuccess', ''),
(1916, 'theme_fordson', 'brandwarning', ''),
(1917, 'theme_fordson', 'branddanger', ''),
(1918, 'theme_fordson', 'brandinfo', ''),
(1919, 'theme_fordson', 'bodybackground', ''),
(1920, 'theme_fordson', 'topnavbarbg', ''),
(1921, 'theme_fordson', 'topnavbarteacherbg', ''),
(1922, 'theme_fordson', 'breadcrumbbkg', ''),
(1923, 'theme_fordson', 'cardbkg', ''),
(1924, 'theme_fordson', 'drawerbkg', ''),
(1925, 'theme_fordson', 'footerbkg', ''),
(1926, 'theme_fordson', 'markettextbg', ''),
(1927, 'theme_fordson', 'scss', ''),
(1928, 'theme_fordson', 'fptextbox', ''),
(1929, 'theme_fordson', 'fptextboxlogout', ''),
(1930, 'theme_fordson', 'alertbox', ''),
(1931, 'theme_fordson', 'coursemanagementtoggle', '1'),
(1932, 'theme_fordson', 'coursemanagementtextbox', ''),
(1933, 'theme_fordson', 'studentdashboardtextbox', ''),
(1934, 'theme_fordson', 'navbarcolorswitch', '2'),
(1935, 'theme_fordson', 'showactivitynav', '1'),
(1936, 'theme_fordson', 'courseeditingcog', '1'),
(1937, 'theme_fordson', 'showstudentgrades', '1'),
(1938, 'theme_fordson', 'showstudentcompletion', '1'),
(1939, 'theme_fordson', 'showonlygroupteachers', '0'),
(1940, 'theme_fordson', 'showcourseadminstudents', '1'),
(1941, 'theme_fordson', 'displaymycourses', '1'),
(1942, 'theme_fordson', 'displaythiscourse', ''),
(1943, 'theme_fordson', 'mycoursetitle', 'course'),
(1944, 'theme_fordson', 'shownavdrawer', '1'),
(1945, 'theme_fordson', 'shownavclosed', ''),
(1946, 'theme_fordson', 'iconwidth', '100px'),
(1947, 'theme_fordson', 'createicon', 'edit'),
(1948, 'theme_fordson', 'createbuttontext', 'Créer un cours'),
(1949, 'theme_fordson', 'createbuttonurl', 'http://localhost/moodle/course/edit.php?category=1'),
(1950, 'theme_fordson', 'slideicon', ''),
(1951, 'theme_fordson', 'slideiconbuttontext', ''),
(1952, 'theme_fordson', 'slidetextbox', ''),
(1953, 'theme_fordson', 'nav1icon', 'home'),
(1954, 'theme_fordson', 'nav1buttontext', 'Tableau de bord'),
(1955, 'theme_fordson', 'nav1buttonurl', 'http://localhost/moodle/my/'),
(1956, 'theme_fordson', 'nav1target', '_self'),
(1957, 'theme_fordson', 'nav2icon', 'calendar'),
(1958, 'theme_fordson', 'nav2buttontext', 'Calendrier'),
(1959, 'theme_fordson', 'nav2buttonurl', 'http://localhost/moodle/calendar/view.php?view=month'),
(1960, 'theme_fordson', 'nav2target', '_self'),
(1961, 'theme_fordson', 'nav3icon', 'bookmark'),
(1962, 'theme_fordson', 'nav3buttontext', 'Badges'),
(1963, 'theme_fordson', 'nav3buttonurl', 'http://localhost/moodle/badges/mybadges.php'),
(1964, 'theme_fordson', 'nav3target', '_self'),
(1965, 'theme_fordson', 'nav4icon', 'book'),
(1966, 'theme_fordson', 'nav4buttontext', 'Tous les cours'),
(1967, 'theme_fordson', 'nav4buttonurl', 'http://localhost/moodle/course/'),
(1968, 'theme_fordson', 'nav4target', '_self'),
(1969, 'theme_fordson', 'nav5icon', ''),
(1970, 'theme_fordson', 'nav5buttontext', ''),
(1971, 'theme_fordson', 'nav5buttonurl', ''),
(1972, 'theme_fordson', 'nav5target', '_self'),
(1973, 'theme_fordson', 'nav6icon', ''),
(1974, 'theme_fordson', 'nav6buttontext', ''),
(1975, 'theme_fordson', 'nav6buttonurl', ''),
(1976, 'theme_fordson', 'nav6target', '_self'),
(1977, 'theme_fordson', 'nav7icon', ''),
(1978, 'theme_fordson', 'nav7buttontext', ''),
(1979, 'theme_fordson', 'nav7buttonurl', ''),
(1980, 'theme_fordson', 'nav7target', '_self'),
(1981, 'theme_fordson', 'nav8icon', ''),
(1982, 'theme_fordson', 'nav8buttontext', ''),
(1983, 'theme_fordson', 'nav8buttonurl', ''),
(1984, 'theme_fordson', 'nav8target', '_self'),
(1985, 'theme_fordson', 'togglemarketing', '2'),
(1986, 'theme_fordson', 'marketing1', ''),
(1987, 'theme_fordson', 'marketing1image', ''),
(1988, 'theme_fordson', 'marketing1content', ''),
(1989, 'theme_fordson', 'marketing1buttontext', ''),
(1990, 'theme_fordson', 'marketing1buttonurl', ''),
(1991, 'theme_fordson', 'marketing1target', '_self'),
(1992, 'theme_fordson', 'marketing2', ''),
(1993, 'theme_fordson', 'marketing2image', ''),
(1994, 'theme_fordson', 'marketing2content', ''),
(1995, 'theme_fordson', 'marketing2buttontext', ''),
(1996, 'theme_fordson', 'marketing2buttonurl', ''),
(1997, 'theme_fordson', 'marketing2target', '_self'),
(1998, 'theme_fordson', 'marketing3', ''),
(1999, 'theme_fordson', 'marketing3image', ''),
(2000, 'theme_fordson', 'marketing3content', ''),
(2001, 'theme_fordson', 'marketing3buttontext', ''),
(2002, 'theme_fordson', 'marketing3buttonurl', ''),
(2003, 'theme_fordson', 'marketing3target', '_self'),
(2004, 'theme_fordson', 'marketing4', ''),
(2005, 'theme_fordson', 'marketing4image', ''),
(2006, 'theme_fordson', 'marketing4content', ''),
(2007, 'theme_fordson', 'marketing4buttontext', ''),
(2008, 'theme_fordson', 'marketing4buttonurl', ''),
(2009, 'theme_fordson', 'marketing4target', '_self'),
(2010, 'theme_fordson', 'marketing5', ''),
(2011, 'theme_fordson', 'marketing5image', ''),
(2012, 'theme_fordson', 'marketing5content', ''),
(2013, 'theme_fordson', 'marketing5buttontext', ''),
(2014, 'theme_fordson', 'marketing5buttonurl', ''),
(2015, 'theme_fordson', 'marketing5target', '_self'),
(2016, 'theme_fordson', 'marketing6', ''),
(2017, 'theme_fordson', 'marketing6image', ''),
(2018, 'theme_fordson', 'marketing6content', ''),
(2019, 'theme_fordson', 'marketing6buttontext', ''),
(2020, 'theme_fordson', 'marketing6buttonurl', ''),
(2021, 'theme_fordson', 'marketing6target', '_self'),
(2022, 'theme_fordson', 'marketing7', ''),
(2023, 'theme_fordson', 'marketing7image', ''),
(2024, 'theme_fordson', 'marketing7content', ''),
(2025, 'theme_fordson', 'marketing7buttontext', ''),
(2026, 'theme_fordson', 'marketing7buttonurl', ''),
(2027, 'theme_fordson', 'marketing7target', '_self'),
(2028, 'theme_fordson', 'marketing8', ''),
(2029, 'theme_fordson', 'marketing8image', ''),
(2030, 'theme_fordson', 'marketing8content', ''),
(2031, 'theme_fordson', 'marketing8buttontext', ''),
(2032, 'theme_fordson', 'marketing8buttonurl', ''),
(2033, 'theme_fordson', 'marketing8target', '_self'),
(2034, 'theme_fordson', 'marketing9', ''),
(2035, 'theme_fordson', 'marketing9image', ''),
(2036, 'theme_fordson', 'marketing9content', ''),
(2037, 'theme_fordson', 'marketing9buttontext', ''),
(2038, 'theme_fordson', 'marketing9buttonurl', ''),
(2039, 'theme_fordson', 'marketing9target', '_self'),
(2040, 'theme_fordson', 'brandorganization', ''),
(2041, 'theme_fordson', 'brandwebsite', ''),
(2042, 'theme_fordson', 'brandphone', ''),
(2043, 'theme_fordson', 'brandemail', ''),
(2044, 'theme_fordson', 'footnote', ''),
(2045, 'theme_fordson', 'website', ''),
(2046, 'theme_fordson', 'blog', ''),
(2047, 'theme_fordson', 'facebook', ''),
(2048, 'theme_fordson', 'flickr', ''),
(2049, 'theme_fordson', 'twitter', ''),
(2050, 'theme_fordson', 'googleplus', ''),
(2051, 'theme_fordson', 'linkedin', ''),
(2052, 'theme_fordson', 'tumblr', ''),
(2053, 'theme_fordson', 'pinterest', ''),
(2054, 'theme_fordson', 'instagram', ''),
(2055, 'theme_fordson', 'youtube', ''),
(2056, 'theme_fordson', 'vimeo', ''),
(2057, 'theme_fordson', 'skype', ''),
(2058, 'theme_fordson', 'social1', ''),
(2059, 'theme_fordson', 'socialicon1', 'home'),
(2060, 'theme_fordson', 'social2', ''),
(2061, 'theme_fordson', 'socialicon2', 'home'),
(2062, 'theme_fordson', 'social3', ''),
(2063, 'theme_fordson', 'socialicon3', 'home'),
(2064, 'theme_fordson', 'showslideshow', '0'),
(2065, 'theme_fordson', 'slideshowpages', '0'),
(2066, 'theme_fordson', 'slideshowheight', '250px'),
(2067, 'theme_fordson', 'slideshowspacer', 'initial'),
(2068, 'theme_fordson', 'slide1title', ''),
(2069, 'theme_fordson', 'slide1content', ''),
(2070, 'theme_fordson', 'slide1image', ''),
(2071, 'theme_fordson', 'slide2title', ''),
(2072, 'theme_fordson', 'slide2content', ''),
(2073, 'theme_fordson', 'slide2image', ''),
(2074, 'theme_fordson', 'slide3title', ''),
(2075, 'theme_fordson', 'slide3content', ''),
(2076, 'theme_fordson', 'slide3image', ''),
(2077, 'theme_fordson', 'showcustomlogin', '0'),
(2078, 'theme_fordson', 'logintopimage', ''),
(2079, 'theme_fordson', 'fploginform', ''),
(2080, 'theme_fordson', 'loginnav1icon', ''),
(2081, 'theme_fordson', 'loginnav1titletext', ''),
(2082, 'theme_fordson', 'loginnav1icontext', ''),
(2083, 'theme_fordson', 'loginnav2icon', ''),
(2084, 'theme_fordson', 'loginnav2titletext', ''),
(2085, 'theme_fordson', 'loginnav2icontext', ''),
(2086, 'theme_fordson', 'loginnav3icon', ''),
(2087, 'theme_fordson', 'loginnav3titletext', ''),
(2088, 'theme_fordson', 'loginnav3icontext', ''),
(2089, 'theme_fordson', 'loginnav4icon', ''),
(2090, 'theme_fordson', 'loginnav4titletext', ''),
(2091, 'theme_fordson', 'loginnav4icontext', ''),
(2092, 'theme_fordson', 'feature1text', ''),
(2093, 'theme_fordson', 'feature1image', ''),
(2094, 'theme_fordson', 'feature2text', ''),
(2095, 'theme_fordson', 'feature2image', ''),
(2096, 'theme_fordson', 'feature3text', ''),
(2097, 'theme_fordson', 'feature3image', ''),
(2098, 'mod_hvp', 'version', '2022012000'),
(2100, 'mod_hvp', 'site_uuid', '8c4ac66f-194b-499e-9c57-0fd7c9331a3f'),
(2101, 'mod_hvp', 'content_type_cache_updated_at', '1643502927'),
(2102, 'mod_hvp', 'hub_is_enabled', '1'),
(2103, 'message', 'airnotifier_provider_mod_hvp_submission_permitted', 'permitted'),
(2104, 'message', 'email_provider_mod_hvp_submission_permitted', 'permitted'),
(2105, 'message', 'jabber_provider_mod_hvp_submission_permitted', 'permitted'),
(2106, 'message', 'popup_provider_mod_hvp_submission_permitted', 'permitted'),
(2107, 'message', 'message_provider_mod_hvp_submission_loggedin', 'email'),
(2108, 'message', 'message_provider_mod_hvp_submission_loggedoff', 'email'),
(2109, 'message', 'airnotifier_provider_mod_hvp_confirmation_permitted', 'permitted'),
(2110, 'message', 'email_provider_mod_hvp_confirmation_permitted', 'permitted'),
(2111, 'message', 'jabber_provider_mod_hvp_confirmation_permitted', 'permitted'),
(2112, 'message', 'popup_provider_mod_hvp_confirmation_permitted', 'permitted'),
(2113, 'message', 'message_provider_mod_hvp_confirmation_loggedin', 'airnotifier,email'),
(2114, 'message', 'message_provider_mod_hvp_confirmation_loggedoff', 'airnotifier,email'),
(2115, 'mod_hvp', 'enable_save_content_state', '0'),
(2116, 'mod_hvp', 'content_state_frequency', '30'),
(2117, 'mod_hvp', 'send_usage_statistics', '1'),
(2118, 'mod_hvp', 'frame', '1'),
(2119, 'mod_hvp', 'export', '3'),
(2120, 'mod_hvp', 'embed', '3'),
(2121, 'mod_hvp', 'copyright', '1'),
(2122, 'mod_hvp', 'icon', '1'),
(2123, 'mod_hvp', 'enable_lrs_content_types', '0'),
(2124, 'qtype_geogebra', 'version', '2021062500'),
(2125, 'mod_geogebra', 'version', '2021120700'),
(2126, 'geogebra', 'deployggb', '//www.geogebra.org/apps/deployggb.js'),
(2127, 'geogebra', 'fflate', '//unpkg.com/fflate'),
(2128, 'qtype_formulas', 'version', '2020061900'),
(2129, 'qbehaviour_adaptivemultipart', 'version', '2020103000'),
(2130, 'qtype_formulas', 'usepopup', '0'),
(2131, 'qtype_formulas', 'defaultanswertype', '0'),
(2132, 'qtype_formulas', 'defaultcorrectness', '_relerr < 0.01'),
(2133, 'qtype_formulas', 'defaultanswermark', '1'),
(2134, 'qtype_formulas', 'defaultunitpenalty', '1'),
(2135, 'filter_jsxgraph', 'release', 'v1.4.1'),
(2136, 'filter_jsxgraph', 'recommendedJSX', '1.4.1'),
(2137, 'filter_jsxgraph', 'deliveredJSX', '1.4.1'),
(2138, 'filter_jsxgraph', 'version', '2022012800'),
(2139, 'filter_jsxgraph', 'jsxfromserver', '0'),
(2140, 'filter_jsxgraph', 'serverversion', '1.4.1'),
(2141, 'filter_jsxgraph', 'formulasextension', '1'),
(2142, 'filter_jsxgraph', 'HTMLentities', '1'),
(2143, 'filter_jsxgraph', 'convertencoding', '1'),
(2144, 'filter_jsxgraph', 'globalJS', ''),
(2145, 'filter_jsxgraph', 'aspectratio', ''),
(2146, 'filter_jsxgraph', 'fixwidth', '0'),
(2147, 'filter_jsxgraph', 'fixheight', '0'),
(2148, 'filter_jsxgraph', 'maxwidth', ''),
(2149, 'filter_jsxgraph', 'maxheight', ''),
(2150, 'filter_jsxgraph', 'fallbackaspectratio', '1 / 1'),
(2151, 'filter_jsxgraph', 'fallbackwidth', '100%'),
(2152, 'filter_jsxgraph', 'usedivid', '0'),
(2153, 'filter_jsxgraph', 'divid', 'box'),
(2154, 'format_topcoll', 'version', '2020071814'),
(2155, 'format_topcoll', 'defaultdisplayinstructions', '2'),
(2156, 'format_topcoll', 'defaultdisplayblocks', 'calendar_upcoming,news_items,recent_activity,search_forums'),
(2157, 'format_topcoll', 'defaultdisplayblocksloc', '1'),
(2158, 'format_topcoll', 'defaultlayoutelement', '1'),
(2159, 'format_topcoll', 'defaultlayoutstructure', '1'),
(2160, 'format_topcoll', 'defaultlayoutcolumns', '1'),
(2161, 'format_topcoll', 'defaultlayoutcolumnorientation', '2'),
(2162, 'format_topcoll', 'defaulttoggleallenabled', '2'),
(2163, 'format_topcoll', 'defaultviewsinglesectionenabled', '2'),
(2164, 'format_topcoll', 'defaulttogglealignment', '2'),
(2165, 'format_topcoll', 'defaulttoggleiconposition', '1'),
(2166, 'format_topcoll', 'defaulttoggleiconset', 'arrow'),
(2167, 'format_topcoll', 'defaultonesection', '1'),
(2168, 'format_topcoll', 'defaulttoggleallhover', '2'),
(2169, 'format_topcoll', 'defaulttoggleforegroundcolour', '#000000'),
(2170, 'format_topcoll', 'defaulttoggleforegroundopacity', '1.0'),
(2171, 'format_topcoll', 'defaulttoggleforegroundhovercolour', '#888888'),
(2172, 'format_topcoll', 'defaulttoggleforegroundhoveropacity', '1.0'),
(2173, 'format_topcoll', 'defaulttogglebackgroundcolour', '#04ACD2'),
(2174, 'format_topcoll', 'defaulttogglebackgroundopacity', '1.0'),
(2175, 'format_topcoll', 'defaulttogglebackgroundhovercolour', '#04B8CD'),
(2176, 'format_topcoll', 'defaulttogglebackgroundhoveropacity', '1.0'),
(2177, 'format_topcoll', 'defaultshowsectionsummary', '1'),
(2178, 'format_topcoll', 'defaulttogglepersistence', '1'),
(2179, 'format_topcoll', 'defaultuserpreference', '0'),
(2180, 'format_topcoll', 'defaulttoggleiconsize', 'tc-medium'),
(2181, 'format_topcoll', 'defaulttoggleborderradiustl', '0.7'),
(2182, 'format_topcoll', 'defaulttoggleborderradiustr', '0.7'),
(2183, 'format_topcoll', 'defaulttoggleborderradiusbr', '0.7'),
(2184, 'format_topcoll', 'defaulttoggleborderradiusbl', '0.7'),
(2185, 'format_topcoll', 'formatresponsive', '0'),
(2186, 'format_topcoll', 'enableadditionalmoddata', '1'),
(2187, 'format_topcoll', 'courseadditionalmoddatamaxstudents', '0'),
(2188, 'format_topcoll', 'defaultshowadditionalmoddata', '2'),
(2189, 'format_topcoll', 'coursesectionactivityfurtherinformationassign', '2'),
(2190, 'format_topcoll', 'coursesectionactivityfurtherinformationquiz', '2'),
(2191, 'format_topcoll', 'coursesectionactivityfurtherinformationchoice', '2'),
(2192, 'format_topcoll', 'coursesectionactivityfurtherinformationfeedback', '2'),
(2193, 'format_topcoll', 'coursesectionactivityfurtherinformationforum', '2'),
(2194, 'format_topcoll', 'coursesectionactivityfurtherinformationlesson', '2'),
(2195, 'format_topcoll', 'coursesectionactivityfurtherinformationdata', '2');

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

--
-- Structure de la table `mdl_contentbank_content`
--

CREATE TABLE `mdl_contentbank_content` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contenttype` varchar(100) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `instanceid` bigint(10) DEFAULT NULL,
  `configdata` longtext DEFAULT NULL,
  `usercreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores content data in the content bank.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_context`
--

CREATE TABLE `mdl_context` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='one of these must be set' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_context`
--

INSERT INTO `mdl_context` (`id`, `contextlevel`, `instanceid`, `path`, `depth`, `locked`) VALUES
(1, 10, 0, '/1', 1, 0),
(2, 50, 1, '/1/2', 2, 0),
(3, 40, 1, '/1/3', 2, 0),
(4, 30, 1, '/1/4', 2, 0),
(5, 30, 2, '/1/5', 2, 0),
(6, 80, 1, '/1/6', 2, 0),
(7, 80, 2, '/1/7', 2, 0),
(8, 80, 3, '/1/8', 2, 0),
(9, 80, 4, '/1/9', 2, 0),
(10, 80, 5, '/1/10', 2, 0),
(11, 80, 6, '/1/11', 2, 0),
(12, 80, 7, '/1/12', 2, 0),
(13, 80, 8, '/1/13', 2, 0),
(14, 80, 9, '/1/14', 2, 0),
(15, 80, 10, '/1/15', 2, 0),
(16, 80, 11, '/1/5/16', 3, 0),
(17, 80, 12, '/1/5/17', 3, 0),
(18, 80, 13, '/1/5/18', 3, 0),
(19, 80, 14, '/1/5/19', 3, 0),
(20, 80, 15, '/1/5/20', 3, 0),
(21, 80, 16, '/1/5/21', 3, 0),
(22, 80, 17, '/1/5/22', 3, 0),
(23, 80, 18, '/1/5/23', 3, 0),
(24, 80, 19, '/1/5/24', 3, 0),
(25, 40, 2, '/1/25', 2, 0),
(26, 40, 3, '/1/25/26', 3, 0),
(27, 40, 4, '/1/25/26/27', 4, 0),
(28, 40, 5, '/1/25/26/28', 4, 0),
(29, 40, 6, '/1/25/29', 3, 0),
(30, 40, 7, '/1/25/30', 3, 0),
(31, 40, 8, '/1/25/29/31', 4, 0),
(32, 40, 9, '/1/25/29/32', 4, 0),
(33, 40, 10, '/1/25/30/33', 4, 0),
(34, 50, 2, '/1/25/26/34', 4, 0),
(35, 70, 1, '/1/25/26/34/35', 5, 0),
(36, 70, 2, '/1/25/26/34/36', 5, 0),
(37, 70, 3, '/1/25/26/34/37', 5, 0),
(38, 70, 4, '/1/25/26/34/38', 5, 0),
(39, 70, 5, '/1/25/26/34/39', 5, 0),
(40, 70, 6, '/1/25/26/34/40', 5, 0),
(41, 70, 7, '/1/25/26/34/41', 5, 0);

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

--
-- Structure de la table `mdl_context_temp`
--

CREATE TABLE `mdl_context_temp` (
  `id` bigint(10) NOT NULL,
  `path` varchar(255) NOT NULL DEFAULT '',
  `depth` tinyint(2) NOT NULL,
  `locked` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Used by build_context_path() in upgrade and cron to keep con' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course`
--

CREATE TABLE `mdl_course` (
  `id` bigint(10) NOT NULL,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext DEFAULT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `format` varchar(21) NOT NULL DEFAULT 'topics',
  `showgrades` tinyint(2) NOT NULL DEFAULT 1,
  `newsitems` mediumint(5) NOT NULL DEFAULT 1,
  `startdate` bigint(10) NOT NULL DEFAULT 0,
  `enddate` bigint(10) NOT NULL DEFAULT 0,
  `relativedatesmode` tinyint(1) NOT NULL DEFAULT 0,
  `marker` bigint(10) NOT NULL DEFAULT 0,
  `maxbytes` bigint(10) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `showreports` smallint(4) NOT NULL DEFAULT 0,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `visibleold` tinyint(1) NOT NULL DEFAULT 1,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Central course table' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_course`
--

INSERT INTO `mdl_course` (`id`, `category`, `sortorder`, `fullname`, `shortname`, `idnumber`, `summary`, `summaryformat`, `format`, `showgrades`, `newsitems`, `startdate`, `enddate`, `relativedatesmode`, `marker`, `maxbytes`, `legacyfiles`, `showreports`, `visible`, `visibleold`, `groupmode`, `groupmodeforce`, `defaultgroupingid`, `lang`, `calendartype`, `theme`, `timecreated`, `timemodified`, `requested`, `enablecompletion`, `completionnotify`, `cacherev`) VALUES
(1, 0, 1, 'Moodle MSG21', 'ML', '', '', 0, 'site', 1, 3, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', '', 1643501891, 1643502685, 0, 0, 0, 1643541487),
(2, 3, 0, '01_Trigonométrie', 'Trg', '', '', 1, 'topcoll', 1, 5, 1622865600, 1656043200, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, '', '', '', 1622829948, 1641155687, 0, 1, 0, 1643541487);

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

--
-- Structure de la table `mdl_course_categories`
--

CREATE TABLE `mdl_course_categories` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `coursecount` bigint(10) NOT NULL DEFAULT 0,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `visibleold` tinyint(1) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) NOT NULL DEFAULT '',
  `theme` varchar(50) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Course categories' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_course_categories`
--

INSERT INTO `mdl_course_categories` (`id`, `name`, `idnumber`, `description`, `descriptionformat`, `parent`, `sortorder`, `coursecount`, `visible`, `visibleold`, `timemodified`, `depth`, `path`, `theme`) VALUES
(1, 'Divers', NULL, NULL, 0, 0, 10000, 0, 1, 1, 1643501891, 1, '/1', NULL),
(2, 'HILMI', '', '', 1, 0, 20000, 0, 1, 1, 1643540379, 1, '/2', NULL),
(3, 'TELEC', '', '', 1, 2, 30000, 1, 1, 1, 1643540393, 2, '/2/3', NULL),
(4, 'Maths', '', '', 1, 3, 40000, 0, 1, 1, 1643540406, 3, '/2/3/4', NULL),
(5, 'Sciences', '', '', 1, 3, 50000, 0, 1, 1, 1643540429, 3, '/2/3/5', NULL),
(6, 'PAERO', '', '', 1, 2, 60000, 0, 1, 1, 1643540447, 2, '/2/6', NULL),
(7, 'SAERO', '', '', 1, 2, 90000, 0, 1, 1, 1643540462, 2, '/2/7', NULL),
(8, 'Maths', '', '', 1, 6, 70000, 0, 1, 1, 1643540476, 3, '/2/6/8', NULL),
(9, 'Sciences', '', '', 1, 6, 80000, 0, 1, 1, 1643540489, 3, '/2/6/9', NULL),
(10, 'Maths', '', '', 1, 7, 100000, 0, 1, 1, 1643540500, 3, '/2/7/10', NULL);

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

--
-- Structure de la table `mdl_course_completions`
--

CREATE TABLE `mdl_course_completions` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Course completion records' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_completion_aggr_methd`
--

CREATE TABLE `mdl_course_completion_aggr_methd` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Course completion aggregation methods for criteria' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_completion_criteria`
--

CREATE TABLE `mdl_course_completion_criteria` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Course completion criteria' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_completion_crit_compl`
--

CREATE TABLE `mdl_course_completion_crit_compl` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Course completion user records' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_completion_defaults`
--

CREATE TABLE `mdl_course_completion_defaults` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `module` bigint(10) NOT NULL,
  `completion` tinyint(1) NOT NULL DEFAULT 0,
  `completionview` tinyint(1) NOT NULL DEFAULT 0,
  `completionusegrade` tinyint(1) NOT NULL DEFAULT 0,
  `completionexpected` bigint(10) NOT NULL DEFAULT 0,
  `customrules` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default settings for activities completion' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_format_options`
--

CREATE TABLE `mdl_course_format_options` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `format` varchar(21) NOT NULL DEFAULT '',
  `sectionid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores format-specific options for the course or course sect' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_course_format_options`
--

INSERT INTO `mdl_course_format_options` (`id`, `courseid`, `format`, `sectionid`, `name`, `value`) VALUES
(1, 1, 'site', 0, 'numsections', '1'),
(2, 2, 'topics', 0, 'hiddensections', '0'),
(3, 2, 'topics', 0, 'coursedisplay', '0');

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

--
-- Structure de la table `mdl_course_modules`
--

CREATE TABLE `mdl_course_modules` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `module` bigint(10) NOT NULL DEFAULT 0,
  `instance` bigint(10) NOT NULL DEFAULT 0,
  `section` bigint(10) NOT NULL DEFAULT 0,
  `idnumber` varchar(100) DEFAULT NULL,
  `added` bigint(10) NOT NULL DEFAULT 0,
  `score` smallint(4) NOT NULL DEFAULT 0,
  `indent` mediumint(5) NOT NULL DEFAULT 0,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `visibleoncoursepage` tinyint(1) NOT NULL DEFAULT 1,
  `visibleold` tinyint(1) NOT NULL DEFAULT 1,
  `groupmode` smallint(4) NOT NULL DEFAULT 0,
  `groupingid` bigint(10) NOT NULL DEFAULT 0,
  `completion` tinyint(1) NOT NULL DEFAULT 0,
  `completiongradeitemnumber` bigint(10) DEFAULT NULL,
  `completionview` tinyint(1) NOT NULL DEFAULT 0,
  `completionexpected` bigint(10) NOT NULL DEFAULT 0,
  `showdescription` tinyint(1) NOT NULL DEFAULT 0,
  `availability` longtext DEFAULT NULL,
  `deletioninprogress` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='course_modules table retrofitted from MySQL' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_course_modules`
--

INSERT INTO `mdl_course_modules` (`id`, `course`, `module`, `instance`, `section`, `idnumber`, `added`, `score`, `indent`, `visible`, `visibleoncoursepage`, `visibleold`, `groupmode`, `groupingid`, `completion`, `completiongradeitemnumber`, `completionview`, `completionexpected`, `showdescription`, `availability`, `deletioninprogress`) VALUES
(1, 2, 9, 1, 1, NULL, 1622829948, 0, 0, 1, 1, 1, 0, 0, 0, NULL, 0, 0, 0, NULL, 0),
(2, 2, 13, 1, 2, '', 1641145101, 0, 0, 1, 1, 1, 0, 0, 1, NULL, 0, 0, 1, NULL, 0),
(3, 2, 21, 1, 3, '', 1641145648, 0, 0, 1, 1, 1, 0, 0, 1, NULL, 0, 0, 0, NULL, 0),
(4, 2, 18, 1, 4, '', 1641280969, 0, 0, 1, 1, 1, 0, 0, 1, NULL, 0, 0, 0, NULL, 0),
(5, 2, 16, 1, 5, '', 1642065277, 0, 0, 0, 1, 0, 0, 0, 1, NULL, 0, 0, 0, NULL, 0),
(6, 2, 18, 2, 5, '', 1642490776, 0, 0, 1, 1, 1, 0, 0, 1, NULL, 0, 0, 0, NULL, 0),
(7, 2, 16, 2, 6, '', 1641155809, 0, 0, 0, 1, 0, 0, 0, 1, NULL, 0, 0, 0, NULL, 0);

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

--
-- Structure de la table `mdl_course_modules_completion`
--

CREATE TABLE `mdl_course_modules_completion` (
  `id` bigint(10) NOT NULL,
  `coursemoduleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `completionstate` tinyint(1) NOT NULL,
  `viewed` tinyint(1) DEFAULT NULL,
  `overrideby` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the completion state (completed or not completed, etc' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_published`
--

CREATE TABLE `mdl_course_published` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Information about how and when an local courses were publish' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_request`
--

CREATE TABLE `mdl_course_request` (
  `id` bigint(10) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='course requests' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_course_sections`
--

CREATE TABLE `mdl_course_sections` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `section` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) DEFAULT NULL,
  `summary` longtext DEFAULT NULL,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `sequence` longtext DEFAULT NULL,
  `visible` tinyint(1) NOT NULL DEFAULT 1,
  `availability` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='to define the sections for each course' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_course_sections`
--

INSERT INTO `mdl_course_sections` (`id`, `course`, `section`, `name`, `summary`, `summaryformat`, `sequence`, `visible`, `availability`, `timemodified`) VALUES
(1, 2, 0, NULL, '', 1, '1', 1, NULL, 1643540973),
(2, 2, 1, 'La base de la trigonomètrie', '', 1, '2', 1, NULL, 1643540973),
(3, 2, 2, 'Rappel: Triangle rectangle', '', 1, '3', 1, NULL, 1643540973),
(4, 2, 3, 'Exercices&Evaluations', '', 1, '4', 1, NULL, 1643540973),
(5, 2, 4, 'Etude analytique des fonctions trigonométriques', '', 1, '5,6', 1, NULL, 1643540974),
(6, 2, 5, NULL, '', 1, '7', 1, NULL, 1643540974);

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

--
-- Structure de la table `mdl_customfield_category`
--

CREATE TABLE `mdl_customfield_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(400) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `area` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='core_customfield category table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_customfield_data`
--

CREATE TABLE `mdl_customfield_data` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='core_customfield data table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_customfield_field`
--

CREATE TABLE `mdl_customfield_field` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(400) NOT NULL DEFAULT '',
  `type` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` bigint(10) DEFAULT NULL,
  `sortorder` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='core_customfield field table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_data`
--

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

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

--
-- Structure de la table `mdl_data_content`
--

CREATE TABLE `mdl_data_content` (
  `id` bigint(10) NOT NULL,
  `fieldid` bigint(10) NOT NULL DEFAULT 0,
  `recordid` bigint(10) NOT NULL DEFAULT 0,
  `content` longtext DEFAULT NULL,
  `content1` longtext DEFAULT NULL,
  `content2` longtext DEFAULT NULL,
  `content3` longtext DEFAULT NULL,
  `content4` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='the content introduced in each record/fields' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_data_fields`
--

CREATE TABLE `mdl_data_fields` (
  `id` bigint(10) NOT NULL,
  `dataid` bigint(10) NOT NULL DEFAULT 0,
  `type` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `param1` longtext DEFAULT NULL,
  `param2` longtext DEFAULT NULL,
  `param3` longtext DEFAULT NULL,
  `param4` longtext DEFAULT NULL,
  `param5` longtext DEFAULT NULL,
  `param6` longtext DEFAULT NULL,
  `param7` longtext DEFAULT NULL,
  `param8` longtext DEFAULT NULL,
  `param9` longtext DEFAULT NULL,
  `param10` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='every field available' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_data_records`
--

CREATE TABLE `mdl_data_records` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='every record introduced' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_editor_atto_autosave`
--

CREATE TABLE `mdl_editor_atto_autosave` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Draft text that is auto-saved every 5 seconds while an edito' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol`
--

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

--
-- Déchargement des données de la table `mdl_enrol`
--

INSERT INTO `mdl_enrol` (`id`, `enrol`, `status`, `courseid`, `sortorder`, `name`, `enrolperiod`, `enrolstartdate`, `enrolenddate`, `expirynotify`, `expirythreshold`, `notifyall`, `password`, `cost`, `currency`, `roleid`, `customint1`, `customint2`, `customint3`, `customint4`, `customint5`, `customint6`, `customint7`, `customint8`, `customchar1`, `customchar2`, `customchar3`, `customdec1`, `customdec2`, `customtext1`, `customtext2`, `customtext3`, `customtext4`, `timecreated`, `timemodified`) VALUES
(1, 'manual', 0, 2, 0, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1643540972, 1643540972),
(2, 'guest', 1, 2, 1, NULL, 0, 0, 0, 0, 0, 0, '', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1643540972, 1643540972),
(3, 'self', 1, 2, 2, NULL, 0, 0, 0, 0, 86400, 0, NULL, NULL, NULL, 5, 0, 0, 0, 1, 0, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 1643540972, 1643540972);

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

--
-- Structure de la table `mdl_enrol_flatfile`
--

CREATE TABLE `mdl_enrol_flatfile` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='enrol_flatfile table retrofitted from MySQL' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_consumer`
--

CREATE TABLE `mdl_enrol_lti_lti2_consumer` (
  `id` bigint(11) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `consumerkey256` varchar(255) NOT NULL DEFAULT '',
  `consumerkey` longtext DEFAULT NULL,
  `secret` varchar(1024) NOT NULL DEFAULT '',
  `ltiversion` varchar(10) DEFAULT NULL,
  `consumername` varchar(255) DEFAULT NULL,
  `consumerversion` varchar(255) DEFAULT NULL,
  `consumerguid` varchar(1024) DEFAULT NULL,
  `profile` longtext DEFAULT NULL,
  `toolproxy` longtext DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `protected` tinyint(1) NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `enablefrom` bigint(10) DEFAULT NULL,
  `enableuntil` bigint(10) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='LTI consumers interacting with moodle' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_context`
--

CREATE TABLE `mdl_enrol_lti_lti2_context` (
  `id` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL,
  `lticontextkey` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(100) DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Information about a specific LTI contexts from the consumers' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_nonce`
--

CREATE TABLE `mdl_enrol_lti_lti2_nonce` (
  `id` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL,
  `value` varchar(64) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Nonce used for authentication between moodle and a consumer' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_resource_link`
--

CREATE TABLE `mdl_enrol_lti_lti2_resource_link` (
  `id` bigint(11) NOT NULL,
  `contextid` bigint(11) DEFAULT NULL,
  `consumerid` bigint(11) DEFAULT NULL,
  `ltiresourcelinkkey` varchar(255) NOT NULL DEFAULT '',
  `settings` longtext DEFAULT NULL,
  `primaryresourcelinkid` bigint(11) DEFAULT NULL,
  `shareapproved` tinyint(1) DEFAULT NULL,
  `created` bigint(10) NOT NULL,
  `updated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link from the consumer to the tool' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_share_key`
--

CREATE TABLE `mdl_enrol_lti_lti2_share_key` (
  `id` bigint(11) NOT NULL,
  `sharekey` varchar(32) NOT NULL DEFAULT '',
  `resourcelinkid` bigint(11) NOT NULL,
  `autoapprove` tinyint(1) NOT NULL,
  `expires` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Resource link share key' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_tool_proxy`
--

CREATE TABLE `mdl_enrol_lti_lti2_tool_proxy` (
  `id` bigint(11) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A tool proxy between moodle and a consumer' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_lti2_user_result`
--

CREATE TABLE `mdl_enrol_lti_lti2_user_result` (
  `id` bigint(11) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Results for each user for each resource link' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_tools`
--

CREATE TABLE `mdl_enrol_lti_tools` (
  `id` bigint(10) NOT NULL,
  `enrolid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `institution` varchar(40) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `maxenrolled` bigint(10) NOT NULL DEFAULT 0,
  `maildisplay` tinyint(2) NOT NULL DEFAULT 2,
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `gradesync` tinyint(1) NOT NULL DEFAULT 0,
  `gradesynccompletion` tinyint(1) NOT NULL DEFAULT 0,
  `membersync` tinyint(1) NOT NULL DEFAULT 0,
  `membersyncmode` tinyint(1) NOT NULL DEFAULT 0,
  `roleinstructor` bigint(10) NOT NULL,
  `rolelearner` bigint(10) NOT NULL,
  `secret` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of tools provided to the remote system' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_tool_consumer_map`
--

CREATE TABLE `mdl_enrol_lti_tool_consumer_map` (
  `id` bigint(10) NOT NULL,
  `toolid` bigint(11) NOT NULL,
  `consumerid` bigint(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table that maps the published tool to tool consumers.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_lti_users`
--

CREATE TABLE `mdl_enrol_lti_users` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `toolid` bigint(10) NOT NULL,
  `serviceurl` longtext DEFAULT NULL,
  `sourceid` longtext DEFAULT NULL,
  `consumerkey` longtext DEFAULT NULL,
  `consumersecret` longtext DEFAULT NULL,
  `membershipsurl` longtext DEFAULT NULL,
  `membershipsid` longtext DEFAULT NULL,
  `lastgrade` decimal(10,5) DEFAULT NULL,
  `lastaccess` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='User access log and gradeback data' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_enrol_paypal`
--

CREATE TABLE `mdl_enrol_paypal` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Holds all known information about PayPal transactions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_event`
--

CREATE TABLE `mdl_event` (
  `id` bigint(10) NOT NULL,
  `name` longtext NOT NULL,
  `description` longtext NOT NULL,
  `format` smallint(4) NOT NULL DEFAULT 0,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `repeatid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `modulename` varchar(20) NOT NULL DEFAULT '',
  `instance` bigint(10) NOT NULL DEFAULT 0,
  `type` smallint(4) NOT NULL DEFAULT 0,
  `eventtype` varchar(20) NOT NULL DEFAULT '',
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeduration` bigint(10) NOT NULL DEFAULT 0,
  `timesort` bigint(10) DEFAULT NULL,
  `visible` smallint(4) NOT NULL DEFAULT 1,
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `sequence` bigint(10) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `subscriptionid` bigint(10) DEFAULT NULL,
  `priority` bigint(10) DEFAULT NULL,
  `location` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='For everything with a time associated to it' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_events_handlers`
--

CREATE TABLE `mdl_events_handlers` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(166) NOT NULL DEFAULT '',
  `component` varchar(166) NOT NULL DEFAULT '',
  `handlerfile` varchar(255) NOT NULL DEFAULT '',
  `handlerfunction` longtext DEFAULT NULL,
  `schedule` varchar(255) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `internal` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table is for storing which components requests what typ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_events_queue`
--

CREATE TABLE `mdl_events_queue` (
  `id` bigint(10) NOT NULL,
  `eventdata` longtext NOT NULL,
  `stackdump` longtext DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table is for storing queued events. It stores only one ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_events_queue_handlers`
--

CREATE TABLE `mdl_events_queue_handlers` (
  `id` bigint(10) NOT NULL,
  `queuedeventid` bigint(10) NOT NULL,
  `handlerid` bigint(10) NOT NULL,
  `status` bigint(10) DEFAULT NULL,
  `errormessage` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This is the list of queued handlers for processing. The even' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_event_subscriptions`
--

CREATE TABLE `mdl_event_subscriptions` (
  `id` bigint(10) NOT NULL,
  `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 ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tracks subscriptions to remote calendars.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_external_functions`
--

CREATE TABLE `mdl_external_functions` (
  `id` bigint(10) NOT NULL,
  `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
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='list of all external functions' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_external_functions`
--

INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES
(1, 'core_auth_confirm_user', 'core_auth_external', 'confirm_user', NULL, 'moodle', '', NULL),
(2, 'core_auth_request_password_reset', 'core_auth_external', 'request_password_reset', NULL, 'moodle', '', NULL),
(3, 'core_auth_is_minor', 'core_auth_external', 'is_minor', NULL, 'moodle', '', NULL),
(4, 'core_auth_is_age_digital_consent_verification_enabled', 'core_auth_external', 'is_age_digital_consent_verification_enabled', NULL, 'moodle', '', NULL),
(5, 'core_auth_resend_confirmation_email', 'core_auth_external', 'resend_confirmation_email', NULL, 'moodle', '', NULL),
(6, 'core_backup_get_async_backup_progress', 'core_backup_external', 'get_async_backup_progress', 'backup/externallib.php', 'moodle', '', NULL),
(7, 'core_backup_get_async_backup_links_backup', 'core_backup_external', 'get_async_backup_links_backup', 'backup/externallib.php', 'moodle', '', NULL),
(8, 'core_backup_get_async_backup_links_restore', 'core_backup_external', 'get_async_backup_links_restore', 'backup/externallib.php', 'moodle', '', NULL),
(9, 'core_backup_get_copy_progress', 'core_backup_external', 'get_copy_progress', 'backup/externallib.php', 'moodle', '', NULL),
(10, 'core_backup_submit_copy_form', 'core_backup_external', 'submit_copy_form', 'backup/externallib.php', 'moodle', '', NULL),
(11, 'core_badges_get_user_badges', 'core_badges_external', 'get_user_badges', NULL, 'moodle', 'moodle/badges:viewotherbadges', 'moodle_mobile_app'),
(12, 'core_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_cohort_add_cohort_members', 'core_cohort_external', 'add_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL),
(30, 'core_cohort_create_cohorts', 'core_cohort_external', 'create_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(31, 'core_cohort_delete_cohort_members', 'core_cohort_external', 'delete_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:assign', NULL),
(32, 'core_cohort_delete_cohorts', 'core_cohort_external', 'delete_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(33, 'core_cohort_get_cohort_members', 'core_cohort_external', 'get_cohort_members', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(34, 'core_cohort_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(35, 'core_cohort_get_cohorts', 'core_cohort_external', 'get_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:view', NULL),
(36, 'core_cohort_update_cohorts', 'core_cohort_external', 'update_cohorts', 'cohort/externallib.php', 'moodle', 'moodle/cohort:manage', NULL),
(37, 'core_comment_get_comments', 'core_comment_external', 'get_comments', NULL, 'moodle', 'moodle/comment:view', 'moodle_mobile_app'),
(38, 'core_comment_add_comments', 'core_comment_external', 'add_comments', NULL, 'moodle', '', 'moodle_mobile_app'),
(39, 'core_comment_delete_comments', 'core_comment_external', 'delete_comments', NULL, 'moodle', '', 'moodle_mobile_app'),
(40, 'core_completion_get_activities_completion_status', 'core_completion_external', 'get_activities_completion_status', NULL, 'moodle', '', 'moodle_mobile_app'),
(41, 'core_completion_get_course_completion_status', 'core_completion_external', 'get_course_completion_status', NULL, 'moodle', 'report/completion:view', 'moodle_mobile_app'),
(42, 'core_completion_mark_course_self_completed', 'core_completion_external', 'mark_course_self_completed', NULL, 'moodle', '', 'moodle_mobile_app'),
(43, 'core_completion_update_activity_completion_status_manually', 'core_completion_external', 'update_activity_completion_status_manually', NULL, 'moodle', '', 'moodle_mobile_app'),
(44, 'core_completion_override_activity_completion_status', 'core_completion_external', 'override_activity_completion_status', NULL, 'moodle', 'moodle/course:overridecompletion', NULL),
(45, 'core_course_create_categories', 'core_course_external', 'create_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(46, 'core_course_create_courses', 'core_course_external', 'create_courses', 'course/externallib.php', 'moodle', 'moodle/course:create, moodle/course:visibility', NULL),
(47, 'core_course_delete_categories', 'core_course_external', 'delete_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(48, 'core_course_delete_courses', 'core_course_external', 'delete_courses', 'course/externallib.php', 'moodle', 'moodle/course:delete', NULL),
(49, 'core_course_delete_modules', 'core_course_external', 'delete_modules', 'course/externallib.php', 'moodle', 'moodle/course:manageactivities', NULL),
(50, 'core_course_duplicate_course', 'core_course_external', 'duplicate_course', 'course/externallib.php', 'moodle', 'moodle/backup:backupcourse, moodle/restore:restorecourse, moodle/course:create', NULL),
(51, 'core_course_get_categories', 'core_course_external', 'get_categories', 'course/externallib.php', 'moodle', 'moodle/category:viewhiddencategories', 'moodle_mobile_app'),
(52, 'core_course_get_contents', 'core_course_external', 'get_course_contents', 'course/externallib.php', 'moodle', 'moodle/course:update, moodle/course:viewhiddencourses', 'moodle_mobile_app'),
(53, 'core_course_get_course_module', 'core_course_external', 'get_course_module', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(54, 'core_course_get_course_module_by_instance', 'core_course_external', 'get_course_module_by_instance', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(55, 'core_course_get_module', 'core_course_external', 'get_module', 'course/externallib.php', 'moodle', '', NULL),
(56, 'core_course_edit_module', 'core_course_external', 'edit_module', 'course/externallib.php', 'moodle', '', NULL),
(57, 'core_course_edit_section', 'core_course_external', 'edit_section', 'course/externallib.php', 'moodle', '', NULL),
(58, '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'),
(59, 'core_course_import_course', 'core_course_external', 'import_course', 'course/externallib.php', 'moodle', 'moodle/backup:backuptargetimport, moodle/restore:restoretargetimport', NULL),
(60, 'core_course_search_courses', 'core_course_external', 'search_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(61, 'core_course_update_categories', 'core_course_external', 'update_categories', 'course/externallib.php', 'moodle', 'moodle/category:manage', NULL),
(62, '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),
(63, 'core_course_view_course', 'core_course_external', 'view_course', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(64, 'core_course_get_user_navigation_options', 'core_course_external', 'get_user_navigation_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(65, 'core_course_get_user_administration_options', 'core_course_external', 'get_user_administration_options', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(66, 'core_course_get_courses_by_field', 'core_course_external', 'get_courses_by_field', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(67, 'core_course_check_updates', 'core_course_external', 'check_updates', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(68, 'core_course_get_updates_since', 'core_course_external', 'get_updates_since', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(69, 'core_course_get_enrolled_courses_by_timeline_classification', 'core_course_external', 'get_enrolled_courses_by_timeline_classification', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(70, 'core_course_get_recent_courses', 'core_course_external', 'get_recent_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(71, 'core_course_set_favourite_courses', 'core_course_external', 'set_favourite_courses', 'course/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(72, 'core_course_get_enrolled_users_by_cmid', 'core_course_external', 'get_enrolled_users_by_cmid', 'course/externallib.php', 'moodle', '', NULL),
(73, 'core_course_add_content_item_to_user_favourites', 'core_course_external', 'add_content_item_to_user_favourites', 'course/externallib.php', 'moodle', '', NULL),
(74, 'core_course_remove_content_item_from_user_favourites', 'core_course_external', 'remove_content_item_from_user_favourites', 'course/externallib.php', 'moodle', '', NULL),
(75, 'core_course_get_course_content_items', 'core_course_external', 'get_course_content_items', 'course/externallib.php', 'moodle', '', NULL),
(76, 'core_course_get_activity_chooser_footer', 'core_course_external', 'get_activity_chooser_footer', 'course/externallib.php', 'moodle', '', NULL),
(77, 'core_course_toggle_activity_recommendation', 'core_course_external', 'toggle_activity_recommendation', 'course/externallib.php', 'moodle', '', NULL),
(78, 'core_enrol_get_course_enrolment_methods', 'core_enrol_external', 'get_course_enrolment_methods', 'enrol/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(79, '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'),
(80, 'core_enrol_get_enrolled_users_with_capability', 'core_enrol_external', 'get_enrolled_users_with_capability', 'enrol/externallib.php', 'moodle', '', NULL),
(81, 'core_enrol_get_potential_users', 'core_enrol_external', 'get_potential_users', 'enrol/externallib.php', 'moodle', 'moodle/course:enrolreview', NULL),
(82, 'core_enrol_search_users', 'core_enrol_external', 'search_users', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(83, 'core_enrol_get_users_courses', 'core_enrol_external', 'get_users_courses', 'enrol/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(84, 'core_enrol_edit_user_enrolment', 'core_enrol_external', 'edit_user_enrolment', 'enrol/externallib.php', 'moodle', '', NULL),
(85, 'core_enrol_submit_user_enrolment_form', 'core_enrol_external', 'submit_user_enrolment_form', 'enrol/externallib.php', 'moodle', '', NULL),
(86, 'core_enrol_unenrol_user_enrolment', 'core_enrol_external', 'unenrol_user_enrolment', 'enrol/externallib.php', 'moodle', '', NULL),
(87, 'core_fetch_notifications', 'core_external', 'fetch_notifications', 'lib/external/externallib.php', 'moodle', '', NULL),
(88, 'core_session_touch', 'core\\session\\external', 'touch_session', NULL, 'moodle', '', NULL),
(89, 'core_session_time_remaining', 'core\\session\\external', 'time_remaining', NULL, 'moodle', '', NULL),
(90, 'core_files_get_files', 'core_files_external', 'get_files', 'files/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(91, 'core_files_upload', 'core_files_external', 'upload', 'files/externallib.php', 'moodle', '', NULL),
(92, 'core_form_get_filetypes_browser_data', 'core_form\\external', 'get_filetypes_browser_data', NULL, 'moodle', '', NULL),
(93, 'core_get_component_strings', 'core_external', 'get_component_strings', 'lib/external/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(94, 'core_get_fragment', 'core_external', 'get_fragment', 'lib/external/externallib.php', 'moodle', '', NULL),
(95, 'core_get_string', 'core_external', 'get_string', 'lib/external/externallib.php', 'moodle', '', NULL),
(96, 'core_get_strings', 'core_external', 'get_strings', 'lib/external/externallib.php', 'moodle', '', NULL),
(97, 'core_get_user_dates', 'core_external', 'get_user_dates', 'lib/external/externallib.php', 'moodle', '', NULL),
(98, 'core_grades_get_grades', 'core_grades_external', 'get_grades', NULL, 'moodle', 'moodle/grade:view, moodle/grade:viewall, moodle/grade:viewhidden', NULL),
(99, 'core_grades_update_grades', 'core_grades_external', 'update_grades', NULL, 'moodle', '', NULL),
(100, 'core_grades_grader_gradingpanel_point_fetch', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(101, 'core_grades_grader_gradingpanel_point_store', 'core_grades\\grades\\grader\\gradingpanel\\point\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(102, 'core_grades_grader_gradingpanel_scale_fetch', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\fetch', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(103, 'core_grades_grader_gradingpanel_scale_store', 'core_grades\\grades\\grader\\gradingpanel\\scale\\external\\store', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(104, 'core_grading_get_definitions', 'core_grading_external', 'get_definitions', NULL, 'moodle', '', NULL),
(105, 'core_grading_get_gradingform_instances', 'core_grading_external', 'get_gradingform_instances', NULL, 'moodle', '', NULL),
(106, 'core_grading_save_definitions', 'core_grading_external', 'save_definitions', NULL, 'moodle', '', NULL),
(107, 'core_group_add_group_members', 'core_group_external', 'add_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(108, 'core_group_assign_grouping', 'core_group_external', 'assign_grouping', 'group/externallib.php', 'moodle', '', NULL),
(109, 'core_group_create_groupings', 'core_group_external', 'create_groupings', 'group/externallib.php', 'moodle', '', NULL),
(110, 'core_group_create_groups', 'core_group_external', 'create_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(111, 'core_group_delete_group_members', 'core_group_external', 'delete_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(112, 'core_group_delete_groupings', 'core_group_external', 'delete_groupings', 'group/externallib.php', 'moodle', '', NULL),
(113, 'core_group_delete_groups', 'core_group_external', 'delete_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(114, 'core_group_get_activity_allowed_groups', 'core_group_external', 'get_activity_allowed_groups', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(115, 'core_group_get_activity_groupmode', 'core_group_external', 'get_activity_groupmode', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(116, 'core_group_get_course_groupings', 'core_group_external', 'get_course_groupings', 'group/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(117, 'core_group_get_course_groups', 'core_group_external', 'get_course_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'),
(118, 'core_group_get_course_user_groups', 'core_group_external', 'get_course_user_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', 'moodle_mobile_app'),
(119, 'core_group_get_group_members', 'core_group_external', 'get_group_members', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(120, 'core_group_get_groupings', 'core_group_external', 'get_groupings', 'group/externallib.php', 'moodle', '', NULL),
(121, 'core_group_get_groups', 'core_group_external', 'get_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(122, 'core_group_unassign_grouping', 'core_group_external', 'unassign_grouping', 'group/externallib.php', 'moodle', '', NULL),
(123, 'core_group_update_groupings', 'core_group_external', 'update_groupings', 'group/externallib.php', 'moodle', '', NULL),
(124, 'core_group_update_groups', 'core_group_external', 'update_groups', 'group/externallib.php', 'moodle', 'moodle/course:managegroups', NULL),
(125, 'core_message_mute_conversations', 'core_message_external', 'mute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(126, 'core_message_unmute_conversations', 'core_message_external', 'unmute_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(127, 'core_message_block_user', 'core_message_external', 'block_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(128, 'core_message_block_contacts', 'core_message_external', 'block_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(129, 'core_message_create_contacts', 'core_message_external', 'create_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(130, 'core_message_get_contact_requests', 'core_message_external', 'get_contact_requests', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(131, 'core_message_create_contact_request', 'core_message_external', 'create_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(132, 'core_message_confirm_contact_request', 'core_message_external', 'confirm_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(133, 'core_message_decline_contact_request', 'core_message_external', 'decline_contact_request', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(134, 'core_message_get_received_contact_requests_count', 'core_message_external', 'get_received_contact_requests_count', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(135, 'core_message_delete_contacts', 'core_message_external', 'delete_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(136, 'core_message_delete_conversation', 'core_message_external', 'delete_conversation', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'),
(137, 'core_message_delete_conversations_by_id', 'core_message_external', 'delete_conversations_by_id', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'),
(138, 'core_message_delete_message', 'core_message_external', 'delete_message', 'message/externallib.php', 'moodle', 'moodle/site:deleteownmessage', 'moodle_mobile_app'),
(139, 'core_message_get_blocked_users', 'core_message_external', 'get_blocked_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(140, 'core_message_data_for_messagearea_search_messages', 'core_message_external', 'data_for_messagearea_search_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(141, 'core_message_data_for_messagearea_search_users', 'core_message_external', 'data_for_messagearea_search_users', 'message/externallib.php', 'moodle', '', NULL),
(142, 'core_message_data_for_messagearea_search_users_in_course', 'core_message_external', 'data_for_messagearea_search_users_in_course', 'message/externallib.php', 'moodle', '', NULL),
(143, 'core_message_message_search_users', 'core_message_external', 'message_search_users', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(144, 'core_message_data_for_messagearea_conversations', 'core_message_external', 'data_for_messagearea_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(145, 'core_message_data_for_messagearea_contacts', 'core_message_external', 'data_for_messagearea_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(146, 'core_message_data_for_messagearea_messages', 'core_message_external', 'data_for_messagearea_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(147, 'core_message_data_for_messagearea_get_most_recent_message', 'core_message_external', 'data_for_messagearea_get_most_recent_message', 'message/externallib.php', 'moodle', '', NULL),
(148, 'core_message_data_for_messagearea_get_profile', 'core_message_external', 'data_for_messagearea_get_profile', 'message/externallib.php', 'moodle', '', NULL),
(149, 'core_message_get_contacts', 'core_message_external', 'get_contacts', '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_messages_as_read', 'core_message_external', 'mark_all_messages_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(163, 'core_message_mark_all_conversation_messages_as_read', 'core_message_external', 'mark_all_conversation_messages_as_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(164, 'core_message_mark_message_read', 'core_message_external', 'mark_message_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(165, 'core_message_mark_notification_read', 'core_message_external', 'mark_notification_read', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(166, 'core_message_message_processor_config_form', 'core_message_external', 'message_processor_config_form', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(167, 'core_message_get_message_processor', 'core_message_external', 'get_message_processor', 'message/externallib.php', 'moodle', '', NULL),
(168, 'core_message_search_contacts', 'core_message_external', 'search_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(169, 'core_message_send_instant_messages', 'core_message_external', 'send_instant_messages', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'),
(170, 'core_message_send_messages_to_conversation', 'core_message_external', 'send_messages_to_conversation', 'message/externallib.php', 'moodle', 'moodle/site:sendmessage', 'moodle_mobile_app'),
(171, 'core_message_get_conversation_messages', 'core_message_external', 'get_conversation_messages', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(172, 'core_message_unblock_user', 'core_message_external', 'unblock_user', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(173, 'core_message_unblock_contacts', 'core_message_external', 'unblock_contacts', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(174, 'core_message_get_user_notification_preferences', 'core_message_external', 'get_user_notification_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'),
(175, 'core_message_get_user_message_preferences', 'core_message_external', 'get_user_message_preferences', 'message/externallib.php', 'moodle', 'moodle/user:editownmessageprofile', 'moodle_mobile_app'),
(176, 'core_message_set_favourite_conversations', 'core_message_external', 'set_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(177, 'core_message_unset_favourite_conversations', 'core_message_external', 'unset_favourite_conversations', 'message/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(178, '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'),
(179, 'core_notes_create_notes', 'core_notes_external', 'create_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'),
(180, 'core_notes_delete_notes', 'core_notes_external', 'delete_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', 'moodle_mobile_app'),
(181, 'core_notes_get_course_notes', 'core_notes_external', 'get_course_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'),
(182, 'core_notes_get_notes', 'core_notes_external', 'get_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', NULL),
(183, 'core_notes_update_notes', 'core_notes_external', 'update_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:manage', NULL),
(184, 'core_notes_view_notes', 'core_notes_external', 'view_notes', 'notes/externallib.php', 'moodle', 'moodle/notes:view', 'moodle_mobile_app'),
(185, 'core_output_load_template', 'core\\output\\external', 'load_template', NULL, 'moodle', '', NULL),
(186, 'core_output_load_template_with_dependencies', 'core\\output\\external', 'load_template_with_dependencies', NULL, 'moodle', '', NULL),
(187, 'core_output_load_fontawesome_icon_map', 'core\\output\\external', 'load_fontawesome_icon_map', NULL, 'moodle', '', NULL),
(188, 'core_output_load_fontawesome_icon_system_map', 'core\\external\\output\\icon_system\\load_fontawesome_map', 'execute', NULL, 'moodle', '', NULL),
(189, 'core_question_update_flag', 'core_question_external', 'update_flag', NULL, 'moodle', 'moodle/question:flag', 'moodle_mobile_app'),
(190, 'core_question_submit_tags_form', 'core_question_external', 'submit_tags_form', NULL, 'moodle', '', NULL),
(191, 'core_question_get_random_question_summaries', 'core_question_external', 'get_random_question_summaries', NULL, 'moodle', '', NULL),
(192, 'core_rating_get_item_ratings', 'core_rating_external', 'get_item_ratings', NULL, 'moodle', 'moodle/rating:view', 'moodle_mobile_app'),
(193, 'core_rating_add_rating', 'core_rating_external', 'add_rating', NULL, 'moodle', 'moodle/rating:rate', 'moodle_mobile_app'),
(194, 'core_role_assign_roles', 'core_role_external', 'assign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL),
(195, 'core_role_unassign_roles', 'core_role_external', 'unassign_roles', 'enrol/externallib.php', 'moodle', 'moodle/role:assign', NULL),
(196, 'core_search_get_relevant_users', '\\core_search\\external', 'get_relevant_users', NULL, 'moodle', '', NULL),
(197, 'core_tag_get_tagindex', 'core_tag_external', 'get_tagindex', NULL, 'moodle', '', 'moodle_mobile_app'),
(198, 'core_tag_get_tags', 'core_tag_external', 'get_tags', NULL, 'moodle', '', NULL),
(199, 'core_tag_update_tags', 'core_tag_external', 'update_tags', NULL, 'moodle', '', NULL),
(200, 'core_tag_get_tagindex_per_area', 'core_tag_external', 'get_tagindex_per_area', NULL, 'moodle', '', 'moodle_mobile_app'),
(201, 'core_tag_get_tag_areas', 'core_tag_external', 'get_tag_areas', NULL, 'moodle', '', 'moodle_mobile_app'),
(202, 'core_tag_get_tag_collections', 'core_tag_external', 'get_tag_collections', NULL, 'moodle', '', 'moodle_mobile_app'),
(203, 'core_tag_get_tag_cloud', 'core_tag_external', 'get_tag_cloud', NULL, 'moodle', '', 'moodle_mobile_app'),
(204, 'core_update_inplace_editable', 'core_external', 'update_inplace_editable', 'lib/external/externallib.php', 'moodle', '', NULL),
(205, 'core_user_add_user_device', 'core_user_external', 'add_user_device', 'user/externallib.php', '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_remove_user_device', 'core_user_external', 'remove_user_device', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(213, 'core_user_update_users', 'core_user_external', 'update_users', 'user/externallib.php', 'moodle', 'moodle/user:update', NULL),
(214, 'core_user_update_user_preferences', 'core_user_external', 'update_user_preferences', 'user/externallib.php', 'moodle', 'moodle/user:editownmessageprofile, moodle/user:editmessageprofile', 'moodle_mobile_app'),
(215, 'core_user_view_user_list', 'core_user_external', 'view_user_list', 'user/externallib.php', 'moodle', 'moodle/course:viewparticipants', 'moodle_mobile_app'),
(216, 'core_user_view_user_profile', 'core_user_external', 'view_user_profile', 'user/externallib.php', 'moodle', 'moodle/user:viewdetails', 'moodle_mobile_app'),
(217, 'core_user_get_user_preferences', 'core_user_external', 'get_user_preferences', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(218, 'core_user_update_picture', 'core_user_external', 'update_picture', 'user/externallib.php', 'moodle', 'moodle/user:editownprofile, moodle/user:editprofile', 'moodle_mobile_app'),
(219, 'core_user_set_user_preferences', 'core_user_external', 'set_user_preferences', 'user/externallib.php', 'moodle', 'moodle/site:config', 'moodle_mobile_app'),
(220, 'core_user_agree_site_policy', 'core_user_external', 'agree_site_policy', 'user/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(221, 'core_user_get_private_files_info', 'core_user_external', 'get_private_files_info', 'user/externallib.php', 'moodle', 'moodle/user:manageownfiles', 'moodle_mobile_app'),
(222, 'core_competency_create_competency_framework', 'core_competency\\external', 'create_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(223, 'core_competency_read_competency_framework', 'core_competency\\external', 'read_competency_framework', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(224, 'core_competency_duplicate_competency_framework', 'core_competency\\external', 'duplicate_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(225, 'core_competency_delete_competency_framework', 'core_competency\\external', 'delete_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(226, 'core_competency_update_competency_framework', 'core_competency\\external', 'update_competency_framework', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(227, 'core_competency_list_competency_frameworks', 'core_competency\\external', 'list_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(228, 'core_competency_count_competency_frameworks', 'core_competency\\external', 'count_competency_frameworks', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(229, 'core_competency_competency_framework_viewed', 'core_competency\\external', 'competency_framework_viewed', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(230, 'core_competency_create_competency', 'core_competency\\external', 'create_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(231, 'core_competency_read_competency', 'core_competency\\external', 'read_competency', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(232, 'core_competency_competency_viewed', 'core_competency\\external', 'competency_viewed', NULL, 'moodle', 'moodle/competency:competencyview', 'moodle_mobile_app'),
(233, 'core_competency_delete_competency', 'core_competency\\external', 'delete_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(234, 'core_competency_update_competency', 'core_competency\\external', 'update_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(235, 'core_competency_list_competencies', 'core_competency\\external', 'list_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(236, 'core_competency_list_competencies_in_template', 'core_competency\\external', 'list_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(237, 'core_competency_count_competencies', 'core_competency\\external', 'count_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(238, 'core_competency_count_competencies_in_template', 'core_competency\\external', 'count_competencies_in_template', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(239, 'core_competency_search_competencies', 'core_competency\\external', 'search_competencies', NULL, 'moodle', 'moodle/competency:competencyview', NULL),
(240, 'core_competency_set_parent_competency', 'core_competency\\external', 'set_parent_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(241, 'core_competency_move_up_competency', 'core_competency\\external', 'move_up_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(242, 'core_competency_move_down_competency', 'core_competency\\external', 'move_down_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(243, 'core_competency_list_course_module_competencies', 'core_competency\\external', 'list_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(244, 'core_competency_count_course_module_competencies', 'core_competency\\external', 'count_course_module_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(245, 'core_competency_list_course_competencies', 'core_competency\\external', 'list_course_competencies', NULL, 'moodle', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'),
(246, 'core_competency_count_competencies_in_course', 'core_competency\\external', 'count_competencies_in_course', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(247, 'core_competency_count_courses_using_competency', 'core_competency\\external', 'count_courses_using_competency', NULL, 'moodle', 'moodle/competency:coursecompetencyview', NULL),
(248, 'core_competency_add_competency_to_course', 'core_competency\\external', 'add_competency_to_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(249, 'core_competency_add_competency_to_template', 'core_competency\\external', 'add_competency_to_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(250, 'core_competency_remove_competency_from_course', 'core_competency\\external', 'remove_competency_from_course', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(251, 'core_competency_set_course_competency_ruleoutcome', 'core_competency\\external', 'set_course_competency_ruleoutcome', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(252, 'core_competency_remove_competency_from_template', 'core_competency\\external', 'remove_competency_from_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(253, 'core_competency_reorder_course_competency', 'core_competency\\external', 'reorder_course_competency', NULL, 'moodle', 'moodle/competency:coursecompetencymanage', NULL),
(254, 'core_competency_reorder_template_competency', 'core_competency\\external', 'reorder_template_competency', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(255, 'core_competency_create_template', 'core_competency\\external', 'create_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(256, 'core_competency_duplicate_template', 'core_competency\\external', 'duplicate_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(257, 'core_competency_read_template', 'core_competency\\external', 'read_template', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(258, 'core_competency_delete_template', 'core_competency\\external', 'delete_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(259, 'core_competency_update_template', 'core_competency\\external', 'update_template', NULL, 'moodle', 'moodle/competency:templatemanage', NULL),
(260, 'core_competency_list_templates', 'core_competency\\external', 'list_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(261, 'core_competency_list_templates_using_competency', 'core_competency\\external', 'list_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(262, 'core_competency_count_templates', 'core_competency\\external', 'count_templates', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(263, 'core_competency_count_templates_using_competency', 'core_competency\\external', 'count_templates_using_competency', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(264, 'core_competency_create_plan', 'core_competency\\external', 'create_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(265, 'core_competency_update_plan', 'core_competency\\external', 'update_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(266, 'core_competency_complete_plan', 'core_competency\\external', 'complete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(267, 'core_competency_reopen_plan', 'core_competency\\external', 'reopen_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(268, 'core_competency_read_plan', 'core_competency\\external', 'read_plan', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(269, 'core_competency_delete_plan', 'core_competency\\external', 'delete_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(270, 'core_competency_list_user_plans', 'core_competency\\external', 'list_user_plans', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(271, 'core_competency_list_plan_competencies', 'core_competency\\external', 'list_plan_competencies', NULL, 'moodle', 'moodle/competency:planviewown', NULL),
(272, 'core_competency_add_competency_to_plan', 'core_competency\\external', 'add_competency_to_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(273, 'core_competency_remove_competency_from_plan', 'core_competency\\external', 'remove_competency_from_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(274, 'core_competency_reorder_plan_competency', 'core_competency\\external', 'reorder_plan_competency', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(275, 'core_competency_plan_request_review', 'core_competency\\external', 'plan_request_review', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL),
(276, 'core_competency_plan_start_review', 'core_competency\\external', 'plan_start_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(277, 'core_competency_plan_stop_review', 'core_competency\\external', 'plan_stop_review', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(278, 'core_competency_plan_cancel_review_request', 'core_competency\\external', 'plan_cancel_review_request', NULL, 'moodle', 'moodle/competency:planmanagedraft', NULL),
(279, 'core_competency_approve_plan', 'core_competency\\external', 'approve_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(280, 'core_competency_unapprove_plan', 'core_competency\\external', 'unapprove_plan', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(281, 'core_competency_template_has_related_data', 'core_competency\\external', 'template_has_related_data', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(282, 'core_competency_get_scale_values', 'core_competency\\external', 'get_scale_values', NULL, 'moodle', 'moodle/competency:competencymanage', 'moodle_mobile_app'),
(283, 'core_competency_add_related_competency', 'core_competency\\external', 'add_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(284, 'core_competency_remove_related_competency', 'core_competency\\external', 'remove_related_competency', NULL, 'moodle', 'moodle/competency:competencymanage', NULL),
(285, 'core_competency_read_user_evidence', 'core_competency\\external', 'read_user_evidence', NULL, 'moodle', 'moodle/competency:userevidenceview', NULL),
(286, 'core_competency_delete_user_evidence', 'core_competency\\external', 'delete_user_evidence', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(287, 'core_competency_create_user_evidence_competency', 'core_competency\\external', 'create_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown, moodle/competency:competencyview', NULL),
(288, 'core_competency_delete_user_evidence_competency', 'core_competency\\external', 'delete_user_evidence_competency', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(289, 'core_competency_user_competency_cancel_review_request', 'core_competency\\external', 'user_competency_cancel_review_request', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(290, 'core_competency_user_competency_request_review', 'core_competency\\external', 'user_competency_request_review', NULL, 'moodle', 'moodle/competency:userevidencemanageown', NULL),
(291, 'core_competency_user_competency_start_review', 'core_competency\\external', 'user_competency_start_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(292, 'core_competency_user_competency_stop_review', 'core_competency\\external', 'user_competency_stop_review', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(293, 'core_competency_user_competency_viewed', 'core_competency\\external', 'user_competency_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(294, 'core_competency_user_competency_viewed_in_plan', 'core_competency\\external', 'user_competency_viewed_in_plan', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(295, 'core_competency_user_competency_viewed_in_course', 'core_competency\\external', 'user_competency_viewed_in_course', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(296, 'core_competency_user_competency_plan_viewed', 'core_competency\\external', 'user_competency_plan_viewed', NULL, 'moodle', 'moodle/competency:usercompetencyview', 'moodle_mobile_app'),
(297, 'core_competency_grade_competency', 'core_competency\\external', 'grade_competency', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(298, 'core_competency_grade_competency_in_plan', 'core_competency\\external', 'grade_competency_in_plan', NULL, 'moodle', 'moodle/competency:competencygrade', NULL),
(299, 'core_competency_grade_competency_in_course', 'core_competency\\external', 'grade_competency_in_course', NULL, 'moodle', 'moodle/competency:competencygrade', 'moodle_mobile_app'),
(300, 'core_competency_unlink_plan_from_template', 'core_competency\\external', 'unlink_plan_from_template', NULL, 'moodle', 'moodle/competency:planmanage', NULL),
(301, 'core_competency_template_viewed', 'core_competency\\external', 'template_viewed', NULL, 'moodle', 'moodle/competency:templateview', NULL),
(302, '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),
(303, 'core_competency_update_course_competency_settings', 'core_competency\\external', 'update_course_competency_settings', NULL, 'moodle', 'moodle/competency:coursecompetencyconfigure', NULL),
(304, 'core_competency_delete_evidence', 'core_competency\\external', 'delete_evidence', NULL, 'moodle', 'moodle/competency:evidencedelete', 'moodle_mobile_app'),
(305, 'core_webservice_get_site_info', 'core_webservice_external', 'get_site_info', 'webservice/externallib.php', 'moodle', '', 'moodle_mobile_app'),
(306, 'core_block_get_course_blocks', 'core_block_external', 'get_course_blocks', NULL, 'moodle', '', 'moodle_mobile_app'),
(307, 'core_block_get_dashboard_blocks', 'core_block_external', 'get_dashboard_blocks', NULL, 'moodle', '', 'moodle_mobile_app'),
(308, 'core_filters_get_available_in_context', 'core_filters\\external', 'get_available_in_context', NULL, 'moodle', '', 'moodle_mobile_app'),
(309, 'core_customfield_delete_field', 'core_customfield_external', 'delete_field', 'customfield/externallib.php', 'moodle', '', NULL),
(310, 'core_customfield_reload_template', 'core_customfield_external', 'reload_template', 'customfield/externallib.php', 'moodle', '', NULL),
(311, 'core_customfield_create_category', 'core_customfield_external', 'create_category', 'customfield/externallib.php', 'moodle', '', NULL),
(312, 'core_customfield_delete_category', 'core_customfield_external', 'delete_category', 'customfield/externallib.php', 'moodle', '', NULL),
(313, 'core_customfield_move_field', 'core_customfield_external', 'move_field', 'customfield/externallib.php', 'moodle', '', NULL),
(314, 'core_customfield_move_category', 'core_customfield_external', 'move_category', 'customfield/externallib.php', 'moodle', '', NULL),
(315, 'core_h5p_get_trusted_h5p_file', 'core_h5p\\external', 'get_trusted_h5p_file', NULL, 'moodle', '', 'moodle_mobile_app'),
(316, 'core_table_get_dynamic_table_content', 'core_table\\external\\dynamic\\get', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(317, 'core_xapi_statement_post', 'core_xapi\\external\\post_statement', 'execute', NULL, 'moodle', '', 'moodle_mobile_app'),
(318, 'core_contentbank_delete_content', 'core_contentbank\\external\\delete_content', 'execute', NULL, 'moodle', 'moodle/contentbank:deleteanycontent', NULL);
INSERT INTO `mdl_external_functions` (`id`, `name`, `classname`, `methodname`, `classpath`, `component`, `capabilities`, `services`) VALUES
(319, 'core_contentbank_rename_content', 'core_contentbank\\external\\rename_content', 'execute', NULL, 'moodle', 'moodle/contentbank:manageowncontent', NULL),
(320, 'core_create_userfeedback_action_record', 'core\\external\\record_userfeedback_action', 'execute', NULL, 'moodle', '', NULL),
(321, 'mod_assign_copy_previous_attempt', 'mod_assign_external', 'copy_previous_attempt', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:submit', NULL),
(322, 'mod_assign_get_grades', 'mod_assign_external', 'get_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(323, 'mod_assign_get_assignments', 'mod_assign_external', 'get_assignments', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(324, 'mod_assign_get_submissions', 'mod_assign_external', 'get_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(325, 'mod_assign_get_user_flags', 'mod_assign_external', 'get_user_flags', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(326, 'mod_assign_set_user_flags', 'mod_assign_external', 'set_user_flags', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'),
(327, 'mod_assign_get_user_mappings', 'mod_assign_external', 'get_user_mappings', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(328, 'mod_assign_revert_submissions_to_draft', 'mod_assign_external', 'revert_submissions_to_draft', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(329, 'mod_assign_lock_submissions', 'mod_assign_external', 'lock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(330, 'mod_assign_unlock_submissions', 'mod_assign_external', 'unlock_submissions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(331, 'mod_assign_save_submission', 'mod_assign_external', 'save_submission', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(332, 'mod_assign_submit_for_grading', 'mod_assign_external', 'submit_for_grading', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(333, 'mod_assign_save_grade', 'mod_assign_external', 'save_grade', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(334, 'mod_assign_save_grades', 'mod_assign_external', 'save_grades', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(335, 'mod_assign_save_user_extensions', 'mod_assign_external', 'save_user_extensions', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(336, 'mod_assign_reveal_identities', 'mod_assign_external', 'reveal_identities', 'mod/assign/externallib.php', 'mod_assign', '', 'moodle_mobile_app'),
(337, 'mod_assign_view_grading_table', 'mod_assign_external', 'view_grading_table', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'),
(338, 'mod_assign_view_submission_status', 'mod_assign_external', 'view_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(339, 'mod_assign_get_submission_status', 'mod_assign_external', 'get_submission_status', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(340, 'mod_assign_list_participants', 'mod_assign_external', 'list_participants', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'),
(341, 'mod_assign_submit_grading_form', 'mod_assign_external', 'submit_grading_form', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:grade', 'moodle_mobile_app'),
(342, 'mod_assign_get_participant', 'mod_assign_external', 'get_participant', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view, mod/assign:viewgrades', 'moodle_mobile_app'),
(343, 'mod_assign_view_assign', 'mod_assign_external', 'view_assign', 'mod/assign/externallib.php', 'mod_assign', 'mod/assign:view', 'moodle_mobile_app'),
(344, 'mod_book_view_book', 'mod_book_external', 'view_book', NULL, 'mod_book', 'mod/book:read', 'moodle_mobile_app'),
(345, 'mod_book_get_books_by_courses', 'mod_book_external', 'get_books_by_courses', NULL, 'mod_book', '', 'moodle_mobile_app'),
(346, 'mod_chat_login_user', 'mod_chat_external', 'login_user', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(347, 'mod_chat_get_chat_users', 'mod_chat_external', 'get_chat_users', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(348, 'mod_chat_send_chat_message', 'mod_chat_external', 'send_chat_message', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(349, 'mod_chat_get_chat_latest_messages', 'mod_chat_external', 'get_chat_latest_messages', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(350, 'mod_chat_view_chat', 'mod_chat_external', 'view_chat', NULL, 'mod_chat', 'mod/chat:chat', 'moodle_mobile_app'),
(351, 'mod_chat_get_chats_by_courses', 'mod_chat_external', 'get_chats_by_courses', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(352, 'mod_chat_get_sessions', 'mod_chat_external', 'get_sessions', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(353, 'mod_chat_get_session_messages', 'mod_chat_external', 'get_session_messages', NULL, 'mod_chat', '', 'moodle_mobile_app'),
(354, 'mod_choice_get_choice_results', 'mod_choice_external', 'get_choice_results', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(355, 'mod_choice_get_choice_options', 'mod_choice_external', 'get_choice_options', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(356, 'mod_choice_submit_choice_response', 'mod_choice_external', 'submit_choice_response', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(357, 'mod_choice_view_choice', 'mod_choice_external', 'view_choice', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(358, 'mod_choice_get_choices_by_courses', 'mod_choice_external', 'get_choices_by_courses', NULL, 'mod_choice', '', 'moodle_mobile_app'),
(359, 'mod_choice_delete_choice_responses', 'mod_choice_external', 'delete_choice_responses', NULL, 'mod_choice', 'mod/choice:choose', 'moodle_mobile_app'),
(360, 'mod_data_get_databases_by_courses', 'mod_data_external', 'get_databases_by_courses', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(361, 'mod_data_view_database', 'mod_data_external', 'view_database', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(362, 'mod_data_get_data_access_information', 'mod_data_external', 'get_data_access_information', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(363, 'mod_data_get_entries', 'mod_data_external', 'get_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(364, 'mod_data_get_entry', 'mod_data_external', 'get_entry', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(365, 'mod_data_get_fields', 'mod_data_external', 'get_fields', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(366, 'mod_data_search_entries', 'mod_data_external', 'search_entries', NULL, 'mod_data', 'mod/data:viewentry', 'moodle_mobile_app'),
(367, 'mod_data_approve_entry', 'mod_data_external', 'approve_entry', NULL, 'mod_data', 'mod/data:approve', 'moodle_mobile_app'),
(368, 'mod_data_delete_entry', 'mod_data_external', 'delete_entry', NULL, 'mod_data', 'mod/data:manageentries', 'moodle_mobile_app'),
(369, 'mod_data_add_entry', 'mod_data_external', 'add_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'),
(370, 'mod_data_update_entry', 'mod_data_external', 'update_entry', NULL, 'mod_data', 'mod/data:writeentry', 'moodle_mobile_app'),
(371, 'mod_feedback_get_feedbacks_by_courses', 'mod_feedback_external', 'get_feedbacks_by_courses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(372, 'mod_feedback_get_feedback_access_information', 'mod_feedback_external', 'get_feedback_access_information', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(373, 'mod_feedback_view_feedback', 'mod_feedback_external', 'view_feedback', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(374, 'mod_feedback_get_current_completed_tmp', 'mod_feedback_external', 'get_current_completed_tmp', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(375, 'mod_feedback_get_items', 'mod_feedback_external', 'get_items', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(376, 'mod_feedback_launch_feedback', 'mod_feedback_external', 'launch_feedback', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(377, 'mod_feedback_get_page_items', 'mod_feedback_external', 'get_page_items', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(378, 'mod_feedback_process_page', 'mod_feedback_external', 'process_page', NULL, 'mod_feedback', 'mod/feedback:complete', 'moodle_mobile_app'),
(379, 'mod_feedback_get_analysis', 'mod_feedback_external', 'get_analysis', NULL, 'mod_feedback', 'mod/feedback:viewanalysepage', 'moodle_mobile_app'),
(380, 'mod_feedback_get_unfinished_responses', 'mod_feedback_external', 'get_unfinished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(381, 'mod_feedback_get_finished_responses', 'mod_feedback_external', 'get_finished_responses', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(382, 'mod_feedback_get_non_respondents', 'mod_feedback_external', 'get_non_respondents', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'),
(383, 'mod_feedback_get_responses_analysis', 'mod_feedback_external', 'get_responses_analysis', NULL, 'mod_feedback', 'mod/feedback:viewreports', 'moodle_mobile_app'),
(384, 'mod_feedback_get_last_completed', 'mod_feedback_external', 'get_last_completed', NULL, 'mod_feedback', 'mod/feedback:view', 'moodle_mobile_app'),
(385, 'mod_folder_view_folder', 'mod_folder_external', 'view_folder', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'),
(386, 'mod_folder_get_folders_by_courses', 'mod_folder_external', 'get_folders_by_courses', NULL, 'mod_folder', 'mod/folder:view', 'moodle_mobile_app'),
(387, 'mod_forum_get_forums_by_courses', 'mod_forum_external', 'get_forums_by_courses', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'),
(388, 'mod_forum_get_discussion_posts', 'mod_forum_external', 'get_discussion_posts', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'),
(389, 'mod_forum_get_forum_discussion_posts', 'mod_forum_external', 'get_forum_discussion_posts', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'),
(390, 'mod_forum_get_forum_discussions_paginated', 'mod_forum_external', 'get_forum_discussions_paginated', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'),
(391, 'mod_forum_get_forum_discussions', 'mod_forum_external', 'get_forum_discussions', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', 'moodle_mobile_app'),
(392, 'mod_forum_view_forum', 'mod_forum_external', 'view_forum', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'),
(393, 'mod_forum_view_forum_discussion', 'mod_forum_external', 'view_forum_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion', 'moodle_mobile_app'),
(394, 'mod_forum_add_discussion_post', 'mod_forum_external', 'add_discussion_post', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:replypost', 'moodle_mobile_app'),
(395, 'mod_forum_add_discussion', 'mod_forum_external', 'add_discussion', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:startdiscussion', 'moodle_mobile_app'),
(396, 'mod_forum_can_add_discussion', 'mod_forum_external', 'can_add_discussion', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(397, 'mod_forum_get_forum_access_information', 'mod_forum_external', 'get_forum_access_information', NULL, 'mod_forum', '', 'moodle_mobile_app'),
(398, 'mod_forum_set_subscription_state', 'mod_forum_external', 'set_subscription_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(399, 'mod_forum_set_lock_state', 'mod_forum_external', 'set_lock_state', 'mod/forum/externallib.php', 'mod_forum', 'moodle/course:manageactivities', 'moodle_mobile_app'),
(400, 'mod_forum_toggle_favourite_state', 'mod_forum_external', 'toggle_favourite_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(401, 'mod_forum_set_pin_state', 'mod_forum_external', 'set_pin_state', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(402, 'mod_forum_delete_post', 'mod_forum_external', 'delete_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(403, 'mod_forum_get_discussion_posts_by_userid', 'mod_forum_external', 'get_discussion_posts_by_userid', 'mod/forum/externallib.php', 'mod_forum', 'mod/forum:viewdiscussion, mod/forum:viewqandawithoutposting', NULL),
(404, 'mod_forum_get_discussion_post', 'mod_forum_external', 'get_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(405, 'mod_forum_prepare_draft_area_for_post', 'mod_forum_external', 'prepare_draft_area_for_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(406, 'mod_forum_update_discussion_post', 'mod_forum_external', 'update_discussion_post', 'mod/forum/externallib.php', 'mod_forum', '', 'moodle_mobile_app'),
(407, 'mod_glossary_get_glossaries_by_courses', 'mod_glossary_external', 'get_glossaries_by_courses', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(408, 'mod_glossary_view_glossary', 'mod_glossary_external', 'view_glossary', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(409, 'mod_glossary_view_entry', 'mod_glossary_external', 'view_entry', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(410, 'mod_glossary_get_entries_by_letter', 'mod_glossary_external', 'get_entries_by_letter', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(411, 'mod_glossary_get_entries_by_date', 'mod_glossary_external', 'get_entries_by_date', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(412, 'mod_glossary_get_categories', 'mod_glossary_external', 'get_categories', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(413, 'mod_glossary_get_entries_by_category', 'mod_glossary_external', 'get_entries_by_category', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(414, 'mod_glossary_get_authors', 'mod_glossary_external', 'get_authors', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(415, 'mod_glossary_get_entries_by_author', 'mod_glossary_external', 'get_entries_by_author', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(416, 'mod_glossary_get_entries_by_author_id', 'mod_glossary_external', 'get_entries_by_author_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(417, 'mod_glossary_get_entries_by_search', 'mod_glossary_external', 'get_entries_by_search', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(418, 'mod_glossary_get_entries_by_term', 'mod_glossary_external', 'get_entries_by_term', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(419, 'mod_glossary_get_entries_to_approve', 'mod_glossary_external', 'get_entries_to_approve', NULL, 'mod_glossary', 'mod/glossary:approve', 'moodle_mobile_app'),
(420, 'mod_glossary_get_entry_by_id', 'mod_glossary_external', 'get_entry_by_id', NULL, 'mod_glossary', 'mod/glossary:view', 'moodle_mobile_app'),
(421, 'mod_glossary_add_entry', 'mod_glossary_external', 'add_entry', NULL, 'mod_glossary', 'mod/glossary:write', 'moodle_mobile_app'),
(422, 'mod_h5pactivity_get_h5pactivity_access_information', 'mod_h5pactivity\\external\\get_h5pactivity_access_information', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(423, 'mod_h5pactivity_view_h5pactivity', 'mod_h5pactivity\\external\\view_h5pactivity', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(424, 'mod_h5pactivity_get_attempts', 'mod_h5pactivity\\external\\get_attempts', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(425, 'mod_h5pactivity_get_results', 'mod_h5pactivity\\external\\get_results', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(426, 'mod_h5pactivity_get_h5pactivities_by_courses', 'mod_h5pactivity\\external\\get_h5pactivities_by_courses', 'execute', NULL, 'mod_h5pactivity', 'mod/h5pactivity:view', 'moodle_mobile_app'),
(427, 'mod_imscp_view_imscp', 'mod_imscp_external', 'view_imscp', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'),
(428, 'mod_imscp_get_imscps_by_courses', 'mod_imscp_external', 'get_imscps_by_courses', NULL, 'mod_imscp', 'mod/imscp:view', 'moodle_mobile_app'),
(429, 'mod_label_get_labels_by_courses', 'mod_label_external', 'get_labels_by_courses', NULL, 'mod_label', 'mod/label:view', 'moodle_mobile_app'),
(430, 'mod_lesson_get_lessons_by_courses', 'mod_lesson_external', 'get_lessons_by_courses', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(431, 'mod_lesson_get_lesson_access_information', 'mod_lesson_external', 'get_lesson_access_information', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(432, 'mod_lesson_view_lesson', 'mod_lesson_external', 'view_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(433, 'mod_lesson_get_questions_attempts', 'mod_lesson_external', 'get_questions_attempts', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(434, 'mod_lesson_get_user_grade', 'mod_lesson_external', 'get_user_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(435, 'mod_lesson_get_user_attempt_grade', 'mod_lesson_external', 'get_user_attempt_grade', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(436, 'mod_lesson_get_content_pages_viewed', 'mod_lesson_external', 'get_content_pages_viewed', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(437, 'mod_lesson_get_user_timers', 'mod_lesson_external', 'get_user_timers', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(438, 'mod_lesson_get_pages', 'mod_lesson_external', 'get_pages', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(439, 'mod_lesson_launch_attempt', 'mod_lesson_external', 'launch_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(440, 'mod_lesson_get_page_data', 'mod_lesson_external', 'get_page_data', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(441, 'mod_lesson_process_page', 'mod_lesson_external', 'process_page', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(442, 'mod_lesson_finish_attempt', 'mod_lesson_external', 'finish_attempt', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(443, 'mod_lesson_get_attempts_overview', 'mod_lesson_external', 'get_attempts_overview', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'),
(444, 'mod_lesson_get_user_attempt', 'mod_lesson_external', 'get_user_attempt', NULL, 'mod_lesson', 'mod/lesson:viewreports', 'moodle_mobile_app'),
(445, 'mod_lesson_get_pages_possible_jumps', 'mod_lesson_external', 'get_pages_possible_jumps', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(446, 'mod_lesson_get_lesson', 'mod_lesson_external', 'get_lesson', NULL, 'mod_lesson', 'mod/lesson:view', 'moodle_mobile_app'),
(447, 'mod_lti_get_tool_launch_data', 'mod_lti_external', 'get_tool_launch_data', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(448, 'mod_lti_get_ltis_by_courses', 'mod_lti_external', 'get_ltis_by_courses', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(449, 'mod_lti_view_lti', 'mod_lti_external', 'view_lti', NULL, 'mod_lti', 'mod/lti:view', 'moodle_mobile_app'),
(450, 'mod_lti_get_tool_proxies', 'mod_lti_external', 'get_tool_proxies', NULL, 'mod_lti', 'moodle/site:config', NULL),
(451, 'mod_lti_create_tool_proxy', 'mod_lti_external', 'create_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL),
(452, 'mod_lti_delete_tool_proxy', 'mod_lti_external', 'delete_tool_proxy', NULL, 'mod_lti', 'moodle/site:config', NULL),
(453, 'mod_lti_get_tool_proxy_registration_request', 'mod_lti_external', 'get_tool_proxy_registration_request', NULL, 'mod_lti', 'moodle/site:config', NULL),
(454, 'mod_lti_get_tool_types', 'mod_lti_external', 'get_tool_types', NULL, 'mod_lti', 'moodle/site:config', NULL),
(455, 'mod_lti_create_tool_type', 'mod_lti_external', 'create_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(456, 'mod_lti_update_tool_type', 'mod_lti_external', 'update_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(457, 'mod_lti_delete_tool_type', 'mod_lti_external', 'delete_tool_type', NULL, 'mod_lti', 'moodle/site:config', NULL),
(458, 'mod_lti_is_cartridge', 'mod_lti_external', 'is_cartridge', NULL, 'mod_lti', 'moodle/site:config', NULL),
(459, 'mod_page_view_page', 'mod_page_external', 'view_page', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'),
(460, 'mod_page_get_pages_by_courses', 'mod_page_external', 'get_pages_by_courses', NULL, 'mod_page', 'mod/page:view', 'moodle_mobile_app'),
(461, 'mod_quiz_get_quizzes_by_courses', 'mod_quiz_external', 'get_quizzes_by_courses', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(462, 'mod_quiz_view_quiz', 'mod_quiz_external', 'view_quiz', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(463, 'mod_quiz_get_user_attempts', 'mod_quiz_external', 'get_user_attempts', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(464, 'mod_quiz_get_user_best_grade', 'mod_quiz_external', 'get_user_best_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(465, 'mod_quiz_get_combined_review_options', 'mod_quiz_external', 'get_combined_review_options', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(466, 'mod_quiz_start_attempt', 'mod_quiz_external', 'start_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(467, 'mod_quiz_get_attempt_data', 'mod_quiz_external', 'get_attempt_data', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(468, 'mod_quiz_get_attempt_summary', 'mod_quiz_external', 'get_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(469, 'mod_quiz_save_attempt', 'mod_quiz_external', 'save_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(470, 'mod_quiz_process_attempt', 'mod_quiz_external', 'process_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(471, 'mod_quiz_get_attempt_review', 'mod_quiz_external', 'get_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'),
(472, 'mod_quiz_view_attempt', 'mod_quiz_external', 'view_attempt', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(473, 'mod_quiz_view_attempt_summary', 'mod_quiz_external', 'view_attempt_summary', NULL, 'mod_quiz', 'mod/quiz:attempt', 'moodle_mobile_app'),
(474, 'mod_quiz_view_attempt_review', 'mod_quiz_external', 'view_attempt_review', NULL, 'mod_quiz', 'mod/quiz:reviewmyattempts', 'moodle_mobile_app'),
(475, 'mod_quiz_get_quiz_feedback_for_grade', 'mod_quiz_external', 'get_quiz_feedback_for_grade', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(476, 'mod_quiz_get_quiz_access_information', 'mod_quiz_external', 'get_quiz_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(477, 'mod_quiz_get_attempt_access_information', 'mod_quiz_external', 'get_attempt_access_information', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(478, 'mod_quiz_get_quiz_required_qtypes', 'mod_quiz_external', 'get_quiz_required_qtypes', NULL, 'mod_quiz', 'mod/quiz:view', 'moodle_mobile_app'),
(479, 'mod_resource_view_resource', 'mod_resource_external', 'view_resource', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'),
(480, 'mod_resource_get_resources_by_courses', 'mod_resource_external', 'get_resources_by_courses', NULL, 'mod_resource', 'mod/resource:view', 'moodle_mobile_app'),
(481, 'mod_scorm_view_scorm', 'mod_scorm_external', 'view_scorm', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(482, 'mod_scorm_get_scorm_attempt_count', 'mod_scorm_external', 'get_scorm_attempt_count', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(483, 'mod_scorm_get_scorm_scoes', 'mod_scorm_external', 'get_scorm_scoes', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(484, 'mod_scorm_get_scorm_user_data', 'mod_scorm_external', 'get_scorm_user_data', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(485, 'mod_scorm_insert_scorm_tracks', 'mod_scorm_external', 'insert_scorm_tracks', NULL, 'mod_scorm', 'mod/scorm:savetrack', 'moodle_mobile_app'),
(486, 'mod_scorm_get_scorm_sco_tracks', 'mod_scorm_external', 'get_scorm_sco_tracks', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(487, 'mod_scorm_get_scorms_by_courses', 'mod_scorm_external', 'get_scorms_by_courses', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(488, 'mod_scorm_launch_sco', 'mod_scorm_external', 'launch_sco', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(489, 'mod_scorm_get_scorm_access_information', 'mod_scorm_external', 'get_scorm_access_information', NULL, 'mod_scorm', '', 'moodle_mobile_app'),
(490, 'mod_survey_get_surveys_by_courses', 'mod_survey_external', 'get_surveys_by_courses', NULL, 'mod_survey', '', 'moodle_mobile_app'),
(491, 'mod_survey_view_survey', 'mod_survey_external', 'view_survey', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(492, 'mod_survey_get_questions', 'mod_survey_external', 'get_questions', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(493, 'mod_survey_submit_answers', 'mod_survey_external', 'submit_answers', NULL, 'mod_survey', 'mod/survey:participate', 'moodle_mobile_app'),
(494, 'mod_url_view_url', 'mod_url_external', 'view_url', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'),
(495, 'mod_url_get_urls_by_courses', 'mod_url_external', 'get_urls_by_courses', NULL, 'mod_url', 'mod/url:view', 'moodle_mobile_app'),
(496, 'mod_wiki_get_wikis_by_courses', 'mod_wiki_external', 'get_wikis_by_courses', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(497, 'mod_wiki_view_wiki', 'mod_wiki_external', 'view_wiki', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(498, 'mod_wiki_view_page', 'mod_wiki_external', 'view_page', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(499, 'mod_wiki_get_subwikis', 'mod_wiki_external', 'get_subwikis', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(500, 'mod_wiki_get_subwiki_pages', 'mod_wiki_external', 'get_subwiki_pages', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(501, 'mod_wiki_get_subwiki_files', 'mod_wiki_external', 'get_subwiki_files', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(502, 'mod_wiki_get_page_contents', 'mod_wiki_external', 'get_page_contents', NULL, 'mod_wiki', 'mod/wiki:viewpage', 'moodle_mobile_app'),
(503, 'mod_wiki_get_page_for_editing', 'mod_wiki_external', 'get_page_for_editing', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(504, 'mod_wiki_new_page', 'mod_wiki_external', 'new_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(505, 'mod_wiki_edit_page', 'mod_wiki_external', 'edit_page', NULL, 'mod_wiki', 'mod/wiki:editpage', 'moodle_mobile_app'),
(506, 'mod_workshop_get_workshops_by_courses', 'mod_workshop_external', 'get_workshops_by_courses', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(507, 'mod_workshop_get_workshop_access_information', 'mod_workshop_external', 'get_workshop_access_information', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(508, 'mod_workshop_get_user_plan', 'mod_workshop_external', 'get_user_plan', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(509, 'mod_workshop_view_workshop', 'mod_workshop_external', 'view_workshop', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(510, 'mod_workshop_add_submission', 'mod_workshop_external', 'add_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(511, 'mod_workshop_update_submission', 'mod_workshop_external', 'update_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(512, 'mod_workshop_delete_submission', 'mod_workshop_external', 'delete_submission', NULL, 'mod_workshop', 'mod/workshop:submit', 'moodle_mobile_app'),
(513, 'mod_workshop_get_submissions', 'mod_workshop_external', 'get_submissions', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(514, 'mod_workshop_get_submission', 'mod_workshop_external', 'get_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(515, 'mod_workshop_get_submission_assessments', 'mod_workshop_external', 'get_submission_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(516, 'mod_workshop_get_assessment', 'mod_workshop_external', 'get_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(517, 'mod_workshop_get_assessment_form_definition', 'mod_workshop_external', 'get_assessment_form_definition', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(518, 'mod_workshop_get_reviewer_assessments', 'mod_workshop_external', 'get_reviewer_assessments', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(519, 'mod_workshop_update_assessment', 'mod_workshop_external', 'update_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(520, 'mod_workshop_get_grades', 'mod_workshop_external', 'get_grades', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(521, 'mod_workshop_evaluate_assessment', 'mod_workshop_external', 'evaluate_assessment', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(522, 'mod_workshop_get_grades_report', 'mod_workshop_external', 'get_grades_report', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(523, 'mod_workshop_view_submission', 'mod_workshop_external', 'view_submission', NULL, 'mod_workshop', 'mod/workshop:view', 'moodle_mobile_app'),
(524, 'mod_workshop_evaluate_submission', 'mod_workshop_external', 'evaluate_submission', NULL, 'mod_workshop', '', 'moodle_mobile_app'),
(525, 'auth_email_get_signup_settings', 'auth_email_external', 'get_signup_settings', NULL, 'auth_email', '', NULL),
(526, 'auth_email_signup_user', 'auth_email_external', 'signup_user', NULL, 'auth_email', '', NULL),
(527, 'enrol_guest_get_instance_info', 'enrol_guest_external', 'get_instance_info', NULL, 'enrol_guest', '', 'moodle_mobile_app'),
(528, 'enrol_manual_enrol_users', 'enrol_manual_external', 'enrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:enrol', NULL),
(529, 'enrol_manual_unenrol_users', 'enrol_manual_external', 'unenrol_users', 'enrol/manual/externallib.php', 'enrol_manual', 'enrol/manual:unenrol', NULL),
(530, 'enrol_self_get_instance_info', 'enrol_self_external', 'get_instance_info', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'),
(531, 'enrol_self_enrol_user', 'enrol_self_external', 'enrol_user', 'enrol/self/externallib.php', 'enrol_self', '', 'moodle_mobile_app'),
(532, 'message_airnotifier_is_system_configured', 'message_airnotifier_external', 'is_system_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(533, 'message_airnotifier_are_notification_preferences_configured', 'message_airnotifier_external', 'are_notification_preferences_configured', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(534, 'message_airnotifier_get_user_devices', 'message_airnotifier_external', 'get_user_devices', 'message/output/airnotifier/externallib.php', 'message_airnotifier', '', 'moodle_mobile_app'),
(535, 'message_airnotifier_enable_device', 'message_airnotifier_external', 'enable_device', 'message/output/airnotifier/externallib.php', 'message_airnotifier', 'message/airnotifier:managedevice', 'moodle_mobile_app'),
(536, 'message_popup_get_popup_notifications', 'message_popup_external', 'get_popup_notifications', 'message/output/popup/externallib.php', 'message_popup', '', 'moodle_mobile_app'),
(537, 'message_popup_get_unread_popup_notification_count', 'message_popup_external', 'get_unread_popup_notification_count', 'message/output/popup/externallib.php', 'message_popup', '', 'moodle_mobile_app'),
(538, 'block_recentlyaccesseditems_get_recent_items', 'block_recentlyaccesseditems\\external', 'get_recent_items', NULL, 'block_recentlyaccesseditems', '', 'moodle_mobile_app'),
(539, 'block_starredcourses_get_starred_courses', 'block_starredcourses_external', 'get_starred_courses', 'block/starredcourses/classes/external.php', 'block_starredcourses', '', 'moodle_mobile_app'),
(540, 'report_competency_data_for_report', 'report_competency\\external', 'data_for_report', NULL, 'report_competency', 'moodle/competency:coursecompetencyview', NULL),
(541, 'report_insights_set_notuseful_prediction', 'report_insights\\external', 'set_notuseful_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'),
(542, 'report_insights_set_fixed_prediction', 'report_insights\\external', 'set_fixed_prediction', NULL, 'report_insights', '', 'moodle_mobile_app'),
(543, 'report_insights_action_executed', 'report_insights\\external', 'action_executed', NULL, 'report_insights', '', 'moodle_mobile_app'),
(544, 'gradereport_overview_get_course_grades', 'gradereport_overview_external', 'get_course_grades', NULL, 'gradereport_overview', '', 'moodle_mobile_app'),
(545, 'gradereport_overview_view_grade_report', 'gradereport_overview_external', 'view_grade_report', NULL, 'gradereport_overview', 'gradereport/overview:view', 'moodle_mobile_app'),
(546, 'gradereport_user_get_grades_table', 'gradereport_user_external', 'get_grades_table', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(547, 'gradereport_user_view_grade_report', 'gradereport_user_external', 'view_grade_report', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(548, 'gradereport_user_get_grade_items', 'gradereport_user_external', 'get_grade_items', 'grade/report/user/externallib.php', 'gradereport_user', 'gradereport/user:view', 'moodle_mobile_app'),
(549, 'gradingform_guide_grader_gradingpanel_fetch', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_guide', '', NULL),
(550, 'gradingform_guide_grader_gradingpanel_store', 'gradingform_guide\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_guide', '', NULL),
(551, 'gradingform_rubric_grader_gradingpanel_fetch', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\fetch', 'execute', NULL, 'gradingform_rubric', '', NULL),
(552, 'gradingform_rubric_grader_gradingpanel_store', 'gradingform_rubric\\grades\\grader\\gradingpanel\\external\\store', 'execute', NULL, 'gradingform_rubric', '', NULL),
(553, 'tool_analytics_potential_contexts', 'tool_analytics\\external', 'potential_contexts', NULL, 'tool_analytics', '', 'moodle_mobile_app'),
(554, 'tool_dataprivacy_cancel_data_request', 'tool_dataprivacy\\external', 'cancel_data_request', NULL, 'tool_dataprivacy', '', NULL),
(555, 'tool_dataprivacy_contact_dpo', 'tool_dataprivacy\\external', 'contact_dpo', NULL, 'tool_dataprivacy', '', NULL),
(556, 'tool_dataprivacy_mark_complete', 'tool_dataprivacy\\external', 'mark_complete', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(557, 'tool_dataprivacy_get_data_request', 'tool_dataprivacy\\external', 'get_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(558, 'tool_dataprivacy_approve_data_request', 'tool_dataprivacy\\external', 'approve_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(559, 'tool_dataprivacy_bulk_approve_data_requests', 'tool_dataprivacy\\external', 'bulk_approve_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(560, 'tool_dataprivacy_deny_data_request', 'tool_dataprivacy\\external', 'deny_data_request', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(561, 'tool_dataprivacy_bulk_deny_data_requests', 'tool_dataprivacy\\external', 'bulk_deny_data_requests', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(562, 'tool_dataprivacy_get_users', 'tool_dataprivacy\\external', 'get_users', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests', NULL),
(563, 'tool_dataprivacy_create_purpose_form', 'tool_dataprivacy\\external', 'create_purpose_form', NULL, 'tool_dataprivacy', '', NULL),
(564, 'tool_dataprivacy_create_category_form', 'tool_dataprivacy\\external', 'create_category_form', NULL, 'tool_dataprivacy', '', NULL),
(565, 'tool_dataprivacy_delete_purpose', 'tool_dataprivacy\\external', 'delete_purpose', NULL, 'tool_dataprivacy', '', NULL),
(566, 'tool_dataprivacy_delete_category', 'tool_dataprivacy\\external', 'delete_category', NULL, 'tool_dataprivacy', '', NULL),
(567, 'tool_dataprivacy_set_contextlevel_form', 'tool_dataprivacy\\external', 'set_contextlevel_form', NULL, 'tool_dataprivacy', '', NULL),
(568, 'tool_dataprivacy_set_context_form', 'tool_dataprivacy\\external', 'set_context_form', NULL, 'tool_dataprivacy', '', NULL),
(569, 'tool_dataprivacy_tree_extra_branches', 'tool_dataprivacy\\external', 'tree_extra_branches', NULL, 'tool_dataprivacy', '', NULL),
(570, 'tool_dataprivacy_confirm_contexts_for_deletion', 'tool_dataprivacy\\external', 'confirm_contexts_for_deletion', NULL, 'tool_dataprivacy', '', NULL),
(571, 'tool_dataprivacy_set_context_defaults', 'tool_dataprivacy\\external', 'set_context_defaults', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(572, 'tool_dataprivacy_get_category_options', 'tool_dataprivacy\\external', 'get_category_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(573, 'tool_dataprivacy_get_purpose_options', 'tool_dataprivacy\\external', 'get_purpose_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(574, 'tool_dataprivacy_get_activity_options', 'tool_dataprivacy\\external', 'get_activity_options', NULL, 'tool_dataprivacy', 'tool/dataprivacy:managedataregistry', NULL),
(575, 'tool_lp_data_for_competency_frameworks_manage_page', 'tool_lp\\external', 'data_for_competency_frameworks_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(576, 'tool_lp_data_for_competency_summary', 'tool_lp\\external', 'data_for_competency_summary', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(577, 'tool_lp_data_for_competencies_manage_page', 'tool_lp\\external', 'data_for_competencies_manage_page', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(578, 'tool_lp_list_courses_using_competency', 'tool_lp\\external', 'list_courses_using_competency', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', NULL),
(579, 'tool_lp_data_for_course_competencies_page', 'tool_lp\\external', 'data_for_course_competencies_page', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'),
(580, 'tool_lp_data_for_template_competencies_page', 'tool_lp\\external', 'data_for_template_competencies_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL),
(581, 'tool_lp_data_for_templates_manage_page', 'tool_lp\\external', 'data_for_templates_manage_page', NULL, 'tool_lp', 'moodle/competency:templateview', NULL),
(582, 'tool_lp_data_for_plans_page', 'tool_lp\\external', 'data_for_plans_page', NULL, 'tool_lp', 'moodle/competency:planviewown', 'moodle_mobile_app'),
(583, 'tool_lp_data_for_plan_page', 'tool_lp\\external', 'data_for_plan_page', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'),
(584, 'tool_lp_data_for_related_competencies_section', 'tool_lp\\external', 'data_for_related_competencies_section', NULL, 'tool_lp', 'moodle/competency:competencyview', NULL),
(585, 'tool_lp_search_users', 'tool_lp\\external', 'search_users', NULL, 'tool_lp', '', NULL),
(586, 'tool_lp_search_cohorts', 'core_cohort_external', 'search_cohorts', 'cohort/externallib.php', 'tool_lp', 'moodle/cohort:view', NULL),
(587, 'tool_lp_data_for_user_evidence_list_page', 'tool_lp\\external', 'data_for_user_evidence_list_page', NULL, 'tool_lp', 'moodle/competency:userevidenceview', 'moodle_mobile_app'),
(588, 'tool_lp_data_for_user_evidence_page', 'tool_lp\\external', 'data_for_user_evidence_page', NULL, 'tool_lp', 'moodle/competency:userevidenceview', 'moodle_mobile_app'),
(589, 'tool_lp_data_for_user_competency_summary', 'tool_lp\\external', 'data_for_user_competency_summary', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'),
(590, 'tool_lp_data_for_user_competency_summary_in_plan', 'tool_lp\\external', 'data_for_user_competency_summary_in_plan', NULL, 'tool_lp', 'moodle/competency:planview', 'moodle_mobile_app'),
(591, 'tool_lp_data_for_user_competency_summary_in_course', 'tool_lp\\external', 'data_for_user_competency_summary_in_course', NULL, 'tool_lp', 'moodle/competency:coursecompetencyview', 'moodle_mobile_app'),
(592, 'tool_mobile_get_plugins_supporting_mobile', 'tool_mobile\\external', 'get_plugins_supporting_mobile', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(593, 'tool_mobile_get_public_config', 'tool_mobile\\external', 'get_public_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(594, 'tool_mobile_get_config', 'tool_mobile\\external', 'get_config', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(595, 'tool_mobile_get_autologin_key', 'tool_mobile\\external', 'get_autologin_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(596, 'tool_mobile_get_content', 'tool_mobile\\external', 'get_content', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(597, 'tool_mobile_call_external_functions', 'tool_mobile\\external', 'call_external_functions', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(598, 'tool_mobile_validate_subscription_key', 'tool_mobile\\external', 'validate_subscription_key', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(599, 'tool_mobile_get_tokens_for_qr_login', 'tool_mobile\\external', 'get_tokens_for_qr_login', NULL, 'tool_mobile', '', 'moodle_mobile_app'),
(600, 'tool_moodlenet_verify_webfinger', 'tool_moodlenet\\external', 'verify_webfinger', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'),
(601, 'tool_moodlenet_search_courses', 'tool_moodlenet\\external', 'search_courses', NULL, 'tool_moodlenet', '', 'moodle_mobile_app'),
(602, 'tool_policy_get_policy_version', 'tool_policy\\external', 'get_policy_version', NULL, 'tool_policy', '', NULL),
(603, 'tool_policy_submit_accept_on_behalf', 'tool_policy\\external', 'submit_accept_on_behalf', NULL, 'tool_policy', '', NULL),
(604, 'tool_templatelibrary_list_templates', 'tool_templatelibrary\\external', 'list_templates', NULL, 'tool_templatelibrary', '', NULL),
(605, 'tool_templatelibrary_load_canonical_template', 'tool_templatelibrary\\external', 'load_canonical_template', NULL, 'tool_templatelibrary', '', NULL),
(606, 'tool_usertours_fetch_and_start_tour', 'tool_usertours\\external\\tour', 'fetch_and_start_tour', NULL, 'tool_usertours', '', NULL),
(607, 'tool_usertours_step_shown', 'tool_usertours\\external\\tour', 'step_shown', NULL, 'tool_usertours', '', NULL),
(608, 'tool_usertours_complete_tour', 'tool_usertours\\external\\tour', 'complete_tour', NULL, 'tool_usertours', '', NULL),
(609, 'tool_usertours_reset_tour', 'tool_usertours\\external\\tour', 'reset_tour', NULL, 'tool_usertours', '', NULL),
(610, 'tool_xmldb_invoke_move_action', 'tool_xmldb_external', 'invoke_move_action', NULL, 'tool_xmldb', '', NULL);

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

--
-- Structure de la table `mdl_external_services`
--

CREATE TABLE `mdl_external_services` (
  `id` bigint(10) NOT NULL,
  `name` varchar(200) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL,
  `requiredcapability` varchar(150) DEFAULT NULL,
  `restrictedusers` tinyint(1) NOT NULL,
  `component` varchar(100) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) DEFAULT NULL,
  `downloadfiles` tinyint(1) NOT NULL DEFAULT 0,
  `uploadfiles` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='built in and custom external services' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_external_services`
--

INSERT INTO `mdl_external_services` (`id`, `name`, `enabled`, `requiredcapability`, `restrictedusers`, `component`, `timecreated`, `timemodified`, `shortname`, `downloadfiles`, `uploadfiles`) VALUES
(1, 'Moodle mobile web service', 0, NULL, 0, 'moodle', 1643501933, 1643502590, 'moodle_mobile_app', 1, 1);

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

--
-- Structure de la table `mdl_external_services_functions`
--

CREATE TABLE `mdl_external_services_functions` (
  `id` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `functionname` varchar(200) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='lists functions available in each service group' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_external_services_functions`
--

INSERT INTO `mdl_external_services_functions` (`id`, `externalserviceid`, `functionname`) VALUES
(1, 1, 'core_badges_get_user_badges'),
(2, 1, 'core_blog_get_entries'),
(3, 1, 'core_blog_view_entries'),
(4, 1, 'core_calendar_get_calendar_monthly_view'),
(5, 1, 'core_calendar_get_calendar_day_view'),
(6, 1, 'core_calendar_get_calendar_upcoming_view'),
(7, 1, 'core_calendar_update_event_start_day'),
(8, 1, 'core_calendar_create_calendar_events'),
(9, 1, 'core_calendar_delete_calendar_events'),
(10, 1, 'core_calendar_get_calendar_events'),
(11, 1, 'core_calendar_get_action_events_by_timesort'),
(12, 1, 'core_calendar_get_action_events_by_course'),
(13, 1, 'core_calendar_get_action_events_by_courses'),
(14, 1, 'core_calendar_get_calendar_event_by_id'),
(15, 1, 'core_calendar_submit_create_update_form'),
(16, 1, 'core_calendar_get_calendar_access_information'),
(17, 1, 'core_calendar_get_allowed_event_types'),
(18, 1, 'core_comment_get_comments'),
(19, 1, 'core_comment_add_comments'),
(20, 1, 'core_comment_delete_comments'),
(21, 1, 'core_completion_get_activities_completion_status'),
(22, 1, 'core_completion_get_course_completion_status'),
(23, 1, 'core_completion_mark_course_self_completed'),
(24, 1, 'core_completion_update_activity_completion_status_manually'),
(25, 1, 'core_course_get_categories'),
(26, 1, 'core_course_get_contents'),
(27, 1, 'core_course_get_course_module'),
(28, 1, 'core_course_get_course_module_by_instance'),
(29, 1, 'core_course_get_courses'),
(30, 1, 'core_course_search_courses'),
(31, 1, 'core_course_view_course'),
(32, 1, 'core_course_get_user_navigation_options'),
(33, 1, 'core_course_get_user_administration_options'),
(34, 1, 'core_course_get_courses_by_field'),
(35, 1, 'core_course_check_updates'),
(36, 1, 'core_course_get_updates_since'),
(37, 1, 'core_course_get_enrolled_courses_by_timeline_classification'),
(38, 1, 'core_course_get_recent_courses'),
(39, 1, 'core_course_set_favourite_courses'),
(40, 1, 'core_enrol_get_course_enrolment_methods'),
(41, 1, 'core_enrol_get_enrolled_users'),
(42, 1, 'core_enrol_search_users'),
(43, 1, 'core_enrol_get_users_courses'),
(44, 1, 'core_files_get_files'),
(45, 1, 'core_get_component_strings'),
(46, 1, 'core_grades_grader_gradingpanel_point_fetch'),
(47, 1, 'core_grades_grader_gradingpanel_point_store'),
(48, 1, 'core_grades_grader_gradingpanel_scale_fetch'),
(49, 1, 'core_grades_grader_gradingpanel_scale_store'),
(50, 1, 'core_group_get_activity_allowed_groups'),
(51, 1, 'core_group_get_activity_groupmode'),
(52, 1, 'core_group_get_course_groupings'),
(53, 1, 'core_group_get_course_groups'),
(54, 1, 'core_group_get_course_user_groups'),
(55, 1, 'core_message_mute_conversations'),
(56, 1, 'core_message_unmute_conversations'),
(57, 1, 'core_message_block_user'),
(58, 1, 'core_message_block_contacts'),
(59, 1, 'core_message_create_contacts'),
(60, 1, 'core_message_get_contact_requests'),
(61, 1, 'core_message_create_contact_request'),
(62, 1, 'core_message_confirm_contact_request'),
(63, 1, 'core_message_decline_contact_request'),
(64, 1, 'core_message_get_received_contact_requests_count'),
(65, 1, 'core_message_delete_contacts'),
(66, 1, 'core_message_delete_conversation'),
(67, 1, 'core_message_delete_conversations_by_id'),
(68, 1, 'core_message_delete_message'),
(69, 1, 'core_message_get_blocked_users'),
(70, 1, 'core_message_data_for_messagearea_search_messages'),
(71, 1, 'core_message_message_search_users'),
(72, 1, 'core_message_data_for_messagearea_conversations'),
(73, 1, 'core_message_data_for_messagearea_contacts'),
(74, 1, 'core_message_data_for_messagearea_messages'),
(75, 1, 'core_message_get_contacts'),
(76, 1, 'core_message_get_user_contacts'),
(77, 1, 'core_message_get_conversations'),
(78, 1, 'core_message_get_conversation'),
(79, 1, 'core_message_get_conversation_between_users'),
(80, 1, 'core_message_get_self_conversation'),
(81, 1, 'core_message_get_messages'),
(82, 1, 'core_message_get_conversation_counts'),
(83, 1, 'core_message_get_unread_conversation_counts'),
(84, 1, 'core_message_get_conversation_members'),
(85, 1, 'core_message_get_member_info'),
(86, 1, 'core_message_get_unread_conversations_count'),
(87, 1, 'core_message_mark_all_notifications_as_read'),
(88, 1, 'core_message_mark_all_messages_as_read'),
(89, 1, 'core_message_mark_all_conversation_messages_as_read'),
(90, 1, 'core_message_mark_message_read'),
(91, 1, 'core_message_mark_notification_read'),
(92, 1, 'core_message_message_processor_config_form'),
(93, 1, 'core_message_search_contacts'),
(94, 1, 'core_message_send_instant_messages'),
(95, 1, 'core_message_send_messages_to_conversation'),
(96, 1, 'core_message_get_conversation_messages'),
(97, 1, 'core_message_unblock_user'),
(98, 1, 'core_message_unblock_contacts'),
(99, 1, 'core_message_get_user_notification_preferences'),
(100, 1, 'core_message_get_user_message_preferences'),
(101, 1, 'core_message_set_favourite_conversations'),
(102, 1, 'core_message_unset_favourite_conversations'),
(103, 1, 'core_message_delete_message_for_all_users'),
(104, 1, 'core_notes_create_notes'),
(105, 1, 'core_notes_delete_notes'),
(106, 1, 'core_notes_get_course_notes'),
(107, 1, 'core_notes_view_notes'),
(108, 1, 'core_question_update_flag'),
(109, 1, 'core_rating_get_item_ratings'),
(110, 1, 'core_rating_add_rating'),
(111, 1, 'core_tag_get_tagindex'),
(112, 1, 'core_tag_get_tagindex_per_area'),
(113, 1, 'core_tag_get_tag_areas'),
(114, 1, 'core_tag_get_tag_collections'),
(115, 1, 'core_tag_get_tag_cloud'),
(116, 1, 'core_user_add_user_device'),
(117, 1, 'core_user_add_user_private_files'),
(118, 1, 'core_user_get_course_user_profiles'),
(119, 1, 'core_user_get_users_by_field'),
(120, 1, 'core_user_remove_user_device'),
(121, 1, 'core_user_update_user_preferences'),
(122, 1, 'core_user_view_user_list'),
(123, 1, 'core_user_view_user_profile'),
(124, 1, 'core_user_get_user_preferences'),
(125, 1, 'core_user_update_picture'),
(126, 1, 'core_user_set_user_preferences'),
(127, 1, 'core_user_agree_site_policy'),
(128, 1, 'core_user_get_private_files_info'),
(129, 1, 'core_competency_competency_viewed'),
(130, 1, 'core_competency_list_course_competencies'),
(131, 1, 'core_competency_get_scale_values'),
(132, 1, 'core_competency_user_competency_viewed'),
(133, 1, 'core_competency_user_competency_viewed_in_plan'),
(134, 1, 'core_competency_user_competency_viewed_in_course'),
(135, 1, 'core_competency_user_competency_plan_viewed'),
(136, 1, 'core_competency_grade_competency_in_course'),
(137, 1, 'core_competency_delete_evidence'),
(138, 1, 'core_webservice_get_site_info'),
(139, 1, 'core_block_get_course_blocks'),
(140, 1, 'core_block_get_dashboard_blocks'),
(141, 1, 'core_filters_get_available_in_context'),
(142, 1, 'core_h5p_get_trusted_h5p_file'),
(143, 1, 'core_table_get_dynamic_table_content'),
(144, 1, 'core_xapi_statement_post'),
(145, 1, 'mod_assign_get_grades'),
(146, 1, 'mod_assign_get_assignments'),
(147, 1, 'mod_assign_get_submissions'),
(148, 1, 'mod_assign_get_user_flags'),
(149, 1, 'mod_assign_set_user_flags'),
(150, 1, 'mod_assign_get_user_mappings'),
(151, 1, 'mod_assign_revert_submissions_to_draft'),
(152, 1, 'mod_assign_lock_submissions'),
(153, 1, 'mod_assign_unlock_submissions'),
(154, 1, 'mod_assign_save_submission'),
(155, 1, 'mod_assign_submit_for_grading'),
(156, 1, 'mod_assign_save_grade'),
(157, 1, 'mod_assign_save_grades'),
(158, 1, 'mod_assign_save_user_extensions'),
(159, 1, 'mod_assign_reveal_identities'),
(160, 1, 'mod_assign_view_grading_table'),
(161, 1, 'mod_assign_view_submission_status'),
(162, 1, 'mod_assign_get_submission_status'),
(163, 1, 'mod_assign_list_participants'),
(164, 1, 'mod_assign_submit_grading_form'),
(165, 1, 'mod_assign_get_participant'),
(166, 1, 'mod_assign_view_assign'),
(167, 1, 'mod_book_view_book'),
(168, 1, 'mod_book_get_books_by_courses'),
(169, 1, 'mod_chat_login_user'),
(170, 1, 'mod_chat_get_chat_users'),
(171, 1, 'mod_chat_send_chat_message'),
(172, 1, 'mod_chat_get_chat_latest_messages'),
(173, 1, 'mod_chat_view_chat'),
(174, 1, 'mod_chat_get_chats_by_courses'),
(175, 1, 'mod_chat_get_sessions'),
(176, 1, 'mod_chat_get_session_messages'),
(177, 1, 'mod_choice_get_choice_results'),
(178, 1, 'mod_choice_get_choice_options'),
(179, 1, 'mod_choice_submit_choice_response'),
(180, 1, 'mod_choice_view_choice'),
(181, 1, 'mod_choice_get_choices_by_courses'),
(182, 1, 'mod_choice_delete_choice_responses'),
(183, 1, 'mod_data_get_databases_by_courses'),
(184, 1, 'mod_data_view_database'),
(185, 1, 'mod_data_get_data_access_information'),
(186, 1, 'mod_data_get_entries'),
(187, 1, 'mod_data_get_entry'),
(188, 1, 'mod_data_get_fields'),
(189, 1, 'mod_data_search_entries'),
(190, 1, 'mod_data_approve_entry'),
(191, 1, 'mod_data_delete_entry'),
(192, 1, 'mod_data_add_entry'),
(193, 1, 'mod_data_update_entry'),
(194, 1, 'mod_feedback_get_feedbacks_by_courses'),
(195, 1, 'mod_feedback_get_feedback_access_information'),
(196, 1, 'mod_feedback_view_feedback'),
(197, 1, 'mod_feedback_get_current_completed_tmp'),
(198, 1, 'mod_feedback_get_items'),
(199, 1, 'mod_feedback_launch_feedback'),
(200, 1, 'mod_feedback_get_page_items'),
(201, 1, 'mod_feedback_process_page'),
(202, 1, 'mod_feedback_get_analysis'),
(203, 1, 'mod_feedback_get_unfinished_responses'),
(204, 1, 'mod_feedback_get_finished_responses'),
(205, 1, 'mod_feedback_get_non_respondents'),
(206, 1, 'mod_feedback_get_responses_analysis'),
(207, 1, 'mod_feedback_get_last_completed'),
(208, 1, 'mod_folder_view_folder'),
(209, 1, 'mod_folder_get_folders_by_courses'),
(210, 1, 'mod_forum_get_forums_by_courses'),
(211, 1, 'mod_forum_get_discussion_posts'),
(212, 1, 'mod_forum_get_forum_discussion_posts'),
(213, 1, 'mod_forum_get_forum_discussions_paginated'),
(214, 1, 'mod_forum_get_forum_discussions'),
(215, 1, 'mod_forum_view_forum'),
(216, 1, 'mod_forum_view_forum_discussion'),
(217, 1, 'mod_forum_add_discussion_post'),
(218, 1, 'mod_forum_add_discussion'),
(219, 1, 'mod_forum_can_add_discussion'),
(220, 1, 'mod_forum_get_forum_access_information'),
(221, 1, 'mod_forum_set_subscription_state'),
(222, 1, 'mod_forum_set_lock_state'),
(223, 1, 'mod_forum_toggle_favourite_state'),
(224, 1, 'mod_forum_set_pin_state'),
(225, 1, 'mod_forum_delete_post'),
(226, 1, 'mod_forum_get_discussion_post'),
(227, 1, 'mod_forum_prepare_draft_area_for_post'),
(228, 1, 'mod_forum_update_discussion_post'),
(229, 1, 'mod_glossary_get_glossaries_by_courses'),
(230, 1, 'mod_glossary_view_glossary'),
(231, 1, 'mod_glossary_view_entry'),
(232, 1, 'mod_glossary_get_entries_by_letter'),
(233, 1, 'mod_glossary_get_entries_by_date'),
(234, 1, 'mod_glossary_get_categories'),
(235, 1, 'mod_glossary_get_entries_by_category'),
(236, 1, 'mod_glossary_get_authors'),
(237, 1, 'mod_glossary_get_entries_by_author'),
(238, 1, 'mod_glossary_get_entries_by_author_id'),
(239, 1, 'mod_glossary_get_entries_by_search'),
(240, 1, 'mod_glossary_get_entries_by_term'),
(241, 1, 'mod_glossary_get_entries_to_approve'),
(242, 1, 'mod_glossary_get_entry_by_id'),
(243, 1, 'mod_glossary_add_entry'),
(244, 1, 'mod_h5pactivity_get_h5pactivity_access_information'),
(245, 1, 'mod_h5pactivity_view_h5pactivity'),
(246, 1, 'mod_h5pactivity_get_attempts'),
(247, 1, 'mod_h5pactivity_get_results'),
(248, 1, 'mod_h5pactivity_get_h5pactivities_by_courses'),
(249, 1, 'mod_imscp_view_imscp'),
(250, 1, 'mod_imscp_get_imscps_by_courses'),
(251, 1, 'mod_label_get_labels_by_courses'),
(252, 1, 'mod_lesson_get_lessons_by_courses'),
(253, 1, 'mod_lesson_get_lesson_access_information'),
(254, 1, 'mod_lesson_view_lesson'),
(255, 1, 'mod_lesson_get_questions_attempts'),
(256, 1, 'mod_lesson_get_user_grade'),
(257, 1, 'mod_lesson_get_user_attempt_grade'),
(258, 1, 'mod_lesson_get_content_pages_viewed'),
(259, 1, 'mod_lesson_get_user_timers'),
(260, 1, 'mod_lesson_get_pages'),
(261, 1, 'mod_lesson_launch_attempt'),
(262, 1, 'mod_lesson_get_page_data'),
(263, 1, 'mod_lesson_process_page'),
(264, 1, 'mod_lesson_finish_attempt'),
(265, 1, 'mod_lesson_get_attempts_overview'),
(266, 1, 'mod_lesson_get_user_attempt'),
(267, 1, 'mod_lesson_get_pages_possible_jumps'),
(268, 1, 'mod_lesson_get_lesson'),
(269, 1, 'mod_lti_get_tool_launch_data'),
(270, 1, 'mod_lti_get_ltis_by_courses'),
(271, 1, 'mod_lti_view_lti'),
(272, 1, 'mod_page_view_page'),
(273, 1, 'mod_page_get_pages_by_courses'),
(274, 1, 'mod_quiz_get_quizzes_by_courses'),
(275, 1, 'mod_quiz_view_quiz'),
(276, 1, 'mod_quiz_get_user_attempts'),
(277, 1, 'mod_quiz_get_user_best_grade'),
(278, 1, 'mod_quiz_get_combined_review_options'),
(279, 1, 'mod_quiz_start_attempt'),
(280, 1, 'mod_quiz_get_attempt_data'),
(281, 1, 'mod_quiz_get_attempt_summary'),
(282, 1, 'mod_quiz_save_attempt'),
(283, 1, 'mod_quiz_process_attempt'),
(284, 1, 'mod_quiz_get_attempt_review'),
(285, 1, 'mod_quiz_view_attempt'),
(286, 1, 'mod_quiz_view_attempt_summary'),
(287, 1, 'mod_quiz_view_attempt_review'),
(288, 1, 'mod_quiz_get_quiz_feedback_for_grade'),
(289, 1, 'mod_quiz_get_quiz_access_information'),
(290, 1, 'mod_quiz_get_attempt_access_information'),
(291, 1, 'mod_quiz_get_quiz_required_qtypes'),
(292, 1, 'mod_resource_view_resource'),
(293, 1, 'mod_resource_get_resources_by_courses'),
(294, 1, 'mod_scorm_view_scorm'),
(295, 1, 'mod_scorm_get_scorm_attempt_count'),
(296, 1, 'mod_scorm_get_scorm_scoes'),
(297, 1, 'mod_scorm_get_scorm_user_data'),
(298, 1, 'mod_scorm_insert_scorm_tracks'),
(299, 1, 'mod_scorm_get_scorm_sco_tracks'),
(300, 1, 'mod_scorm_get_scorms_by_courses'),
(301, 1, 'mod_scorm_launch_sco'),
(302, 1, 'mod_scorm_get_scorm_access_information'),
(303, 1, 'mod_survey_get_surveys_by_courses'),
(304, 1, 'mod_survey_view_survey'),
(305, 1, 'mod_survey_get_questions'),
(306, 1, 'mod_survey_submit_answers'),
(307, 1, 'mod_url_view_url'),
(308, 1, 'mod_url_get_urls_by_courses'),
(309, 1, 'mod_wiki_get_wikis_by_courses'),
(310, 1, 'mod_wiki_view_wiki'),
(311, 1, 'mod_wiki_view_page'),
(312, 1, 'mod_wiki_get_subwikis'),
(313, 1, 'mod_wiki_get_subwiki_pages'),
(314, 1, 'mod_wiki_get_subwiki_files'),
(315, 1, 'mod_wiki_get_page_contents'),
(316, 1, 'mod_wiki_get_page_for_editing'),
(317, 1, 'mod_wiki_new_page'),
(318, 1, 'mod_wiki_edit_page'),
(319, 1, 'mod_workshop_get_workshops_by_courses'),
(320, 1, 'mod_workshop_get_workshop_access_information'),
(321, 1, 'mod_workshop_get_user_plan'),
(322, 1, 'mod_workshop_view_workshop'),
(323, 1, 'mod_workshop_add_submission'),
(324, 1, 'mod_workshop_update_submission'),
(325, 1, 'mod_workshop_delete_submission'),
(326, 1, 'mod_workshop_get_submissions'),
(327, 1, 'mod_workshop_get_submission'),
(328, 1, 'mod_workshop_get_submission_assessments'),
(329, 1, 'mod_workshop_get_assessment'),
(330, 1, 'mod_workshop_get_assessment_form_definition'),
(331, 1, 'mod_workshop_get_reviewer_assessments'),
(332, 1, 'mod_workshop_update_assessment'),
(333, 1, 'mod_workshop_get_grades'),
(334, 1, 'mod_workshop_evaluate_assessment'),
(335, 1, 'mod_workshop_get_grades_report'),
(336, 1, 'mod_workshop_view_submission'),
(337, 1, 'mod_workshop_evaluate_submission'),
(338, 1, 'enrol_guest_get_instance_info'),
(339, 1, 'enrol_self_get_instance_info'),
(340, 1, 'enrol_self_enrol_user'),
(341, 1, 'message_airnotifier_is_system_configured'),
(342, 1, 'message_airnotifier_are_notification_preferences_configured'),
(343, 1, 'message_airnotifier_get_user_devices'),
(344, 1, 'message_airnotifier_enable_device'),
(345, 1, 'message_popup_get_popup_notifications'),
(346, 1, 'message_popup_get_unread_popup_notification_count'),
(347, 1, 'block_recentlyaccesseditems_get_recent_items'),
(348, 1, 'block_starredcourses_get_starred_courses'),
(349, 1, 'report_insights_set_notuseful_prediction'),
(350, 1, 'report_insights_set_fixed_prediction'),
(351, 1, 'report_insights_action_executed'),
(352, 1, 'gradereport_overview_get_course_grades'),
(353, 1, 'gradereport_overview_view_grade_report'),
(354, 1, 'gradereport_user_get_grades_table'),
(355, 1, 'gradereport_user_view_grade_report'),
(356, 1, 'gradereport_user_get_grade_items'),
(357, 1, 'tool_analytics_potential_contexts'),
(358, 1, 'tool_lp_data_for_course_competencies_page'),
(359, 1, 'tool_lp_data_for_plans_page'),
(360, 1, 'tool_lp_data_for_plan_page'),
(361, 1, 'tool_lp_data_for_user_evidence_list_page'),
(362, 1, 'tool_lp_data_for_user_evidence_page'),
(363, 1, 'tool_lp_data_for_user_competency_summary'),
(364, 1, 'tool_lp_data_for_user_competency_summary_in_plan'),
(365, 1, 'tool_lp_data_for_user_competency_summary_in_course'),
(366, 1, 'tool_mobile_get_plugins_supporting_mobile'),
(367, 1, 'tool_mobile_get_public_config'),
(368, 1, 'tool_mobile_get_config'),
(369, 1, 'tool_mobile_get_autologin_key'),
(370, 1, 'tool_mobile_get_content'),
(371, 1, 'tool_mobile_call_external_functions'),
(372, 1, 'tool_mobile_validate_subscription_key'),
(373, 1, 'tool_mobile_get_tokens_for_qr_login'),
(374, 1, 'tool_moodlenet_verify_webfinger'),
(375, 1, 'tool_moodlenet_search_courses');

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

--
-- Structure de la table `mdl_external_services_users`
--

CREATE TABLE `mdl_external_services_users` (
  `id` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='users allowed to use services with restricted users flag' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_external_tokens`
--

CREATE TABLE `mdl_external_tokens` (
  `id` bigint(10) NOT NULL,
  `token` varchar(128) NOT NULL DEFAULT '',
  `privatetoken` varchar(64) DEFAULT NULL,
  `tokentype` smallint(4) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `externalserviceid` bigint(10) NOT NULL,
  `sid` varchar(128) DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `creatorid` bigint(10) NOT NULL DEFAULT 1,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastaccess` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Security tokens for accessing of external services' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_favourite`
--

CREATE TABLE `mdl_favourite` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `ordering` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the relationship between an arbitrary item (itemtype,' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback`
--

CREATE TABLE `mdl_feedback` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `anonymous` tinyint(1) NOT NULL DEFAULT 1,
  `email_notification` tinyint(1) NOT NULL DEFAULT 1,
  `multiple_submit` tinyint(1) NOT NULL DEFAULT 1,
  `autonumbering` tinyint(1) NOT NULL DEFAULT 1,
  `site_after_submit` varchar(255) NOT NULL DEFAULT '',
  `page_after_submit` longtext NOT NULL,
  `page_after_submitformat` tinyint(2) NOT NULL DEFAULT 0,
  `publish_stats` tinyint(1) NOT NULL DEFAULT 0,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionsubmit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='all feedbacks' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_completed`
--

CREATE TABLE `mdl_feedback_completed` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `random_response` bigint(10) NOT NULL DEFAULT 0,
  `anonymous_response` tinyint(1) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='filled out feedback' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_completedtmp`
--

CREATE TABLE `mdl_feedback_completedtmp` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `guestid` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `random_response` bigint(10) NOT NULL DEFAULT 0,
  `anonymous_response` tinyint(1) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='filled out feedback' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_item`
--

CREATE TABLE `mdl_feedback_item` (
  `id` bigint(10) NOT NULL,
  `feedback` bigint(10) NOT NULL DEFAULT 0,
  `template` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `label` varchar(255) NOT NULL DEFAULT '',
  `presentation` longtext NOT NULL,
  `typ` varchar(255) NOT NULL DEFAULT '',
  `hasvalue` tinyint(1) NOT NULL DEFAULT 0,
  `position` smallint(3) NOT NULL DEFAULT 0,
  `required` tinyint(1) NOT NULL DEFAULT 0,
  `dependitem` bigint(10) NOT NULL DEFAULT 0,
  `dependvalue` varchar(255) NOT NULL DEFAULT '',
  `options` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='feedback_items' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_sitecourse_map`
--

CREATE TABLE `mdl_feedback_sitecourse_map` (
  `id` bigint(10) NOT NULL,
  `feedbackid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='feedback sitecourse map' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_template`
--

CREATE TABLE `mdl_feedback_template` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `ispublic` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='templates of feedbackstructures' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_value`
--

CREATE TABLE `mdl_feedback_value` (
  `id` bigint(10) NOT NULL,
  `course_id` bigint(10) NOT NULL DEFAULT 0,
  `item` bigint(10) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0,
  `tmp_completed` bigint(10) NOT NULL DEFAULT 0,
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='values of the completeds' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_feedback_valuetmp`
--

CREATE TABLE `mdl_feedback_valuetmp` (
  `id` bigint(10) NOT NULL,
  `course_id` bigint(10) NOT NULL DEFAULT 0,
  `item` bigint(10) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0,
  `tmp_completed` bigint(10) NOT NULL DEFAULT 0,
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='values of the completedstmp' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_files`
--

CREATE TABLE `mdl_files` (
  `id` bigint(10) NOT NULL,
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `pathnamehash` varchar(40) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `filearea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `filepath` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) DEFAULT NULL,
  `filesize` bigint(10) NOT NULL,
  `mimetype` varchar(100) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `source` longtext DEFAULT NULL,
  `author` varchar(255) DEFAULT NULL,
  `license` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `referencefileid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='description of files, content is stored in sha1 file pool' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_files`
--

INSERT INTO `mdl_files` (`id`, `contenthash`, `pathnamehash`, `contextid`, `component`, `filearea`, `itemid`, `filepath`, `filename`, `userid`, `filesize`, `mimetype`, `status`, `source`, `author`, `license`, `timecreated`, `timemodified`, `sortorder`, `referencefileid`) VALUES
(1, '5f8e911d0da441e36f47c5c46f4393269211ca56', '508e674d49c30d4fde325fe6c7f6fd3d56b247e1', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'smile.png', 2, 1085, 'image/png', 0, NULL, NULL, NULL, 1643502217, 1643502217, 0, NULL),
(2, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '70b7cdade7b4e27d4e83f0cdaad10d6a3c0cccb5', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643502217, 1643502217, 0, NULL),
(3, '75c101cb8cb34ea573cd25ac38f8157b1de901b8', '68317eab56c67d32aeaee5acf509a0c4aa828b6b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'sad.png', 2, 966, 'image/png', 0, NULL, NULL, NULL, 1643502217, 1643502217, 0, NULL),
(4, '0c5190a24c3943966541401c883eacaa20ca20cb', '695a55ff780e61c9e59428aa425430b0d6bde53b', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'tick.png', 2, 1039, 'image/png', 0, NULL, NULL, NULL, 1643502218, 1643502218, 0, NULL),
(5, '8c96a486d5801e0f4ab8c411f561f1c687e1f865', '373e63af262a9b8466ba8632551520be793c37ff', 1, 'assignfeedback_editpdf', 'stamps', 0, '/', 'cross.png', 2, 861, 'image/png', 0, NULL, NULL, NULL, 1643502218, 1643502218, 0, NULL),
(6, '124acd46858dc45a342f1bb35f0444c84da4e63a', '5a5107d8afb547187141518b6ae2a8e7f2de054d', 5, 'user', 'draft', 482290572, '/', 'theme_fordson_moodle39_2020061800.zip', 2, 684622, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:37:\"theme_fordson_moodle39_2020061800.zip\";}', 'Mohamed HILMI', 'unknown', 1643502717, 1643502717, 0, NULL),
(7, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '2ac1cb5a111629965c7e6b7a2318dc4027867cb0', 5, 'user', 'draft', 482290572, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643502718, 1643502718, 0, NULL),
(8, '374f95ee630aa00bada33e8b89125562fefc0814', '8a0a41ab75bee26dac844bec09b95b949cd79cfa', 5, 'user', 'draft', 156214741, '/', 'mod_hvp_moodle311_2022012000.zip', 2, 2440388, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:32:\"mod_hvp_moodle311_2022012000.zip\";}', 'Mohamed HILMI', 'unknown', 1643502848, 1643502848, 0, NULL),
(9, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'e5598906d94b14635966e6822808841055e6c7a6', 5, 'user', 'draft', 156214741, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643502849, 1643502849, 0, NULL),
(10, '141bf66e619a888adf4645f8858f9761ea22afb3', 'dceb9988b97d8fc05030e30402588b5857db6e51', 5, 'user', 'draft', 7930406, '/', 'qtype_geogebra_moodle311_2021100500.zip', 2, 268758, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:39:\"qtype_geogebra_moodle311_2021100500.zip\";}', 'Mohamed HILMI', 'unknown', 1643502987, 1643502987, 0, NULL),
(11, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'bb1e13e4e057ea20fae6cb88769558ed81b61452', 5, 'user', 'draft', 7930406, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643502988, 1643502988, 0, NULL),
(12, 'b7dba9f322a3eb27b2775f19c00c2c571af6948a', 'ce37dc207cf0cd7bc2d49129537b6c8f9ad8a1ca', 5, 'user', 'draft', 58592254, '/', 'mod_geogebra_moodle311_2021120700.zip', 2, 95666, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:37:\"mod_geogebra_moodle311_2021120700.zip\";}', 'Mohamed HILMI', 'unknown', 1643503088, 1643503088, 0, NULL),
(13, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '58bd2c9014049b1251d03986240e6dce6f226d9a', 5, 'user', 'draft', 58592254, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643503088, 1643503088, 0, NULL),
(14, '00767fd4ab4597dfaef7d1fc870106cc437f0bab', 'ec416e54a1d46fe95056a4cb39acabc268719acf', 5, 'user', 'draft', 840776651, '/', 'qtype_formulas_moodle39_2020061900.zip', 2, 133671, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:38:\"qtype_formulas_moodle39_2020061900.zip\";}', 'Mohamed HILMI', 'unknown', 1643503271, 1643503271, 0, NULL),
(15, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6d5e6907be398c1d944474f1e0a1843df1df1352', 5, 'user', 'draft', 840776651, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643503271, 1643503271, 0, NULL),
(16, '3e1f9655dfc06463c5b52cf3d08f9882b63baeab', 'eb6f64fa1020e1c69d31f8f7442cef6a6ae5edb4', 5, 'user', 'draft', 561290487, '/', 'qbehaviour_adaptivemultipart_moodle39_2020103000.zip', 2, 14175, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:52:\"qbehaviour_adaptivemultipart_moodle39_2020103000.zip\";}', 'Mohamed HILMI', 'unknown', 1643503473, 1643503473, 0, NULL),
(17, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b0359bff111653dd07d662ae44c1994c10b1c893', 5, 'user', 'draft', 561290487, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643503473, 1643503473, 0, NULL),
(18, '9b81dc3b34c376253c78c81ee5d91dc92419ce4a', '6281538b0357ebb744f073eff0d906d736617680', 5, 'user', 'draft', 670295417, '/', 'sauvegarde-moodle2-course-21-trg-20220123-2131-nu.mbz', 2, 2836628, 'application/vnd.moodle.backup', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:53:\"sauvegarde-moodle2-course-21-trg-20220123-2131-nu.mbz\";}', 'Mohamed HILMI', 'unknown', 1643540930, 1643540930, 0, NULL),
(19, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'fba5c9abd69dcc46eb9f07776c89cb1683d361b5', 5, 'user', 'draft', 670295417, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540930, 1643540930, 0, NULL),
(20, '3ffa919bbcce06046929fd2ad7850980366daf14', '51c8a7bbf7fcb556a2a8033322dc3c2a6dd4a2bc', 34, 'course', 'overviewfiles', 0, '/', 'PiGIF_3.gif', 2, 492738, 'image/gif', 0, 'PiGIF_3.gif', 'Mohamed HILMI', 'unknown', 1639867278, 1639867281, 0, NULL),
(21, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'dca94616e6750402a23d7faf3f0f199560511452', 34, 'course', 'overviewfiles', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540972, 1643540972, 0, NULL),
(22, '728e094f87a439acdf3205ccfb2b93f01402c1f7', 'dc1b599dfe001b23197a22e37a314cd7d52de216', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometrique01.png', 2, 11340, 'image/png', 0, 'CercleTrigonometrique01.png', 'Mohamed HILMI', 'unknown', 1640510742, 1641145101, 0, NULL),
(23, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b9c1a9bfa70b64e997d5ed734bf282082573267e', 36, 'mod_label', 'intro', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540973, 1643540973, 0, NULL),
(24, '9749c9278682601509701865c61309a524669f60', 'b7ce9e10c24db35c7da2c246cb2741a4dea0e538', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometrique02.png', 2, 22250, 'image/png', 0, 'CercleTrigonometrique02.png', 'Mohamed HILMI', 'unknown', 1640525967, 1641145101, 0, NULL),
(25, '730e047f3634df5c53a4434354757c96100fbc48', '322aed5c630829d0e4d97b3d64c34af716314f2b', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometriqueRadian.png', 2, 12694, 'image/png', 0, 'CercleTrigonometriqueRadian.png', 'Mohamed HILMI', 'unknown', 1640767456, 1641145101, 0, NULL),
(26, 'ddf8d6e70797edd118bfff8f8af194a2aa7de023', '9eaf8f4485a101f1df9f1307bf3f37074ad1c285', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometrique03.png', 2, 13754, 'image/png', 0, 'CercleTrigonometrique03.png', 'Mohamed HILMI', 'unknown', 1640763657, 1641145101, 0, NULL),
(27, '678ffb337232c3e168564a99d3438b6d44a2cae6', '8fa181ec4221ba6a0140b3f663bfb75820859744', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometrique04.png', 2, 16700, 'image/png', 0, 'CercleTrigonometrique04.png', 'Mohamed HILMI', 'unknown', 1640765958, 1641145101, 0, NULL),
(28, 'f520c498f299ee82f11d7f57c97e560713d2221e', 'cc96d12cc667923f9f79eab759b0d08ff31c5940', 36, 'mod_label', 'intro', 0, '/', 'CercleTrigonometriqueCos-Sin.png', 2, 13528, 'image/png', 0, 'CercleTrigonometriqueCos-Sin.png', 'Mohamed HILMI', 'unknown', 1640900754, 1641145101, 0, NULL),
(29, '0621789aabcb3167d2708a640b0ecc735bbf28ea', '18046b5f24e4467a0f1a43f7fe822b587532a9bb', 36, 'mod_label', 'intro', 0, '/', 'kisspng-unit-circle-mathematics-trigonometry-area.jpg', 2, 123900, 'image/jpeg', 0, 'kisspng-unit-circle-mathematics-trigonometry-area.jpg', 'Mohamed HILMI', 'unknown', 1641153302, 1641153804, 0, NULL),
(30, '7a0e466e35c02190ee5f159185089c551b106858', '41467c1b716895ae378a9b35a35dab232282af4c', 36, 'mod_label', 'intro', 0, '/', 'kisspng-unit-circle-mathematics-trigonometry-area.png', 2, 195877, 'image/png', 0, 'kisspng-unit-circle-mathematics-trigonometry-area.png', 'Mohamed HILMI', 'unknown', 1641153463, 1641153804, 0, NULL),
(31, '0af633564289e59ee75c4522b41e1d73b28a1fab', 'f043bfe8fb87185547f83bf30d767e760d01f1bb', 36, 'mod_label', 'intro', 0, '/', 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 2, 47190, 'image/png', 0, 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153580, 1641153804, 0, NULL),
(32, '6e3a3c5166f03e79e4fcd15d6e60b91a0b3f2a6c', 'b203a2a1987f1b61f79c8ca25accdeb2391a635b', 36, 'mod_label', 'intro', 0, '/', 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 2, 47976, 'image/png', 0, 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153687, 1641153804, 0, NULL),
(33, 'ec340202d8f0dfb4ec40b49a0e76f9cbbadc2f27', '1e64bbf54273964f0b58ded861fef80ed1b006d2', 38, 'mod_resource', 'content', 0, '/', 'TrigonmétrieExercicesEleve.pdf', 2, 187494, 'application/pdf', 0, 'TrigonmétrieExercicesEleve.pdf', 'Mohamed HILMI', 'unknown', 1641280948, 1641280969, 1, NULL),
(34, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a21179f5a97fbf263e02c755ef1a3a4307e2d3e2', 38, 'mod_resource', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540973, 1643540973, 0, NULL),
(35, '728e094f87a439acdf3205ccfb2b93f01402c1f7', '325e47b70bcf6994f2a90d542dc1ccaa8b691def', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique01.png', 2, 11340, 'image/png', 0, 'CercleTrigonometrique01.png', 'Mohamed HILMI', 'unknown', 1640510742, 1642065277, 0, NULL),
(36, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '8efe7955ce303a9a1378a147e8722e28308319b5', 39, 'mod_page', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540973, 1643540973, 0, NULL),
(37, '9749c9278682601509701865c61309a524669f60', 'e2417c53e66bdf8003cf5e0da2412e8c7f7d7f02', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique02.png', 2, 22250, 'image/png', 0, 'CercleTrigonometrique02.png', 'Mohamed HILMI', 'unknown', 1640525967, 1642065277, 0, NULL),
(38, '730e047f3634df5c53a4434354757c96100fbc48', 'accdcec0c6d715d68519bd67cb224a25a4495829', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometriqueRadian.png', 2, 12694, 'image/png', 0, 'CercleTrigonometriqueRadian.png', 'Mohamed HILMI', 'unknown', 1640767456, 1642065277, 0, NULL),
(39, 'ddf8d6e70797edd118bfff8f8af194a2aa7de023', '7c03e9f94c937b9f547c24fe7e364c14a4ba2aa1', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique03.png', 2, 13754, 'image/png', 0, 'CercleTrigonometrique03.png', 'Mohamed HILMI', 'unknown', 1640763657, 1642065277, 0, NULL),
(40, '678ffb337232c3e168564a99d3438b6d44a2cae6', 'e2bff55798dad43cd5e7694eb8701f0778f0ae20', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique04.png', 2, 16700, 'image/png', 0, 'CercleTrigonometrique04.png', 'Mohamed HILMI', 'unknown', 1640765958, 1642065277, 0, NULL),
(41, 'f520c498f299ee82f11d7f57c97e560713d2221e', '884dca542951703fd7e8dc0956b5e15e62487f0c', 39, 'mod_page', 'content', 0, '/', 'CercleTrigonometriqueCos-Sin.png', 2, 13528, 'image/png', 0, 'CercleTrigonometriqueCos-Sin.png', 'Mohamed HILMI', 'unknown', 1640900754, 1642065277, 0, NULL),
(42, '6e3a3c5166f03e79e4fcd15d6e60b91a0b3f2a6c', '40f3c89f0ff5737f0367038b0c93b3a15f273532', 39, 'mod_page', 'content', 0, '/', 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 2, 47976, 'image/png', 0, 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153687, 1642065277, 0, NULL),
(43, '7a0e466e35c02190ee5f159185089c551b106858', '160ba05b49b9e5d0207b87a9be6d2e58ad7d9e6e', 39, 'mod_page', 'content', 0, '/', 'kisspng-unit-circle-mathematics-trigonometry-area.png', 2, 195877, 'image/png', 0, 'kisspng-unit-circle-mathematics-trigonometry-area.png', 'Mohamed HILMI', 'unknown', 1641153463, 1642065277, 0, NULL),
(44, '0af633564289e59ee75c4522b41e1d73b28a1fab', '5a7003f1f9d3de7ffb4f6483718202810642e3b1', 39, 'mod_page', 'content', 0, '/', 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 2, 47190, 'image/png', 0, 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153580, 1642065277, 0, NULL),
(45, '1d89e2988533cc7c13ad1917f7b6aa63f12b94f5', 'f2b51ab7b1418af32a02bbeeb6ac424d5b97dd8e', 40, 'mod_resource', 'content', 0, '/', 'Trigonométrie En physiqueTerm_Elev.pdf', 2, 849001, 'application/pdf', 0, 'Trigonométrie En physiqueTerm_Elev.pdf', 'Mohamed HILMI', 'unknown', 1642490772, 1642490776, 1, NULL),
(46, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '87b082651ba2553e0b1bfd1fb8eedb1b3ca3e228', 40, 'mod_resource', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(47, '728e094f87a439acdf3205ccfb2b93f01402c1f7', 'df957b99288647042397b786149fd8f61f0665a3', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique01.png', 2, 11340, 'image/png', 0, 'CercleTrigonometrique01.png', 'Mohamed HILMI', 'unknown', 1640510742, 1641155809, 0, NULL),
(48, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '92192e762e62ce1dabb8bb19edef06b6f6dc6e93', 41, 'mod_page', 'content', 0, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(49, '947c46e7d1c706194a1e5a8f9dc8ad6fa2525062', 'c4924e76ee2928d99de64788b10fce8cdef9ca32', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique02.png', 2, 22330, 'image/png', 0, 'CercleTrigonometrique02.png', 'Mohamed HILMI', 'unknown', 1640525967, 1641404537, 0, NULL),
(50, '730e047f3634df5c53a4434354757c96100fbc48', '3efb7ec79bf50a20430faf4b70248cbc3c4a0a72', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometriqueRadian.png', 2, 12694, 'image/png', 0, 'CercleTrigonometriqueRadian.png', 'Mohamed HILMI', 'unknown', 1640767456, 1641155809, 0, NULL),
(51, 'ddf8d6e70797edd118bfff8f8af194a2aa7de023', '15d5d136b6c321ce7389ea817dee232fe4cdd1b9', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique03.png', 2, 13754, 'image/png', 0, 'CercleTrigonometrique03.png', 'Mohamed HILMI', 'unknown', 1640763657, 1641155809, 0, NULL),
(52, '678ffb337232c3e168564a99d3438b6d44a2cae6', '29160cd0db39d15ed060623e6386915d3375f8f0', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometrique04.png', 2, 16700, 'image/png', 0, 'CercleTrigonometrique04.png', 'Mohamed HILMI', 'unknown', 1640765958, 1641155809, 0, NULL),
(53, 'f520c498f299ee82f11d7f57c97e560713d2221e', 'ed81b882cc0dd1eacb77d499bb9eeda4a194ccd6', 41, 'mod_page', 'content', 0, '/', 'CercleTrigonometriqueCos-Sin.png', 2, 13528, 'image/png', 0, 'CercleTrigonometriqueCos-Sin.png', 'Mohamed HILMI', 'unknown', 1640900754, 1641155809, 0, NULL),
(54, '6e3a3c5166f03e79e4fcd15d6e60b91a0b3f2a6c', '1a38e2ad605f5b377541d691add7a30a9085b92d', 41, 'mod_page', 'content', 0, '/', 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 2, 47976, 'image/png', 0, 'kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153687, 1641155809, 0, NULL),
(55, '7a0e466e35c02190ee5f159185089c551b106858', '8ac6409b396d799eb18254b90f235f70723346b6', 41, 'mod_page', 'content', 0, '/', 'kisspng-unit-circle-mathematics-trigonometry-area.png', 2, 195877, 'image/png', 0, 'kisspng-unit-circle-mathematics-trigonometry-area.png', 'Mohamed HILMI', 'unknown', 1641153463, 1641155809, 0, NULL),
(56, '0af633564289e59ee75c4522b41e1d73b28a1fab', '550b7b4b83c5567060f204c6f3380da00aa07b98', 41, 'mod_page', 'content', 0, '/', 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 2, 47190, 'image/png', 0, 'kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png', 'Mohamed HILMI', 'unknown', 1641153580, 1641155809, 0, NULL),
(57, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '1ab6fc679af3cfb6e30f24c22db7ecd8f7cce9f3', 34, 'question', 'questiontext', 7, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156702, 0, NULL),
(58, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b03280dafc434da7f484506efc1accdef3567718', 34, 'question', 'questiontext', 7, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(59, 'f390b3fa2f975ca967e14361f8d21f794d530c05', 'c2e504114f5b50b5796911dbd392844c7991ed79', 34, 'question', 'questiontext', 7, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156702, 0, NULL),
(60, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', 'a5e725b5f03131953091eaa6e10347e6d006d139', 34, 'question', 'questiontext', 7, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156702, 0, NULL),
(61, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '58da79818c32ca9ef378c99e94aa69d3a7cfc14d', 34, 'question', 'questiontext', 14, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(62, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '13539030b01013d9cb23f32f12d2f0a1e84805a5', 34, 'question', 'questiontext', 14, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(63, 'f390b3fa2f975ca967e14361f8d21f794d530c05', 'a5d69b9a3b4344a1ca27ce9b52c7c0e1a8f2a6db', 34, 'question', 'questiontext', 14, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(64, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', '81e8da036cf1d03f2d1ceaaae759ff5f2d7ec3b9', 34, 'question', 'questiontext', 14, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(65, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', 'b4e6d93ad7388c02912a1a357730b69c149ad5b3', 34, 'question', 'questiontext', 15, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(66, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1cc6b8c07b7a13dd6ca232aaecedcb6a9b4dc023', 34, 'question', 'questiontext', 15, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(67, 'f390b3fa2f975ca967e14361f8d21f794d530c05', '467164f970b7dd951930d404bbc0bdf36a2ab170', 34, 'question', 'questiontext', 15, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(68, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', '190fbe8c1e2bb9b59189ef9c8147ec189a00473b', 34, 'question', 'questiontext', 15, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(69, '297637e78a724a9982f794a8152df1bcd8c3eefb', 'd1a259e1a7ed9f0dbeec501658e9ac692f5f0686', 34, 'question', 'questiontext', 25, '/', 'sine-wave-alternating-current-electric-current-.png', 2, 15472, 'image/png', 0, 'sine-wave-alternating-current-electric-current-.png', 'Mohamed HILMI', 'unknown', 1641157918, 1641158510, 0, NULL),
(70, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '4f4aecf623e0380396122a236556dfb277b9dff3', 34, 'question', 'questiontext', 25, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540974, 1643540974, 0, NULL),
(71, '5d4a595a329b0282eec02a2b32acefbe9ba7ff07', '464c40a038d7b48590fb3b41378b260479565e18', 34, 'question', 'questiontext', 25, '/', 'Fonction Sin 01.png', 2, 174471, 'image/png', 0, 'Fonction Sin 01.png', 'Mohamed HILMI', 'unknown', 1641240788, 1641241049, 0, NULL),
(72, '8913a04a256c82cef0c58f89803e45f32723002a', 'ba197e51f356f08584168f90b0c152a387b6946c', 34, 'question', 'questiontext', 25, '/', 'Fonction Sin 01.svg', 2, 15802, 'image/svg+xml', 0, 'Fonction Sin 01.svg', 'Mohamed HILMI', 'unknown', 1641241212, 1641241228, 0, NULL),
(73, '70ca921f589a086b41b765d9fdb61293c8d059c1', 'c6ca532ec6f7ee3e466ae34225edfd2d508b05cc', 34, 'question', 'questiontext', 25, '/', 'Fonction-Sin-03.png', 2, 42027, 'image/png', 0, 'Fonction-Sin-03.png', 'Mohamed HILMI', 'unknown', 1641241746, 1641241759, 0, NULL),
(74, '2df832c1e6f64ab5b2416a12bc41cd353fd1bd6c', 'a9e93658e9921fb763974245eb58d293c80cfeef', 34, 'question', 'questiontext', 26, '/', '1594535300-2895-card.jpg', 2, 115173, 'image/jpeg', 0, NULL, NULL, NULL, 1641157310, 1641157310, 0, NULL),
(75, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c0587d885bf96550edd2425e5939e0e84bfebfe4', 34, 'question', 'questiontext', 26, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(76, 'd8c7c43c73e8f65ed8476ee6e7642aaefb473039', '37fb7358d562d3cee63112f6648649364ef0a111', 34, 'question', 'questiontext', 26, '/', 'Guilty_Gear_Revelator_007-768x432.jpg', 2, 84494, 'image/jpeg', 0, NULL, NULL, NULL, 1641157310, 1641157310, 0, NULL),
(77, '8e759ec5fec3ca7184eaf27acf26b04eb9d98027', '10a46f55f748569d6875125e8f99f9ae2061f99a', 34, 'question', 'questiontext', 26, '/', 'maxresdefault.jpg', 2, 145825, 'image/jpeg', 0, NULL, NULL, NULL, 1641157310, 1641157310, 0, NULL),
(78, '2df832c1e6f64ab5b2416a12bc41cd353fd1bd6c', 'f1a6f8c2d20e2bffc28d2b6e8df63075da642a3b', 34, 'question', 'questiontext', 27, '/', '1594535300-2895-card.jpg', 2, 115173, 'image/jpeg', 0, NULL, NULL, NULL, 1641157310, 1641157310, 0, NULL),
(79, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '24dca7c8b4a722f6ed7112923282f41f9ba2ad07', 34, 'question', 'questiontext', 27, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(80, '8e759ec5fec3ca7184eaf27acf26b04eb9d98027', 'ae6de86fa931ce17f0077bc37f357a217587d9b5', 34, 'question', 'questiontext', 27, '/', 'maxresdefault.jpg', 2, 145825, 'image/jpeg', 0, NULL, NULL, NULL, 1641157310, 1641157310, 0, NULL),
(81, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '9530bbdb4948b935012d77f46c3bac90b4286610', 34, 'question', 'questiontext', 16, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641244099, 0, NULL),
(82, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'a61a348def99f5b47286f58ed54c651e3da34b3e', 34, 'question', 'questiontext', 16, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(83, 'f390b3fa2f975ca967e14361f8d21f794d530c05', '2f7e152275710d4b039eabc0b146a267df28e1e2', 34, 'question', 'questiontext', 16, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641244099, 0, NULL),
(84, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', '17d7a056545d71c82d534fa6d7030e10afeed755', 34, 'question', 'questiontext', 16, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641244099, 0, NULL),
(85, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', 'c367073f1e2ecd9c2d2d3071a6bc8a7175ead039', 34, 'question', 'questiontext', 17, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641326163, 0, NULL),
(86, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '41f2dc4302f06a481d30487a60fe7c34f14844b2', 34, 'question', 'questiontext', 17, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(87, 'f390b3fa2f975ca967e14361f8d21f794d530c05', '96fee47e822feb0fda2407847f87ce638344034e', 34, 'question', 'questiontext', 17, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641326163, 0, NULL),
(88, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', '0b9c2baec8daedcd8c8e8424809b900779c63d8d', 34, 'question', 'questiontext', 17, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641326163, 0, NULL),
(89, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '7f98155d29c44e116a5f8a2c2f221dc4eff1911f', 34, 'question', 'questiontext', 18, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642233274, 0, NULL),
(90, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '99cb7f24098b62173dba63a5eddc2c5ec7e6861a', 34, 'question', 'questiontext', 18, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(91, 'f390b3fa2f975ca967e14361f8d21f794d530c05', '2ea3d94ebea5ec6bfdc559138c9e4601bf8d8ae6', 34, 'question', 'questiontext', 18, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642233274, 0, NULL),
(92, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', 'a2f4d7809d80e15dfbd54af4cc8f54b5fd049bcf', 34, 'question', 'questiontext', 18, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642233274, 0, NULL),
(93, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '1cfb52bc4245751abac34be96d7c6fecb381fbda', 34, 'question', 'questiontext', 19, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642282221, 0, NULL),
(94, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'b08940519fb56217c6248c2c4f8680d622830c08', 34, 'question', 'questiontext', 19, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(95, 'f390b3fa2f975ca967e14361f8d21f794d530c05', 'e59ec7acaf92477170b962d15b64f176f02e8b78', 34, 'question', 'questiontext', 19, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642282221, 0, NULL),
(96, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', 'f7f1d48a2fdd45ce36fa8c05c9261e394a0c3b07', 34, 'question', 'questiontext', 19, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642282221, 0, NULL),
(97, 'b7691b8d2b23e3d6321d8f51eec24b258e350935', '6a49ea230ac554cd020555b26a6448ff6e3292e3', 34, 'question', 'questiontext', 20, '/', 'Compas01.png', 2, 150308, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642685007, 0, NULL),
(98, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '6358611bc4e43cca4418fe1786b76ebe297a2161', 34, 'question', 'questiontext', 20, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(99, 'f390b3fa2f975ca967e14361f8d21f794d530c05', 'a29288bfa8462132d14d55d5921ba777970b875d', 34, 'question', 'questiontext', 20, '/', 'Compas02.png', 2, 514040, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642685007, 0, NULL),
(100, 'd2fc422904fd126df9b053b6f0db9f3acee36c3d', '226acf069663e5862a39e022cd2e375f225e156f', 34, 'question', 'questiontext', 20, '/', 'Rapporteur02.png', 2, 106566, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1642685007, 0, NULL),
(101, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', '99218ad71ec9784591091e8794257a04b159d0b2', 34, 'qtype_formulas', 'answersubqtext', 10, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156702, 0, NULL),
(102, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '94d6c7b32c0b6fbdae69c31daa7022f888c1b3f1', 34, 'qtype_formulas', 'answersubqtext', 10, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(103, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', 'eb9d96f813eab64aeecbab4c430460ec1774d952', 34, 'qtype_formulas', 'answersubqtext', 13, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156702, 0, NULL),
(104, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'eafbaef1b8c1bab62f4c73da6807813b410cb6ab', 34, 'qtype_formulas', 'answersubqtext', 13, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(105, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', 'eb9bcd042142b30ccdd6cc57c2d8267c5ed804b2', 34, 'qtype_formulas', 'answersubqtext', 14, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(106, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'fac15a96f1094289a3673e4b7a6246190f65ec66', 34, 'qtype_formulas', 'answersubqtext', 14, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(107, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', '79e42160a7615ccc776dd9d7fd8c0423a3917c43', 34, 'qtype_formulas', 'answersubqtext', 17, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(108, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1e3575fb9babdd0ea7056a0ec65695cbadcd7286', 34, 'qtype_formulas', 'answersubqtext', 17, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(109, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', 'f5a72fd61cc0392dad99308b28c98cdc6d7a7048', 34, 'qtype_formulas', 'answersubqtext', 18, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(110, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'd7407ec38604c321fdc0c56c024f08c1ce2f8fc5', 34, 'qtype_formulas', 'answersubqtext', 18, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(111, '7ba5e5f89c90f9383bb50e3b4633a3f466542853', '01d35a9fad2afcff36a5dbff5929c6752a870298', 34, 'qtype_formulas', 'answersubqtext', 21, '/', 'Cadre-foncVariable.png', 2, 11692, 'image/png', 0, NULL, NULL, NULL, 1641156702, 1641156703, 0, NULL),
(112, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '7bff5ac633d5adb9d21d33f2e7dda8029b1325ad', 34, 'qtype_formulas', 'answersubqtext', 21, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643540975, 1643540975, 0, NULL),
(113, 'c2a2b2102dabcc6bc5993cc5b21daea49b7c014a', '255c72ee62be835468c8817cbb25b33dd1c557aa', 5, 'user', 'draft', 640454314, '/', 'filter_jsxgraph_moodle311_2022012800.zip', 2, 233935, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:40:\"filter_jsxgraph_moodle311_2022012800.zip\";}', 'Mohamed HILMI', 'unknown', 1643541089, 1643541089, 0, NULL),
(114, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', '1ac69e942c7cc0525c07b5ff442188b80d986d26', 5, 'user', 'draft', 640454314, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643541089, 1643541089, 0, NULL),
(115, 'e3c6ce279ef474c2057ecb3fe379eaf5232c393d', '9e72e418ee3edfabe89fdce2dc2690b5a77cf236', 5, 'user', 'draft', 323959764, '/', 'format_topcoll_moodle39_2020071814.zip', 2, 222483, 'application/zip', 0, 'O:8:\"stdClass\":1:{s:6:\"source\";s:38:\"format_topcoll_moodle39_2020071814.zip\";}', 'Mohamed HILMI', 'unknown', 1643541413, 1643541413, 0, NULL),
(116, 'da39a3ee5e6b4b0d3255bfef95601890afd80709', 'c81928ec0498cec86d4c4ac2662ea5aa5c646ea1', 5, 'user', 'draft', 323959764, '/', '.', 2, 0, NULL, 0, NULL, NULL, NULL, 1643541414, 1643541414, 0, NULL);

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

--
-- Structure de la table `mdl_files_reference`
--

CREATE TABLE `mdl_files_reference` (
  `id` bigint(10) NOT NULL,
  `repositoryid` bigint(10) NOT NULL,
  `lastsync` bigint(10) DEFAULT NULL,
  `reference` longtext DEFAULT NULL,
  `referencehash` varchar(40) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store files references' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_file_conversion`
--

CREATE TABLE `mdl_file_conversion` (
  `id` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `sourcefileid` bigint(10) NOT NULL,
  `targetformat` varchar(100) NOT NULL DEFAULT '',
  `status` bigint(10) DEFAULT 0,
  `statusmessage` longtext DEFAULT NULL,
  `converter` varchar(255) DEFAULT NULL,
  `destfileid` bigint(10) DEFAULT NULL,
  `data` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table to track file conversions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_filter_active`
--

CREATE TABLE `mdl_filter_active` (
  `id` bigint(10) NOT NULL,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `active` smallint(4) NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores information about which filters are active in which c' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_filter_active`
--

INSERT INTO `mdl_filter_active` (`id`, `filter`, `contextid`, `active`, `sortorder`) VALUES
(1, 'activitynames', 1, 1, 2),
(2, 'displayh5p', 1, 1, 1),
(3, 'emoticon', 1, 1, 4),
(4, 'mathjaxloader', 1, 1, 3),
(5, 'mediaplugin', 1, 1, 6),
(6, 'urltolink', 1, 1, 5);

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

--
-- Structure de la table `mdl_filter_config`
--

CREATE TABLE `mdl_filter_config` (
  `id` bigint(10) NOT NULL,
  `filter` varchar(32) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores per-context configuration settings for filters which ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_folder`
--

CREATE TABLE `mdl_folder` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `showexpanded` tinyint(1) NOT NULL DEFAULT 1,
  `showdownloadfolder` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='each record is one folder resource' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum`
--

CREATE TABLE `mdl_forum` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'general',
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `duedate` bigint(10) NOT NULL DEFAULT 0,
  `cutoffdate` bigint(10) NOT NULL DEFAULT 0,
  `assessed` bigint(10) NOT NULL DEFAULT 0,
  `assesstimestart` bigint(10) NOT NULL DEFAULT 0,
  `assesstimefinish` bigint(10) NOT NULL DEFAULT 0,
  `scale` bigint(10) NOT NULL DEFAULT 0,
  `grade_forum` bigint(10) NOT NULL DEFAULT 0,
  `grade_forum_notify` smallint(4) NOT NULL DEFAULT 0,
  `maxbytes` bigint(10) NOT NULL DEFAULT 0,
  `maxattachments` bigint(10) NOT NULL DEFAULT 1,
  `forcesubscribe` tinyint(1) NOT NULL DEFAULT 0,
  `trackingtype` tinyint(2) NOT NULL DEFAULT 1,
  `rsstype` tinyint(2) NOT NULL DEFAULT 0,
  `rssarticles` tinyint(2) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `warnafter` bigint(10) NOT NULL DEFAULT 0,
  `blockafter` bigint(10) NOT NULL DEFAULT 0,
  `blockperiod` bigint(10) NOT NULL DEFAULT 0,
  `completiondiscussions` int(9) NOT NULL DEFAULT 0,
  `completionreplies` int(9) NOT NULL DEFAULT 0,
  `completionposts` int(9) NOT NULL DEFAULT 0,
  `displaywordcount` tinyint(1) NOT NULL DEFAULT 0,
  `lockdiscussionafter` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Forums contain and structure discussion' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_forum`
--

INSERT INTO `mdl_forum` (`id`, `course`, `type`, `name`, `intro`, `introformat`, `duedate`, `cutoffdate`, `assessed`, `assesstimestart`, `assesstimefinish`, `scale`, `grade_forum`, `grade_forum_notify`, `maxbytes`, `maxattachments`, `forcesubscribe`, `trackingtype`, `rsstype`, `rssarticles`, `timemodified`, `warnafter`, `blockafter`, `blockperiod`, `completiondiscussions`, `completionreplies`, `completionposts`, `displaywordcount`, `lockdiscussionafter`) VALUES
(1, 2, 'news', 'Annonces', 'Nouvelles diverses et annonces', 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1622829948, 0, 0, 0, 0, 0, 0, 0, 0);

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

--
-- Structure de la table `mdl_forum_digests`
--

CREATE TABLE `mdl_forum_digests` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `maildigest` tinyint(1) NOT NULL DEFAULT -1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keeps track of user mail delivery preferences for each forum' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_discussions`
--

CREATE TABLE `mdl_forum_discussions` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `forum` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `firstpost` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT -1,
  `assessed` tinyint(1) NOT NULL DEFAULT 1,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `pinned` tinyint(1) NOT NULL DEFAULT 0,
  `timelocked` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Forums are composed of discussions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_discussion_subs`
--

CREATE TABLE `mdl_forum_discussion_subs` (
  `id` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `discussion` bigint(10) NOT NULL,
  `preference` bigint(10) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Users may choose to subscribe and unsubscribe from specific ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_grades`
--

CREATE TABLE `mdl_forum_grades` (
  `id` bigint(10) NOT NULL,
  `forum` bigint(10) NOT NULL,
  `itemnumber` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `grade` decimal(10,5) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Grading data for forum instances' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_posts`
--

CREATE TABLE `mdl_forum_posts` (
  `id` bigint(10) NOT NULL,
  `discussion` bigint(10) NOT NULL DEFAULT 0,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `created` bigint(10) NOT NULL DEFAULT 0,
  `modified` bigint(10) NOT NULL DEFAULT 0,
  `mailed` tinyint(2) NOT NULL DEFAULT 0,
  `subject` varchar(255) NOT NULL DEFAULT '',
  `message` longtext NOT NULL,
  `messageformat` tinyint(2) NOT NULL DEFAULT 0,
  `messagetrust` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `totalscore` smallint(4) NOT NULL DEFAULT 0,
  `mailnow` bigint(10) NOT NULL DEFAULT 0,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `privatereplyto` bigint(10) NOT NULL DEFAULT 0,
  `wordcount` bigint(20) DEFAULT NULL,
  `charcount` bigint(20) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='All posts are stored in this table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_queue`
--

CREATE TABLE `mdl_forum_queue` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `discussionid` bigint(10) NOT NULL DEFAULT 0,
  `postid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='For keeping track of posts that will be mailed in digest for' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_read`
--

CREATE TABLE `mdl_forum_read` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forumid` bigint(10) NOT NULL DEFAULT 0,
  `discussionid` bigint(10) NOT NULL DEFAULT 0,
  `postid` bigint(10) NOT NULL DEFAULT 0,
  `firstread` bigint(10) NOT NULL DEFAULT 0,
  `lastread` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tracks each users read posts' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_subscriptions`
--

CREATE TABLE `mdl_forum_subscriptions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forum` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keeps track of who is subscribed to what forum' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_forum_track_prefs`
--

CREATE TABLE `mdl_forum_track_prefs` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `forumid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tracks each users untracked forums' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_geogebra`
--

CREATE TABLE `mdl_geogebra` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `url` varchar(255) NOT NULL DEFAULT '',
  `urlggb` varchar(255) NOT NULL DEFAULT '',
  `attributes` longtext NOT NULL,
  `seed` bigint(10) NOT NULL DEFAULT 0,
  `width` bigint(10) NOT NULL DEFAULT 0,
  `height` bigint(10) NOT NULL DEFAULT 0,
  `showsubmit` tinyint(1) NOT NULL DEFAULT 0,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `autograde` bigint(10) NOT NULL DEFAULT 0,
  `maxattempts` bigint(10) NOT NULL DEFAULT 1,
  `grademethod` bigint(10) NOT NULL DEFAULT 1,
  `timeavailable` bigint(10) NOT NULL DEFAULT 0,
  `timedue` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Geogebra main table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_geogebra_attempts`
--

CREATE TABLE `mdl_geogebra_attempts` (
  `id` bigint(10) NOT NULL,
  `geogebra` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `vars` longtext NOT NULL,
  `gradecomment` longtext DEFAULT NULL,
  `finished` bigint(10) NOT NULL DEFAULT 1,
  `dateteacher` bigint(10) NOT NULL DEFAULT 0,
  `datestudent` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Geogebra attemps table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary`
--

CREATE TABLE `mdl_glossary` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `allowduplicatedentries` tinyint(2) NOT NULL DEFAULT 0,
  `displayformat` varchar(50) NOT NULL DEFAULT 'dictionary',
  `mainglossary` tinyint(2) NOT NULL DEFAULT 0,
  `showspecial` tinyint(2) NOT NULL DEFAULT 1,
  `showalphabet` tinyint(2) NOT NULL DEFAULT 1,
  `showall` tinyint(2) NOT NULL DEFAULT 1,
  `allowcomments` tinyint(2) NOT NULL DEFAULT 0,
  `allowprintview` tinyint(2) NOT NULL DEFAULT 1,
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1,
  `defaultapproval` tinyint(2) NOT NULL DEFAULT 1,
  `approvaldisplayformat` varchar(50) NOT NULL DEFAULT 'default',
  `globalglossary` tinyint(2) NOT NULL DEFAULT 0,
  `entbypage` smallint(3) NOT NULL DEFAULT 10,
  `editalways` tinyint(2) NOT NULL DEFAULT 0,
  `rsstype` tinyint(2) NOT NULL DEFAULT 0,
  `rssarticles` tinyint(2) NOT NULL DEFAULT 0,
  `assessed` bigint(10) NOT NULL DEFAULT 0,
  `assesstimestart` bigint(10) NOT NULL DEFAULT 0,
  `assesstimefinish` bigint(10) NOT NULL DEFAULT 0,
  `scale` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionentries` int(9) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='all glossaries' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary_alias`
--

CREATE TABLE `mdl_glossary_alias` (
  `id` bigint(10) NOT NULL,
  `entryid` bigint(10) NOT NULL DEFAULT 0,
  `alias` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='entries alias' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary_categories`
--

CREATE TABLE `mdl_glossary_categories` (
  `id` bigint(10) NOT NULL,
  `glossaryid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='all categories for glossary entries' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary_entries`
--

CREATE TABLE `mdl_glossary_entries` (
  `id` bigint(10) NOT NULL,
  `glossaryid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `concept` varchar(255) NOT NULL DEFAULT '',
  `definition` longtext NOT NULL,
  `definitionformat` tinyint(2) NOT NULL DEFAULT 0,
  `definitiontrust` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `teacherentry` tinyint(2) NOT NULL DEFAULT 0,
  `sourceglossaryid` bigint(10) NOT NULL DEFAULT 0,
  `usedynalink` tinyint(2) NOT NULL DEFAULT 1,
  `casesensitive` tinyint(2) NOT NULL DEFAULT 0,
  `fullmatch` tinyint(2) NOT NULL DEFAULT 1,
  `approved` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='all glossary entries' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary_entries_categories`
--

CREATE TABLE `mdl_glossary_entries_categories` (
  `id` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `entryid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='categories of each glossary entry' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_glossary_formats`
--

CREATE TABLE `mdl_glossary_formats` (
  `id` bigint(10) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `popupformatname` varchar(50) NOT NULL DEFAULT '',
  `visible` tinyint(2) NOT NULL DEFAULT 1,
  `showgroup` tinyint(2) NOT NULL DEFAULT 1,
  `showtabs` varchar(100) DEFAULT NULL,
  `defaultmode` varchar(50) NOT NULL DEFAULT '',
  `defaulthook` varchar(50) NOT NULL DEFAULT '',
  `sortkey` varchar(50) NOT NULL DEFAULT '',
  `sortorder` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Setting of the display formats' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_glossary_formats`
--

INSERT INTO `mdl_glossary_formats` (`id`, `name`, `popupformatname`, `visible`, `showgroup`, `showtabs`, `defaultmode`, `defaulthook`, `sortkey`, `sortorder`) VALUES
(1, 'continuous', 'continuous', 1, 1, 'standard,category,date', '', '', '', ''),
(2, 'dictionary', 'dictionary', 1, 1, 'standard', '', '', '', ''),
(3, 'encyclopedia', 'encyclopedia', 1, 1, 'standard,category,date,author', '', '', '', ''),
(4, 'entrylist', 'entrylist', 1, 1, 'standard,category,date,author', '', '', '', ''),
(5, 'faq', 'faq', 1, 1, 'standard,category,date,author', '', '', '', ''),
(6, 'fullwithauthor', 'fullwithauthor', 1, 1, 'standard,category,date,author', '', '', '', ''),
(7, 'fullwithoutauthor', 'fullwithoutauthor', 1, 1, 'standard,category,date', '', '', '', '');

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

--
-- Structure de la table `mdl_grade_categories`
--

CREATE TABLE `mdl_grade_categories` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT 0,
  `keephigh` bigint(10) NOT NULL DEFAULT 0,
  `droplow` bigint(10) NOT NULL DEFAULT 0,
  `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT 0,
  `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `hidden` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table keeps information about categories, used for grou' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_grade_categories`
--

INSERT INTO `mdl_grade_categories` (`id`, `courseid`, `parent`, `depth`, `path`, `fullname`, `aggregation`, `keephigh`, `droplow`, `aggregateonlygraded`, `aggregateoutcomes`, `timecreated`, `timemodified`, `hidden`) VALUES
(1, 2, NULL, 1, '/1/', '?', 13, 0, 0, 1, 0, 1641234037, 1641234037, 0);

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

--
-- Structure de la table `mdl_grade_categories_history`
--

CREATE TABLE `mdl_grade_categories_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL,
  `parent` bigint(10) DEFAULT NULL,
  `depth` bigint(10) NOT NULL DEFAULT 0,
  `path` varchar(255) DEFAULT NULL,
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `aggregation` bigint(10) NOT NULL DEFAULT 0,
  `keephigh` bigint(10) NOT NULL DEFAULT 0,
  `droplow` bigint(10) NOT NULL DEFAULT 0,
  `aggregateonlygraded` tinyint(1) NOT NULL DEFAULT 0,
  `aggregateoutcomes` tinyint(1) NOT NULL DEFAULT 0,
  `aggregatesubcats` tinyint(1) NOT NULL DEFAULT 0,
  `hidden` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='History of grade_categories' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_grades`
--

CREATE TABLE `mdl_grade_grades` (
  `id` bigint(10) NOT NULL,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `rawgrade` decimal(10,5) DEFAULT NULL,
  `rawgrademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `rawgrademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `rawscaleid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `exported` bigint(10) NOT NULL DEFAULT 0,
  `overridden` bigint(10) NOT NULL DEFAULT 0,
  `excluded` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` bigint(10) NOT NULL DEFAULT 0,
  `information` longtext DEFAULT NULL,
  `informationformat` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `aggregationstatus` varchar(10) NOT NULL DEFAULT 'unknown',
  `aggregationweight` decimal(10,5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='grade_grades  This table keeps individual grades for each us' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_grades_history`
--

CREATE TABLE `mdl_grade_grades_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `itemid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `rawgrade` decimal(10,5) DEFAULT NULL,
  `rawgrademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `rawgrademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `rawscaleid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `exported` bigint(10) NOT NULL DEFAULT 0,
  `overridden` bigint(10) NOT NULL DEFAULT 0,
  `excluded` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` bigint(10) NOT NULL DEFAULT 0,
  `information` longtext DEFAULT NULL,
  `informationformat` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='History table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_import_newitem`
--

CREATE TABLE `mdl_grade_import_newitem` (
  `id` bigint(10) NOT NULL,
  `itemname` varchar(255) NOT NULL DEFAULT '',
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='temporary table for storing new grade_item names from grade ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_import_values`
--

CREATE TABLE `mdl_grade_import_values` (
  `id` bigint(10) NOT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `newgradeitem` bigint(10) DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `finalgrade` decimal(10,5) DEFAULT NULL,
  `feedback` longtext DEFAULT NULL,
  `importcode` bigint(10) NOT NULL,
  `importer` bigint(10) DEFAULT NULL,
  `importonlyfeedback` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Temporary table for importing grades' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_items`
--

CREATE TABLE `mdl_grade_items` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext DEFAULT NULL,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext DEFAULT NULL,
  `gradetype` smallint(4) NOT NULL DEFAULT 1,
  `grademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `grademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) DEFAULT NULL,
  `gradepass` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `multfactor` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `plusfactor` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `aggregationcoef` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `display` bigint(10) NOT NULL DEFAULT 0,
  `decimals` tinyint(1) DEFAULT NULL,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `needsupdate` bigint(10) NOT NULL DEFAULT 0,
  `weightoverride` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table keeps information about gradeable items (ie colum' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_grade_items`
--

INSERT INTO `mdl_grade_items` (`id`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `display`, `decimals`, `hidden`, `locked`, `locktime`, `needsupdate`, `weightoverride`, `timecreated`, `timemodified`) VALUES
(1, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, '0.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', '0.00000', 1, 0, NULL, 0, 0, 0, 0, 0, 1641234037, 1643540975);

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

--
-- Structure de la table `mdl_grade_items_history`
--

CREATE TABLE `mdl_grade_items_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `itemname` varchar(255) DEFAULT NULL,
  `itemtype` varchar(30) NOT NULL DEFAULT '',
  `itemmodule` varchar(30) DEFAULT NULL,
  `iteminstance` bigint(10) DEFAULT NULL,
  `itemnumber` bigint(10) DEFAULT NULL,
  `iteminfo` longtext DEFAULT NULL,
  `idnumber` varchar(255) DEFAULT NULL,
  `calculation` longtext DEFAULT NULL,
  `gradetype` smallint(4) NOT NULL DEFAULT 1,
  `grademax` decimal(10,5) NOT NULL DEFAULT 100.00000,
  `grademin` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `scaleid` bigint(10) DEFAULT NULL,
  `outcomeid` bigint(10) DEFAULT NULL,
  `gradepass` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `multfactor` decimal(10,5) NOT NULL DEFAULT 1.00000,
  `plusfactor` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `aggregationcoef` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `aggregationcoef2` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `hidden` bigint(10) NOT NULL DEFAULT 0,
  `locked` bigint(10) NOT NULL DEFAULT 0,
  `locktime` bigint(10) NOT NULL DEFAULT 0,
  `needsupdate` bigint(10) NOT NULL DEFAULT 0,
  `display` bigint(10) NOT NULL DEFAULT 0,
  `decimals` tinyint(1) DEFAULT NULL,
  `weightoverride` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='History of grade_items' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_grade_items_history`
--

INSERT INTO `mdl_grade_items_history` (`id`, `action`, `oldid`, `source`, `timemodified`, `loggeduser`, `courseid`, `categoryid`, `itemname`, `itemtype`, `itemmodule`, `iteminstance`, `itemnumber`, `iteminfo`, `idnumber`, `calculation`, `gradetype`, `grademax`, `grademin`, `scaleid`, `outcomeid`, `gradepass`, `multfactor`, `plusfactor`, `aggregationcoef`, `aggregationcoef2`, `sortorder`, `hidden`, `locked`, `locktime`, `needsupdate`, `display`, `decimals`, `weightoverride`) VALUES
(1, 2, 1, 'aggregation', 1643540975, 2, 2, NULL, NULL, 'course', NULL, 1, NULL, NULL, NULL, NULL, 1, '0.00000', '0.00000', NULL, NULL, '0.00000', '1.00000', '0.00000', '0.00000', '0.00000', 1, 0, 0, 0, 1, 0, NULL, 0);

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

--
-- Structure de la table `mdl_grade_letters`
--

CREATE TABLE `mdl_grade_letters` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `lowerboundary` decimal(10,5) NOT NULL,
  `letter` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Repository for grade letters, for courses and other moodle e' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_outcomes`
--

CREATE TABLE `mdl_grade_outcomes` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table describes the outcomes used in the system. An out' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_outcomes_courses`
--

CREATE TABLE `mdl_grade_outcomes_courses` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `outcomeid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='stores what outcomes are used in what courses.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_outcomes_history`
--

CREATE TABLE `mdl_grade_outcomes_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` longtext NOT NULL,
  `scaleid` bigint(10) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='History table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grade_settings`
--

CREATE TABLE `mdl_grade_settings` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='gradebook settings' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_grade_settings`
--

INSERT INTO `mdl_grade_settings` (`id`, `courseid`, `name`, `value`) VALUES
(1, 2, 'minmaxtouse', '1');

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

--
-- Structure de la table `mdl_gradingform_guide_comments`
--

CREATE TABLE `mdl_gradingform_guide_comments` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='frequently used comments used in marking guide' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_gradingform_guide_criteria`
--

CREATE TABLE `mdl_gradingform_guide_criteria` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `descriptionmarkers` longtext DEFAULT NULL,
  `descriptionmarkersformat` tinyint(2) DEFAULT NULL,
  `maxscore` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the rows of the criteria grid.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_gradingform_guide_fillings`
--

CREATE TABLE `mdl_gradingform_guide_fillings` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `remark` longtext DEFAULT NULL,
  `remarkformat` tinyint(2) DEFAULT NULL,
  `score` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the data of how the guide is filled by a particular r' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_gradingform_rubric_criteria`
--

CREATE TABLE `mdl_gradingform_rubric_criteria` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the rows of the rubric grid.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_gradingform_rubric_fillings`
--

CREATE TABLE `mdl_gradingform_rubric_fillings` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `levelid` bigint(10) DEFAULT NULL,
  `remark` longtext DEFAULT NULL,
  `remarkformat` tinyint(2) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the data of how the rubric is filled by a particular ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_gradingform_rubric_levels`
--

CREATE TABLE `mdl_gradingform_rubric_levels` (
  `id` bigint(10) NOT NULL,
  `criterionid` bigint(10) NOT NULL,
  `score` decimal(10,5) NOT NULL,
  `definition` longtext DEFAULT NULL,
  `definitionformat` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the columns of the rubric grid.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grading_areas`
--

CREATE TABLE `mdl_grading_areas` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `areaname` varchar(100) NOT NULL DEFAULT '',
  `activemethod` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Identifies gradable areas where advanced grading can happen.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grading_definitions`
--

CREATE TABLE `mdl_grading_definitions` (
  `id` bigint(10) NOT NULL,
  `areaid` bigint(10) NOT NULL,
  `method` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `copiedfromid` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usercreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecopied` bigint(10) DEFAULT 0,
  `options` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains the basic information about an advanced grading for' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_grading_instances`
--

CREATE TABLE `mdl_grading_instances` (
  `id` bigint(10) NOT NULL,
  `definitionid` bigint(10) NOT NULL,
  `raterid` bigint(10) NOT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `rawgrade` decimal(10,5) DEFAULT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` tinyint(2) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Grading form instance is an assessment record for one gradab' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_groupings`
--

CREATE TABLE `mdl_groupings` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `configdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A grouping is a collection of groups. WAS: groups_groupings' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_groupings_groups`
--

CREATE TABLE `mdl_groupings_groups` (
  `id` bigint(10) NOT NULL,
  `groupingid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a grouping to a group (note, groups can be in multiple ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_groups`
--

CREATE TABLE `mdl_groups` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(254) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `enrolmentkey` varchar(50) DEFAULT NULL,
  `picture` bigint(10) NOT NULL DEFAULT 0,
  `hidepicture` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each record represents a group.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_groups_members`
--

CREATE TABLE `mdl_groups_members` (
  `id` bigint(10) NOT NULL,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timeadded` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Link a user to a group.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5p`
--

CREATE TABLE `mdl_h5p` (
  `id` bigint(10) NOT NULL,
  `jsoncontent` longtext NOT NULL,
  `mainlibraryid` bigint(10) NOT NULL,
  `displayoptions` smallint(4) DEFAULT NULL,
  `pathnamehash` varchar(40) NOT NULL DEFAULT '',
  `contenthash` varchar(40) NOT NULL DEFAULT '',
  `filtered` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores H5P content information' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5pactivity`
--

CREATE TABLE `mdl_h5pactivity` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `grade` bigint(10) DEFAULT 0,
  `displayoptions` smallint(4) NOT NULL DEFAULT 0,
  `enabletracking` tinyint(1) NOT NULL DEFAULT 1,
  `grademethod` smallint(4) NOT NULL DEFAULT 1,
  `reviewmode` smallint(4) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the h5pactivity activity module instances.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5pactivity_attempts`
--

CREATE TABLE `mdl_h5pactivity_attempts` (
  `id` bigint(10) NOT NULL,
  `h5pactivityid` bigint(10) NOT NULL,
  `userid` bigint(20) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `attempt` mediumint(6) NOT NULL DEFAULT 1,
  `rawscore` bigint(10) DEFAULT 0,
  `maxscore` bigint(10) DEFAULT 0,
  `scaled` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `duration` bigint(10) DEFAULT 0,
  `completion` tinyint(1) DEFAULT NULL,
  `success` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Users attempts inside H5P activities' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5pactivity_attempts_results`
--

CREATE TABLE `mdl_h5pactivity_attempts_results` (
  `id` bigint(10) NOT NULL,
  `attemptid` bigint(10) NOT NULL,
  `subcontent` varchar(128) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `interactiontype` varchar(128) DEFAULT NULL,
  `description` longtext DEFAULT NULL,
  `correctpattern` longtext DEFAULT NULL,
  `response` longtext NOT NULL,
  `additionals` longtext DEFAULT NULL,
  `rawscore` bigint(10) NOT NULL DEFAULT 0,
  `maxscore` bigint(10) NOT NULL DEFAULT 0,
  `duration` bigint(10) DEFAULT 0,
  `completion` tinyint(1) DEFAULT NULL,
  `success` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='H5Pactivities_attempts tracking info' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5p_contents_libraries`
--

CREATE TABLE `mdl_h5p_contents_libraries` (
  `id` bigint(10) NOT NULL,
  `h5pid` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `dependencytype` varchar(10) NOT NULL DEFAULT '',
  `dropcss` tinyint(1) NOT NULL,
  `weight` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store which library is used in which content.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5p_libraries`
--

CREATE TABLE `mdl_h5p_libraries` (
  `id` bigint(10) NOT NULL,
  `machinename` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `majorversion` smallint(4) NOT NULL,
  `minorversion` smallint(4) NOT NULL,
  `patchversion` smallint(4) NOT NULL,
  `runnable` tinyint(1) NOT NULL,
  `fullscreen` tinyint(1) NOT NULL DEFAULT 0,
  `embedtypes` varchar(255) NOT NULL DEFAULT '',
  `preloadedjs` longtext DEFAULT NULL,
  `preloadedcss` longtext DEFAULT NULL,
  `droplibrarycss` longtext DEFAULT NULL,
  `semantics` longtext DEFAULT NULL,
  `addto` longtext DEFAULT NULL,
  `coremajor` smallint(4) DEFAULT NULL,
  `coreminor` smallint(4) DEFAULT NULL,
  `metadatasettings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores information about libraries used by H5P content.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5p_libraries_cachedassets`
--

CREATE TABLE `mdl_h5p_libraries_cachedassets` (
  `id` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `hash` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='H5P cached library assets' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_h5p_library_dependencies`
--

CREATE TABLE `mdl_h5p_library_dependencies` (
  `id` bigint(10) NOT NULL,
  `libraryid` bigint(10) NOT NULL,
  `requiredlibraryid` bigint(10) NOT NULL,
  `dependencytype` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores H5P library dependencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp`
--

CREATE TABLE `mdl_hvp` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `json_content` longtext NOT NULL,
  `embed_type` varchar(127) NOT NULL DEFAULT '',
  `disable` bigint(10) NOT NULL DEFAULT 0,
  `main_library_id` bigint(10) NOT NULL,
  `content_type` varchar(127) DEFAULT NULL,
  `authors` longtext DEFAULT NULL,
  `source` varchar(255) DEFAULT NULL,
  `year_from` smallint(4) DEFAULT NULL,
  `year_to` smallint(4) DEFAULT NULL,
  `license` varchar(63) DEFAULT NULL,
  `license_version` varchar(15) DEFAULT NULL,
  `changes` longtext DEFAULT NULL,
  `license_extras` longtext DEFAULT NULL,
  `author_comments` longtext DEFAULT NULL,
  `default_language` varchar(32) DEFAULT NULL,
  `filtered` longtext DEFAULT NULL,
  `slug` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionpass` tinyint(1) NOT NULL DEFAULT 0,
  `shared` bigint(10) NOT NULL DEFAULT 0,
  `synced` bigint(10) DEFAULT NULL,
  `hub_id` bigint(10) DEFAULT NULL,
  `a11y_title` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Activity data' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_auth`
--

CREATE TABLE `mdl_hvp_auth` (
  `id` bigint(10) NOT NULL,
  `user_id` bigint(10) NOT NULL,
  `created_at` bigint(11) NOT NULL,
  `secret` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores tokens for authenticating users for different actions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_contents_libraries`
--

CREATE TABLE `mdl_hvp_contents_libraries` (
  `id` bigint(10) NOT NULL,
  `hvp_id` bigint(10) NOT NULL,
  `library_id` bigint(10) NOT NULL,
  `dependency_type` varchar(10) NOT NULL DEFAULT '',
  `drop_css` tinyint(1) NOT NULL,
  `weight` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store which library is used in which content.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_content_hub_cache`
--

CREATE TABLE `mdl_hvp_content_hub_cache` (
  `id` bigint(10) NOT NULL,
  `language` varchar(31) NOT NULL DEFAULT '',
  `json` longtext NOT NULL,
  `last_checked` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Caches content metadata options from the H5P OER Hub.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_content_user_data`
--

CREATE TABLE `mdl_hvp_content_user_data` (
  `id` bigint(10) NOT NULL,
  `user_id` bigint(10) NOT NULL,
  `hvp_id` bigint(10) NOT NULL,
  `sub_content_id` bigint(10) NOT NULL,
  `data_id` varchar(127) DEFAULT NULL,
  `data` longtext DEFAULT NULL,
  `preloaded` tinyint(1) NOT NULL,
  `delete_on_content_change` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores user data about the content' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_counters`
--

CREATE TABLE `mdl_hvp_counters` (
  `id` bigint(10) NOT NULL,
  `type` varchar(63) NOT NULL DEFAULT '',
  `library_name` varchar(127) NOT NULL DEFAULT '',
  `library_version` varchar(31) NOT NULL DEFAULT '',
  `num` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A set of global counters to keep track of H5P usage' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_events`
--

CREATE TABLE `mdl_hvp_events` (
  `id` bigint(10) NOT NULL,
  `user_id` bigint(10) NOT NULL,
  `created_at` bigint(10) NOT NULL,
  `type` varchar(63) NOT NULL DEFAULT '',
  `sub_type` varchar(63) NOT NULL DEFAULT '',
  `content_id` bigint(10) NOT NULL,
  `content_title` varchar(255) NOT NULL DEFAULT '',
  `library_name` varchar(127) NOT NULL DEFAULT '',
  `library_version` varchar(31) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keep track of logged H5P events' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_libraries`
--

CREATE TABLE `mdl_hvp_libraries` (
  `id` bigint(10) NOT NULL,
  `machine_name` varchar(255) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `major_version` smallint(4) NOT NULL,
  `minor_version` smallint(4) NOT NULL,
  `patch_version` smallint(4) NOT NULL,
  `runnable` tinyint(1) NOT NULL,
  `fullscreen` tinyint(1) NOT NULL DEFAULT 0,
  `embed_types` varchar(255) NOT NULL DEFAULT '',
  `preloaded_js` longtext DEFAULT NULL,
  `preloaded_css` longtext DEFAULT NULL,
  `drop_library_css` longtext DEFAULT NULL,
  `semantics` longtext NOT NULL,
  `restricted` tinyint(1) NOT NULL DEFAULT 0,
  `tutorial_url` varchar(1000) DEFAULT NULL,
  `has_icon` tinyint(1) NOT NULL DEFAULT 0,
  `add_to` longtext DEFAULT NULL,
  `metadata_settings` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores information about libraries.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_libraries_cachedassets`
--

CREATE TABLE `mdl_hvp_libraries_cachedassets` (
  `id` bigint(10) NOT NULL,
  `library_id` bigint(10) NOT NULL,
  `hash` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Use to know which caches to clear when a library is updated' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_libraries_hub_cache`
--

CREATE TABLE `mdl_hvp_libraries_hub_cache` (
  `id` bigint(10) NOT NULL,
  `machine_name` varchar(255) NOT NULL DEFAULT '',
  `major_version` smallint(4) NOT NULL,
  `minor_version` smallint(4) NOT NULL,
  `patch_version` smallint(4) NOT NULL,
  `h5p_major_version` smallint(4) DEFAULT NULL,
  `h5p_minor_version` smallint(4) DEFAULT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `description` longtext NOT NULL,
  `icon` varchar(511) NOT NULL DEFAULT '',
  `created_at` bigint(11) NOT NULL,
  `updated_at` bigint(11) NOT NULL,
  `is_recommended` tinyint(1) NOT NULL,
  `popularity` bigint(10) NOT NULL,
  `screenshots` longtext DEFAULT NULL,
  `license` longtext DEFAULT NULL,
  `example` varchar(511) NOT NULL DEFAULT '',
  `tutorial` varchar(511) DEFAULT NULL,
  `keywords` longtext DEFAULT NULL,
  `categories` longtext DEFAULT NULL,
  `owner` varchar(511) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Caches content types from the H5P hub.' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_hvp_libraries_hub_cache`
--

INSERT INTO `mdl_hvp_libraries_hub_cache` (`id`, `machine_name`, `major_version`, `minor_version`, `patch_version`, `h5p_major_version`, `h5p_minor_version`, `title`, `summary`, `description`, `icon`, `created_at`, `updated_at`, `is_recommended`, `popularity`, `screenshots`, `license`, `example`, `tutorial`, `keywords`, `categories`, `owner`) VALUES
(1, 'H5P.Accordion', 1, 0, 28, 1, 5, 'Accordion', 'Create vertically stacked expandable items', 'Reduce the amount of text presented to readers by using this responsive accordion. Readers decide which headlines to take a closer look at by expanding the title. Excellent for providing an overview with optional in-depth explanations.', 'https://h5p.org/sites/default/files/accordion.svg', 1488282378, 1641308176, 1, 9, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/accordion-01.png?itok=qnXarBZ5\",\"alt\":\"Collapsed\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/accordion-02.png?itok=lnTobl4C\",\"alt\":\"Expanded\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/accordion', 'https://h5p.org/tutorial-accordion', '[\"accordion\",\"collapsible text\"]', '[\"Other\"]', 'Joubel'),
(2, 'H5P.ArithmeticQuiz', 1, 1, 15, 1, 0, 'Arithmetic Quiz', 'Create time-based arithmetic quizzes', 'Create arithmetic quizzes consisting of multiple choice questions. As an author, all you have to do is decide the type and length of the quiz. Users keep track of score and time spent when solving the quiz.', 'https://h5p.org/sites/default/files/arithmetic%20quiz.svg', 1488283418, 1608213331, 1, 21, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-01.png?itok=w00QVe4N\",\"alt\":\"Arithmetic quiz start screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-02.png?itok=k6nal6kx\",\"alt\":\"Arithmetic quiz question\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-03.png?itok=oHISx8VF\",\"alt\":\"Arithmetic quiz correct answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-04.png?itok=JIcoDl58\",\"alt\":\"Arithmetic quiz end screen\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/arithmetic-quiz', 'https://h5p.org/tutorial-arithmetic-quiz', '[\"math\",\"arithmetic quiz\",\"countdown\"]', '[\"Tasks\"]', 'Joubel'),
(3, 'H5P.Chart', 1, 2, 18, 1, 21, 'Chart', 'Quickly generate bar and pie charts', 'Need to present simple statistical data graphically without creating the artwork manually? Chart is your answer.', 'https://h5p.org/sites/default/files/chart.svg', 1488283592, 1611144757, 1, 41, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-01_0.png?itok=iRQawZtl\",\"alt\":\"Pie chart view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-02_0.png?itok=6G-3NLs-\",\"alt\":\"Bar chart view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/arithmetic-quiz-03_0.png?itok=dGg4KIiV\",\"alt\":\"Bar chart view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/chart', 'https://h5p.org/tutorial-chart', '[\"chart\",\"bar chart\",\"pie chart\",\"graph\"]', '[\"Other\"]', 'Joubel'),
(4, 'H5P.Collage', 0, 3, 16, 1, 7, 'Collage', 'Create a collage of multiple images', 'The Collage tool allows you to organize images into a soothing composition. ', 'https://h5p.org/sites/default/files/college.svg', 1488374773, 1611144757, 1, 36, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/collage-04_0.png?itok=Ix3CDsjz\",\"alt\":\"Collage editor with no images\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/collage-03_0.png?itok=idf9cgYV\",\"alt\":\"Collage editor with three images\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/collage-01_0.png?itok=-UtwiYRz\",\"alt\":\"A collage containing 3 images of flowers\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/collage-02_0.png?itok=aTHRDus1\",\"alt\":\"A collage containing 4 images of snowy mountains\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/collage', 'https://h5p.org/tutorial-collage', '[\"collage\",\"image\"]', '[\"Other\"]', 'Joubel'),
(5, 'H5P.Column', 1, 13, 1, 1, 19, 'Column', 'Organize H5P content into a column layout', 'Organize your content type into a column layout with H5P Column. Content types that address similar material or share a common theme can now be grouped together to create a coherent learning experience. In addition, authors are free to be creative by combining almost all of the existing H5P content types.', 'https://h5p.org/sites/default/files/column.svg', 1488375032, 1611144757, 1, 6, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/column-01.png?itok=37ibbzhk\",\"alt\":\"A column containing an image, a text block and a question\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/column-02.png?itok=e2km4R4C\",\"alt\":\"A column containing different content types\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/column-03.png?itok=nilYMNyC\",\"alt\":\"A drag and drop inside a column\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/column', 'https://h5p.org/tutorial-column', '[\"column\",\"layout\",\"compound\"]', '[\"Larger Resources\"]', 'Joubel'),
(6, 'H5P.CoursePresentation', 1, 22, 11, 1, 23, 'Course Presentation', 'Create a presentation with interactive slides', 'Course presentations consist of slides with multimedia, text, and many different types of interactions like interactive summaries, multiple choice questions and interactive videos. Learners can experience new interactive learning material and test their knowledge and memory in Course Presentations. As always with H5P, content is editable in web browsers, and the Course Presentation activity type includes a WYSIWYG drag and drop based authoring tool. A typical use of the Course Presentation activity is to use a few slides to introduce a subject and follow these with a few more slides in which the user’s knowledge is tested. Course Presentations may however be used in many different ways, including as a presentation tool for use in the classroom, or as a game where the usual navigation is replaced with navigation buttons on top of the slides to let the user make choices and see the consequences of their choices.', 'https://h5p.org/sites/default/files/course%20presentation.svg', 1488375267, 1640597309, 1, 1, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-01.png?itok=ilSK_sEu\",\"alt\":\"Adding an image to the editor\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-02_0.png?itok=NrkD9l5t\",\"alt\":\"A single Choice Set inside the editor\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-03.png?itok=cJiwaVzi\",\"alt\":\"A single Choice Set and an image of a cloudberry inside the editor\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-04_0.png?itok=CIQbHd-t\",\"alt\":\"First slide of a presentation containing text and a clickable image\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-05_0.png?itok=z-6dFoL1\",\"alt\":\"Summary slide\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-06_0.png?itok=gHNw6Vt0\",\"alt\":\"Active surface mode\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/course-presentation-07_0.png?itok=oAOD70di\",\"alt\":\"A slide containing video and text\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/presentation', 'https://h5p.org/tutorial-course-presentation', '[\"course presentation\",\"slides\",\"powerpoint\"]', '[\"Larger Resources\"]', 'Joubel'),
(7, 'H5P.Dialogcards', 1, 8, 8, 1, 15, 'Dialog Cards', 'Create text-based turning cards', 'Dialog cards can be used as a drill to help learners memorize words, expressions or sentences. On the front of the card, there\'s a hint for a word or expression. By turning the card the learner reveals a corresponding word or expression. Dialog cards can be used in language learning, to present math problems or help learners remember facts such as historical events, formulas or names.', 'https://h5p.org/sites/default/files/dialog%20cards%20.svg', 1488375538, 1640604609, 1, 10, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dialog-cards-01_0.png?itok=OgMQk8D5\",\"alt\":\"Dialog card - front\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dialog-cards-02_0.png?itok=Pv49ouxC\",\"alt\":\"Dialog card - back\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dialog-cards-03.png?itok=8wwQDVUw\",\"alt\":\"Dialog card - front\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dialog-cards-04.png?itok=8VFY5QY3\",\"alt\":\"Dialog card - back\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/dialog-cards', 'https://h5p.org/tutorial-dialog-cards', '[\"dialog cards\"]', '[\"Other\"]', 'Joubel'),
(8, 'H5P.DocumentationTool', 1, 8, 9, 1, 19, 'Documentation Tool', 'Create a form wizard with text export', 'The documentation tool aims to make it easy to create assessment wizards for goal driven activities. It can also be used as a form wizard. While editing, the author can add multiple steps to the wizard. In each step, the author can define which content goes into that step. Content can be plain text, input fields, goal definition and goal assessment. Once published, the end user will be taken through the steps of the wizard. On the last step of the wizard, the user can generate a document with all the input that has been submitted. This document can be downloaded. The Documentation tool is fully responsive and works great on smaller screens as well as on your desktop.', 'https://h5p.org/sites/default/files/documentation%20tool%20.svg', 1488375711, 1637054873, 1, 14, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/documentation-tool-01.png?itok=mIhHTIX3\",\"alt\":\"User\'s view \\u2013 document your project\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/documentation-tool-02.png?itok=WCPC1IpT\",\"alt\":\"User\'s view \\u2013 Goals\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/documentation-tool-03.png?itok=GWEa3LZf\",\"alt\":\"User\'s view \\u2013 Done\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/documentation-tool-04.png?itok=yFf2Qa-n\",\"alt\":\"User\'s view \\u2013 Document your project\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/documentation-tool', 'https://h5p.org/tutorial-documentation-tool', '[\"dialog cards\"]', '[\"Larger Resources\"]', 'Joubel'),
(9, 'H5P.DragQuestion', 1, 13, 15, 1, 23, 'Drag and Drop', 'Create drag and drop tasks with images', 'Drag and drop question enables the learner to associate two or more elements and to make logical connections in a visual way. Create Drag and drop questions using both text and images as draggable alternatives. H5P Drag and drop questions support one-to-one, one-to-many, many-to-one and many-to-many relations between questions and answers. ', 'https://h5p.org/sites/default/files/drag%20and%20drop%20.svg', 1488376151, 1636017750, 1, 7, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-01.png?itok=xS6wYXCj\",\"alt\":\"A drag and drop with one dropzone (strawberry) and three draggables\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-03.png?itok=BMTD9pmT\",\"alt\":\"A drag and drop where the learner shall match flags and country names\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-04.png?itok=_QbzXvhm\",\"alt\":\"A drag and drop where the learner shall match images of berries with their names\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-02.png?itok=xcDAfXTD\",\"alt\":\"A drag and drop where the learner shall drag verbs, adjectives and nouns in the correct places\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-06.png?itok=jONaT2bA\",\"alt\":\"A drag and drop where the learner shall place the draggables on spots on the background image\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-and-drop-05.png?itok=wngjR93X\",\"alt\":\"The drag and drop result view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/drag-and-drop', 'https://h5p.org/tutorial-drag-and-drop-question', '[\"drag and drop\"]', '[\"Tasks\"]', 'Joubel'),
(10, 'H5P.DragText', 1, 8, 18, 1, 19, 'Drag the Words', 'Create text-based drag and drop tasks', 'Drag the Words allows content designers to create textual expressions with missing pieces of text. The end user drags a missing piece of text to its correct place, to form a complete expression. May be used to check if the user remembers a text she has read, or if she understands something. Helps the user think through a text. It\'s super easy to create a drag the words task. The editor just writes the text and encloses the words that are to be draggable with asterisk signs like *draggableWord*.', 'https://h5p.org/sites/default/files/drag%20the%20words.svg', 1488376477, 1640167220, 1, 5, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-the-words-01.png?itok=dpMCvPPe\",\"alt\":\"Drag text - initial state.\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-the-words-02.png?itok=njr_aEqB\",\"alt\":\"Drag text after clicking the \\\"check\\\" button\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/drag-the-words-03.png?itok=2xeHtKBa\",\"alt\":\"Tip in drag text\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/drag-the-words', 'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/drag-the-words', '[\"drag\",\"words\"]', '[\"Tasks\"]', 'Joubel'),
(11, 'H5P.Blanks', 1, 12, 12, 1, 19, 'Fill in the Blanks', 'Create a task with missing words in a text', 'Learners fill in the missing words in a text. The learner is shown a solution after filling in all the missing words, or after each word depending on settings. Authors enter text and mark words to be replaced with an asterix. In addition to native and second language learning, Fill in the blanks can be used to test the learner\'s ability to reproduce facts or produce mathematical inferences.', 'https://h5p.org/sites/default/files/fill%20in%20the%20blanks.svg', 1488376747, 1640157670, 1, 4, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/fill-in-the-blanks-01.png?itok=EwyBhMVL\",\"alt\":\"The student\'s initial view - empty blanks\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/fill-in-the-blanks-02.png?itok=ByI6y9m-\",\"alt\":\"The result view showing corrects and wrongs\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/fill-in-the-blanks-03.png?itok=49rZ2yTY\",\"alt\":\"Tip inside blanks\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/fill-in-the-blanks-04.png?itok=m8MnJh16\",\"alt\":\"A blank with \\\"Automatically check answers after input\\\" enabled\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/fill-in-the-blanks', 'https://h5p.org/tutorial-fill-in-the-blanks', '[\"fill\",\"blanks\",\"text\"]', '[\"Tasks\"]', 'Joubel'),
(12, 'H5P.ImageHotspotQuestion', 1, 8, 13, 1, 23, 'Find the Hotspot', 'Create image hotspots for users to find', 'This content type allows end users to press somewhere on an image and get feedback on whether that was correct or incorrect according to the task description. The author uploads an image and defines various hotspots corresponding to details or sections of the image. Hotspots can either be defined as correct or incorrect, and the author provides appropriate feedback text in both cases. The author can also define a feedback if the end user presses somewhere which is neither defined as a correct nor incorrect hotspot.', 'https://h5p.org/sites/default/files/find%20the%20hotspot.svg', 1488377636, 1629455847, 0, 26, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/find-the-hotspot-01.png?itok=G5zJHEh0\",\"alt\":\"Learner\'s view - correct answer is selected\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/find-the-hotspot-02.png?itok=mNIZ5J08\",\"alt\":\"Editor view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/image-hotspot-question', '', '[\"find\",\"hotspot\",\"image\"]', '[\"Tasks\"]', 'Joubel'),
(13, 'H5P.GuessTheAnswer', 1, 4, 10, 1, 19, 'Guess the Answer', 'Create an image with a question and answer', 'This content type allows authors to upload an image and add a suitable description. End users can guess the answer and press the bar below the image to reveal the correct answer.', 'https://h5p.org/sites/default/files/guess%20the%20answer.svg', 1488377905, 1611144757, 1, 35, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/guess-the-answer-01.png?itok=cKWhsf7W\",\"alt\":\"Learner\'s initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/guess-the-answer-02.png?itok=k9g-O8UW\",\"alt\":\"Learner\'s view revealing the correct answer\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/guess-the-answer', 'https://h5p.org/tutorial-guess-the-answer', '[\"guess\",\"answer\"]', '[\"Other\"]', 'Joubel'),
(14, 'H5P.IFrameEmbed', 1, 0, 26, 1, 0, 'Iframe Embedder', 'Embed from a url or a set of files', 'The Iframe embedder makes it easy to make an H5P of already existing JavaScript applications.', 'https://h5p.org/sites/default/files/iframe%20embedder.svg', 1488378484, 1607083149, 0, 18, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/iFrame-embedder-01.png?itok=CehXfNpd\",\"alt\":\"End user\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/iFrame-embedder-02.png?itok=p5V0tHcY\",\"alt\":\"End user\'s view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/iframe-embedder', '', '[\"embed\",\"iframe\"]', '[\"Other\"]', 'Joubel'),
(15, 'H5P.InteractiveVideo', 1, 22, 14, 1, 23, 'Interactive Video', 'Create videos enriched with interactions', 'Add interactivity to your video with explanations, extra pictures, tables, Fill in the Blank and multiple choice questions. Quiz questions support adaptivity, meaning that you can jump to another part of the video based on the user\'s input.  Interactive summaries can be added at the end of the video. Interactive videos are created and edited using the H5P authoring tool in a standard web browser.', 'https://h5p.org/sites/default/files/interactive%20video.svg', 1488379462, 1641214639, 1, 0, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-01.png?itok=WgAmEzb0\",\"alt\":\"Interactive video start screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-02.png?itok=9P0-eiaB\",\"alt\":\"The editor with a multiple choice question\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-03.png?itok=2X03y0pe\",\"alt\":\"Inside the editor showing the multiple choice editor\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-04.png?itok=NtKe_dhK\",\"alt\":\"Bookmarks menu\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-05.png?itok=Xy-1r3Dt\",\"alt\":\"Drag and drop inside the video\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-video-06.png?itok=aVysZc0i\",\"alt\":\"Summary at the end of the video\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/interactive-video', 'https://h5p.org/tutorial-interactive-video', '[\"interactive\",\"video\"]', '[\"Larger Resources\"]', 'Joubel'),
(16, 'H5P.MarkTheWords', 1, 9, 16, 1, 19, 'Mark the Words', 'Create a task where users highlight words', 'Mark the words allows content designers to create textual expressions with a defined set of correct words. The end user highlights words according to the task description and is given a score. For the editor it is super easy to create a click the words challenge. The editor types in the text and encloses the words that the user is supposed to click, the right answers, in asterix like *correctWord*.', 'https://h5p.org/sites/default/files/mark%20the%20words.svg', 1488379610, 1640604609, 1, 16, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/mark-the-words-01_0.png?itok=FTe4BK8x\",\"alt\":\"Learner\'s initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/mark-the-words-03_0.png?itok=veoD8bpQ\",\"alt\":\"Learner\'s view - showing solution\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/mark-the-words', 'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/mark-the-words', '[\"mark\",\"words\"]', '[\"Tasks\"]', 'Joubel'),
(17, 'H5P.MemoryGame', 1, 3, 7, 1, 20, 'Memory Game', 'Create the classic image pairing game', 'Create your own memory games and test the memory of your site\'s users with this simple yet beautiful HTML5 game.', 'https://h5p.org/sites/default/files/memmory%20game.svg', 1488379742, 1607082982, 1, 12, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/memmory-game-02.png?itok=wrU2ytID\",\"alt\":\"Student\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/memmory-game-03.png?itok=dCb0YlGe\",\"alt\":\"Student\'s view - feedback after the match\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/memmory-game-01.png?itok=AeOPD5HE\",\"alt\":\"Student\'s view - matching two different images\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/memory-game', 'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/memory-game', '[\"memory\",\"game\",\"cards\"]', '[\"Tasks\"]', 'Joubel'),
(18, 'H5P.MultiChoice', 1, 14, 9, 1, 19, 'Multiple Choice', 'Create flexible multiple choice questions', 'Multiple Choice questions can be an effective assesment tool. The learner is given immediate performance feedback. The H5P Multiple Choice questions can have a single or multiple correct options per question.', 'https://h5p.org/sites/default/files/multiple%20choice.svg', 1488379865, 1641473940, 1, 2, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-choice-01.png?itok=CiwAg_Sn\",\"alt\":\"Learner\'s initial view (radio buttons)\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-choice-02.png?itok=f5hGmJWk\",\"alt\":\"Learner answered correct\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-choice-03.png?itok=R7zb6rTZ\",\"alt\":\"Learner\'s initial view (check buttons)\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-choice-04.png?itok=eSNsVzFo\",\"alt\":\"Learner has clicked the \\\"check\\\" button\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/multichoice', 'https://h5p.org/tutorial-multichoice-question', '[\"multiple\",\"choice\",\"quiz\"]', '[\"Tasks\"]', 'Joubel'),
(19, 'H5P.PersonalityQuiz', 1, 0, 8, 1, 0, 'Personality Quiz', 'Create personality quizzes', 'In this content type, the author defines a series of questions with alternatives, where each alternative is matched against one or more personalities. At the end of the quiz, the end user will see which personality matches the best. There are several ways of making this quiz visually appealing, by eg. representing questions, alternatives, and personalities using images.', 'https://h5p.org/sites/default/files/personality%20quiz.svg', 1488380090, 1607083118, 0, 38, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/personality-quiz-01.png?itok=ygSGXtZF\",\"alt\":\"Student\'s view - starting screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/personality-quiz-02.png?itok=79jwUFNT\",\"alt\":\"Student\'s view - question 1\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/personality-quiz-03.png?itok=lDhEO4KA\",\"alt\":\"Student\'s view - question 2\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/personality-quiz-04.png?itok=1zBGhax9\",\"alt\":\"Student\'s view - question 3\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/personality-quiz-05.png?itok=rdoNJ4-j\",\"alt\":\"Student\'s view - end screen\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/personality-quiz', '', '[\"personality\",\"quiz\"]', '[\"Other\"]', 'Lumenia'),
(20, 'H5P.Questionnaire', 1, 3, 2, 1, 0, 'Questionnaire', 'Create a questionnaire to receive feedback', 'Gain feedback and ask open ended questions in Interactive Videos and other content types with Questionnaire. Questionnaire makes the user\'s answers available via an xAPI integration. This means that website owners may store the answers in many different ways. Answers may be stored in an LRS, the sites own custom storage or a script can fetch the e-mail address and use it to send the user an e-mail. On H5P.org answers are stored in Google Analytics.', 'https://h5p.org/sites/default/files/questionaire.svg', 1488380236, 1607083107, 0, 39, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/questionnaire-01.png?itok=zVNElQ9C\",\"alt\":\"Student\'s view - question 1\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/questionnaire-02.png?itok=SdSQGHbW\",\"alt\":\"Student\'s view - question 2\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/questionnaire-03.png?itok=sNnbfkv_\",\"alt\":\"Student\'s view - question 3\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/questionnaire-04.png?itok=J8eZGmV0\",\"alt\":\"Student\'s view - end screen\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/questionnaire', '', '[\"questionnaire\"]', '[\"Other\"]', 'Joubel'),
(21, 'H5P.QuestionSet', 1, 17, 6, 1, 19, 'Quiz (Question Set)', 'Create a sequence of various question types', 'Question Set is your typical quiz content type. It allows the learner to solve a sequence of various question types such as Multichoice, Drag and drop and Fill in the blanks in a Question set. As an author, there are many settings you can use to make it behave just the way you want it to. You may, for instance, customize the Question set with background images and define a pass percentage for the learner. The Question Set also allows you to add videos that are played at the end. One video for success, another if the learner fails the test. This might motivate learners to try again if they fail so that they get to see the success video.', 'https://h5p.org/sites/default/files/question-set.svg', 1488380337, 1631696798, 1, 3, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/question-set-01.png?itok=7xWQV7Vm\",\"alt\":\"A multiple choice inside a question set\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/question-set-02_0.png?itok=ku46xHQX\",\"alt\":\"A drag and drop inside a question set\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/question-set-03.png?itok=n1cnLs5j\",\"alt\":\"A multiple choice inside a question set\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/question-set-04.png?itok=TrmmsdwT\",\"alt\":\"The summary page\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/question-set', 'https://h5p.org/tutorial-question-set', '[\"question set\",\"collection\",\"quiz\"]', '[\"Larger Resources\"]', 'Joubel'),
(22, 'H5P.SingleChoiceSet', 1, 11, 15, 1, 19, 'Single Choice Set', 'Create questions with one correct answer', 'Single choice set allows content designers to create question sets with one correct answer per question. The end user gets immediate feedback after submitting each answer.', 'https://h5p.org/sites/default/files/single%20choice%20set.svg', 1488380512, 1640604609, 1, 11, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/single-choice-set-01.png?itok=IzXoN6tp\",\"alt\":\"Learner\'s initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/single-choice-set-02.png?itok=yrj9-jB0\",\"alt\":\"Correct answer given for an alternative\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/single-choice-set-03.png?itok=o-b5R46U\",\"alt\":\"Summary page\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/single-choice-set-04.png?itok=0BlfuOy3\",\"alt\":\"Showing solution\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/single-choice-set', 'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/single-choice-set', '[\"collection\",\"quiz\",\"choice\"]', '[\"Tasks\"]', 'Joubel'),
(23, 'H5P.Summary', 1, 10, 11, 1, 19, 'Summary', 'Create tasks with a list of statements', 'Summaries help the learner remember key information in a text, video or presentation, by actively buliding a summary about the topic at hand. When the learner has completed a summary, a complete list of key statements about the topic is shown.', 'https://h5p.org/sites/default/files/summary.svg', 1488380637, 1616160559, 1, 30, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/summary-01.png?itok=ICk8qnxS\",\"alt\":\"Learner\'s initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/summary-02.png?itok=DY9wdA0S\",\"alt\":\"Wrong answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/summary-03.png?itok=nWaNT-Ll\",\"alt\":\"First correct statement found\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/summary-04.png?itok=EYtv3B7n\",\"alt\":\"Second correct statement found\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/summary-05.png?itok=tVHuEHqv\",\"alt\":\"Summary\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/summary', 'https://h5p.org/tutorial-summary', '[\"summary\"]', '[\"Tasks\"]', 'Joubel'),
(24, 'H5P.Timeline', 1, 1, 21, 1, 0, 'Timeline', 'Create a timeline of events with multimedia', 'This is Timeline.js developed by Knight Lab, packaged as an H5P content type in order to make timelines easily editable, shareable and reuseable. The Timeline content type allows you to place a sequence of events in a chronological order. For each event you may add images and texts. You may also include assets from Twitter, YouTube, Flickr, Vimeo, Google Maps and SoundCloud.', 'https://h5p.org/sites/default/files/timeline.svg', 1488380771, 1607083139, 0, 22, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/timeline-01.png?itok=6BO75od2\",\"alt\":\"Student\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/timeline-02.png?itok=-SsDe4Zb\",\"alt\":\"Student\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/timeline-03.png?itok=Fmbxyxix\",\"alt\":\"Student\'s view - full screen preview\"}]', '{\"id\":\"MPL2\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/timeline', 'https://h5p.org/documentation/content-author-guide/tutorials-for-authors/timeline', '[\"timeline\",\"slider\"]', '[\"Larger Resources\"]', 'Joubel'),
(25, 'H5P.TrueFalse', 1, 6, 9, 1, 19, 'True/False Question', 'Create True/False questions', 'True/False Question is a simple and straightforward content type that can work by itself or be inserted into other content types such as Course Presentation. A more complex question can be created by adding an image or a video.', 'https://h5p.org/sites/default/files/true%20false.svg', 1488380892, 1640763264, 1, 15, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/true-false-01.png?itok=LKXT7ZAG\",\"alt\":\"Learner\'s initial view (image and question)\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/true-false-02.png?itok=5AvPOokc\",\"alt\":\"Correct answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/true-false-03.png?itok=YCVfBTig\",\"alt\":\"Wrong answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/true-false-04.png?itok=88ogDrvt\",\"alt\":\"Learner\'s initial view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/true-false', 'https://h5p.org/tutorial-true-false', '[\"true\",\"false\"]', '[\"Tasks\"]', 'Joubel'),
(26, 'H5P.ImageHotspots', 1, 9, 8, 1, 19, 'Image Hotspots', 'Create an image with multiple info hotspots', 'Image hotspots makes it possible to create an image with interactive hotspots. When the user presses a hotspot, a popup containing a header and text or video is displayed. Using the H5P editor, you may add as many hotspots as you like.', 'https://h5p.org/sites/default/files/image%20hotpots.svg', 1491400692, 1640604609, 1, 8, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-hotspots-01.png?itok=-GthrRP1\",\"alt\":\"View - hotspots\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-hotspots-02.png?itok=AP-FWcHh\",\"alt\":\"View - video as a hotspot\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-hotspots-03.png?itok=Zt1V7UYE\",\"alt\":\"View - text as a hotspot\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/image-hotspots', 'https://h5p.org/tutorial-image-hotspots', '[\"image\",\"hotspot\"]', '[\"Other\"]', 'Joubel'),
(27, 'H5P.ImageMultipleHotspotQuestion', 1, 0, 1, 1, 6, 'Find Multiple Hotspots', 'Create many hotspots for users to find', 'A free HTML5 based question type allowing creatives to create an image based test where the learner is to find the correct spots on an image. Use this content type with the H5P plugin for WordPress, Moodle or Drupal to challenge your users.', 'https://h5p.org/sites/default/files/find%20multiple%20hotspots.svg', 1491482530, 1607082894, 0, 24, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-hotspots-01.png?itok=Gbi-unNy\",\"alt\":\"User\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-hotspots-02.png?itok=ctq2RdVL\",\"alt\":\"Authoring experience - adding hotspots\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/multiple-hotspots-03.png?itok=uAshALHJ\",\"alt\":\"User\'s view\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/find-multiple-hotspots', '', '[]', '[\"Tasks\"]', 'lukemuller'),
(28, 'H5P.ImageJuxtaposition', 1, 4, 1, 1, 15, 'Image Juxtaposition', 'Create interactive images', 'A free HTML5-based image content type that allows users to compare two images interactively. Tell your image stories with H5P and Image Juxtaposition on WordPress, Moodle or Drupal.', 'https://h5p.org/sites/default/files/before-after-image_0.svg', 1491482694, 1607082948, 0, 29, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-juxtaposition-01.png?itok=EmBa43Us\",\"alt\":\"User\'s view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-juxtaposition-02.png?itok=idPJFSr2\",\"alt\":\"User\'s view\"}]', '{\"id\":\"MPL2\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/image-juxtaposition', '', '[]', '[\"Other\"]', 'otacke'),
(29, 'H5P.Audio', 1, 4, 7, 1, 19, 'Audio', 'Upload an audio recording', 'Upload an audio recording in .mp3, .wav, .ogg or provide the link for an audio recording.', 'https://h5p.org/sites/default/files/audio.svg', 1491918006, 1640601957, 1, 19, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/audio-01.png?itok=z6wayrwd\",\"alt\":\"Audio player\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/audio-02.png?itok=NdFP2pcq\",\"alt\":\"Audio player muted\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/audio', '', '[]', '[\"Other\"]', 'Joubel'),
(30, 'H5P.AudioRecorder', 1, 0, 21, 1, 12, 'Audio Recorder', 'Create an audio recording', 'An HTML5 audio recorder. Record your voice and play back or download a .wav file of your recording. Use the H5P plugin to create the H5P Audio Recorder to your Drupal, Wordpress or Moodle site. ', 'https://h5p.org/sites/default/files/icon_1.svg', 1493377972, 1607083009, 0, 32, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/audio-recorder-1.png?itok=vAcuqLSA\",\"alt\":\"Start screen for audio recorder\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/audio-recorder-2.png?itok=qoLWgAaq\",\"alt\":\"Recording screen for audio recorder\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/audio-recorder-3.png?itok=EnH5rwO4\",\"alt\":\"Finish screen for audio recorder\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/audio-recorder', '', '[\"audio\",\"recorder\"]', '[\"Other\"]', 'Joubel'),
(31, 'H5P.SpeakTheWords', 1, 3, 11, 1, 14, 'Speak the Words', 'Answer a question using your voice (Chrome only)', 'Speak the Words is only supported in browsers that implements the Web Speech API (Chrome browsers, except on iOS). You need a microphone to answer the question. Ask a question to users and make them answer using their voice. You can choose multiple correct answers. The user will be able to see what his words were interpreted as, and how close it was to the correct answers.', 'https://h5p.org/sites/default/files/speak%20the%20words_0.svg', 1493897505, 1607083088, 0, 25, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/QuestionPagev2.png?itok=WYSV9ON0\",\"alt\":\"Question text and answer with microphone screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/ShowSolutionPagev2_0.png?itok=vUTAG0RT\",\"alt\":\"Interpreted and correct answers screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/CorrectSolutionPage.png?itok=poT-tQ6Z\",\"alt\":\"Correct answer screen\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/node/72682', '', '[\"language\",\"translation\",\"voice\",\"recognition\",\"speech\",\"mic\",\"microphone\"]', '[\"Tasks\"]', 'thomasmars'),
(32, 'H5P.Agamotto', 1, 5, 2, 1, 19, 'Agamotto (Image Blender)', 'Present a sequence of images and explanations', 'Present a sequence of images that people are supposed to look at one after the other, e.g. photos of an item that changes over time, schematics or maps that are organized in different layers or images that reveal more and more details.', 'https://h5p.org/sites/default/files/icon_2.svg', 1494963576, 1607082936, 0, 33, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/agamotto-02.png?itok=xlA7OqvC\",\"alt\":\"Agamotto shown as a layered map\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/agamotto-01.png?itok=nxg6d8eA\",\"alt\":\"Agamotto transforming between different seasons\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/node/79243', 'https://h5p.org/agamotto-tutorial', '[\"image\",\"images\",\"transition\"]', '[\"Other\"]', 'otacke');
INSERT INTO `mdl_hvp_libraries_hub_cache` (`id`, `machine_name`, `major_version`, `minor_version`, `patch_version`, `h5p_major_version`, `h5p_minor_version`, `title`, `summary`, `description`, `icon`, `created_at`, `updated_at`, `is_recommended`, `popularity`, `screenshots`, `license`, `example`, `tutorial`, `keywords`, `categories`, `owner`) VALUES
(33, 'H5P.ImageSequencing', 1, 1, 0, 1, 12, 'Image Sequencing', 'Place images in the correct order', 'A free HTML5 based image sequencing content type that allows authors to add a sequence of their own images (and optional image description) to the game in a particular order. The order of the images will be randomized and players will have to reorder them based on the task description. ', 'https://h5p.org/sites/default/files/icon_3.svg', 1503485910, 1607083030, 0, 27, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/Selection_386.png?itok=HzsvJWBU\",\"alt\":\"Initial screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/Selection_387.png?itok=m28lDPwX\",\"alt\":\"Drag and drop images\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/Selection_388.png?itok=IGV1PN-F\",\"alt\":\"Result screen when one or more is incorrect\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/Selection_389.png?itok=VZQIfLEN\",\"alt\":\"Result screen when all image are correctly ordered\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/image-sequencing', 'https://h5p.org/tutorial-image-sequencing', '[\"image\",\"sequence\",\"order\"]', '[\"Tasks\"]', 'jithin'),
(34, 'H5P.Flashcards', 1, 5, 20, 1, 4, 'Flashcards', 'Create stylish and modern flashcards', 'This content type allows authors to create a single flash card or a set of flashcards, where each card has images paired with questions and answers. Learners are required to fill in the text field and then check the correctness of their solution.', 'https://h5p.org/sites/default/files/icon_4.svg', 1503910719, 1633066335, 1, 13, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/flashcards-01_0.png?itok=5xeC6hkY\",\"alt\":\"Learner has not given any answer yet\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/flashcards-02_0.png?itok=DQTjS65M\",\"alt\":\"Correct answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/flashcards-03_0.png?itok=833omhR4\",\"alt\":\"Wrong answer given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/flashcards-04.png?itok=6S_kGNS4\",\"alt\":\"Summary\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/flashcards', 'https://h5p.org/tutorial-flashcards', '[\"cards\",\"animation\"]', '[\"Tasks\"]', 'Joubel'),
(35, 'H5P.SpeakTheWordsSet', 1, 1, 10, 1, 14, 'Speak the Words Set', 'Create a series of questions answered by speech (Chrome only)', 'Speak the Words Set is only supported in browsers that implement the Web Speech API (Chrome browsers, except on ios). You need a microphone to answer the question. Create a set of questions that learners can answer using their voice. you can choose multiple correct answers. The user will be able to see what his words were interpreted as, and how close it was to the correct answers.', 'https://h5p.org/sites/default/files/speak%20the%20words%20set.svg', 1506503229, 1607083077, 0, 23, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01.png?itok=92yvDMEt\",\"alt\":\"An image showing the start screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-02.png?itok=SSpDaEf6\",\"alt\":\"An image showing the question screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-03.png?itok=QRR1KWn3\",\"alt\":\"An image showing the recording taking place\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-04.png?itok=3vjLOvF3\",\"alt\":\"An image showing a correct answer is given\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-05.png?itok=74miXXWG\",\"alt\":\"An image showing the solution view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-06.png?itok=UBAPLNJI\",\"alt\":\"An image showing the finish screen\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/speak-the-words-set', '', '[\"language\",\"translation\",\"voice\",\"quiz\",\"set\",\"recognition\",\"mic\",\"microphone\"]', '[\"Larger Resources\"]', 'Joubel'),
(36, 'H5P.ImageSlider', 1, 1, 2, 1, 14, 'Image Slider', 'Easily create an Image Slider', 'Present your images in an appealing way with ease. Authors just have to upload images and provide alternative texts for the images. \r\n\r\nThe next two images are always preloaded so switching between images will usually be snappy with no delay for loading the next image.\r\n\r\nImages may be experienced as part of the page or in full-screen mode. When used as part of the page the system will pick a fixed aspect ratio depending on the images being used. Authors may decide to handle aspect ratios differently.', 'https://h5p.org/sites/default/files/icon_5.svg', 1508146690, 1608213501, 1, 17, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_0.png?itok=PRJNeyt3\",\"alt\":\"Preview using full width\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-02_0.png?itok=NXMcjo0p\",\"alt\":\"Preview with a portrait image\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-03_0.png?itok=jqQysnpP\",\"alt\":\"Full-screen preview\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/image-slider', 'https://h5p.org/tutorial-image-slider', '[\"image\",\"images\",\"slider\",\"carousel\"]', '[\"Other\"]', 'falcon'),
(37, 'H5P.Essay', 1, 4, 3, 1, 13, 'Essay', 'Create Essay with instant feedback', 'In this content type, the author defines a set of keywords that represent crucial aspects of a topic. These keywords are matched against a text that students have composed and can be used to immediately provide feedback - either suggesting to revise certain topic details if a keyword is missing or, confirming the student\'s ideas if the text contains a keyword.\r\n', 'https://h5p.org/sites/default/files/icon_6.svg', 1515752007, 1642602201, 0, 20, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/essay-01.png?itok=PJmHwrPp\",\"alt\":\"Initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/essay-02.png?itok=b8u7DK0a\",\"alt\":\"Showing sample (show solution clicked)\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/essay-03.png?itok=m8BrMhVW\",\"alt\":\"Feedback given\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/essay', 'https://h5p.org/tutorial-essay', '[\"Essay\"]', '[\"Tasks\"]', 'otacke'),
(38, 'H5P.ImagePair', 1, 4, 0, 1, 14, 'Image Pairing', 'Drag and drop image matching game', 'Image pairing is a simple and effective activity that require learners to match pairs of images. Since it is not required for both images in a pair to be the same, authors are also able to test the understanding of a relation between two different images. ', 'https://h5p.org/sites/default/files/icon_7.svg', 1525354557, 1608213486, 0, 31, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-pairing-01.png?itok=6CRqBI7P\",\"alt\":\"Initial screen\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-pairing-02.png?itok=ZgStVtVj\",\"alt\":\"After check - with errors\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/image-pairing-03.png?itok=yIpQuIMP\",\"alt\":\"In action\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/image-pairing', 'https://h5p.org/tutorial-image-pairing', '[\"image images matching pair\"]', '[\"Tasks\"]', 'jithin'),
(39, 'H5P.Dictation', 1, 1, 2, 1, 13, 'Dictation', 'Create a dictation with instant feedback', 'You can add audio samples containing a sentence for dictation and enter the correct transcription. Your students can listen to the samples and enter what they have heard in to a text field. Their answers will be evaluated automatically. Several options will allow you to control the exercise\'s difficulty. You can optionally add a second audio sample for a sentence that could hold a version spoken slowly. You can also set a limit for how often a sample can be played, define if punctuation should be relevant for scoring, and decide whether small mistakes like typing errors should be counted as no mistake, a full mistake, or just a half mistake.', 'https://h5p.org/sites/default/files/icon_8.svg', 1544698878, 1640604345, 1, 34, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dictation-1_0.png?itok=Wu85TuX8\",\"alt\":\"Initial view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dictation-2_0.png?itok=Mg0TRDj5\",\"alt\":\"Show score\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dictation-3_0.png?itok=eKpbR2t2\",\"alt\":\"Showing solution\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/dictation-berries_0.png?itok=m9KR17o8\",\"alt\":\"A dictation about berries\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/dictation', 'https://h5p.org/tutorial-dictation', '[\"language\",\"audio\"]', '[\"Tasks\"]', 'otacke'),
(40, 'H5P.BranchingScenario', 1, 5, 6, 1, 20, 'Branching Scenario', 'Create dilemmas and self paced learning', 'Branching Scenario allow authors to present the learners with a variety of rich interactive content and choices. The choices the learners make will determine the next content they see. May be used to create dilemmas, serious games, and self-paced learning.', 'https://h5p.org/sites/default/files/icon_9.svg', 1551271593, 1623605799, 1, 37, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_0_0.png?itok=eRgwKqbj\",\"alt\":\"Screenshot 01\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_1.png?itok=mDY0Y_ys\",\"alt\":\"Screenshot 02\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_2.png?itok=YVxss_-c\",\"alt\":\"Screenshot 03\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_3.png?itok=TdTgaM87\",\"alt\":\"Screenshot 04\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_4.png?itok=DPsyysid\",\"alt\":\"Screenshot 05\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_5.png?itok=BrCSMC1L\",\"alt\":\"Screenshot 06\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/branching-scenario', 'https://h5p.org/tutorial-branching-scenario', '[]', '[\"Larger Resources\"]', 'Joubel'),
(41, 'H5P.ThreeImage', 0, 4, 10, 1, 20, 'Virtual Tour (360)', 'Create 360 environments with interactions', '360 (equirectangular) and normal images may be enriched with interactivities like explanations, videos, sounds, and interactive questions. The images create scenes that also may be linked together to give the user an impression of moving between environments or between different viewpoints within the same environment.', 'https://h5p.org/sites/default/files/360-icon.svg', 1551273005, 1618947367, 1, 40, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_1_0.png?itok=GUmLlxSY\",\"alt\":\"Screenshot 02\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_2_0.png?itok=t5YmuLiK\",\"alt\":\"Screenshot 03\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/screenshot-01_3_0.png?itok=58i8supV\",\"alt\":\"Screenshot 04\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/virtual-tour-360', 'https://h5p.org/tutorial-virtual-tour', '[]', '[\"Larger Resources\"]', 'Joubel'),
(42, 'H5P.FindTheWords', 1, 4, 4, 1, 20, 'Find the words', 'Grid word search game', 'A free HTML5-based word search activity that allows authors to create a list of words that will be drawn in a grid. The learner\'s task is to find and select the words in the grid.', 'https://h5p.org/sites/default/files/icon_10.svg', 1563536197, 1607082972, 0, 28, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/find-the-words-01.png?itok=O2BgqYiR\",\"alt\":\"Learners has chosen 5 of 12 correct words\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/find-the-words-02.png?itok=J9s5I6oM\",\"alt\":\"Show solution mode\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/find-the-words-03.png?itok=vz4BrCJd\",\"alt\":\"Greek characters\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/find-the-words', '', '[]', '[\"Tasks\"]', 'jithin'),
(43, 'H5P.InteractiveBook', 1, 3, 5, 1, 23, 'Interactive Book', 'Create small courses, books and tests', 'Create small courses, books, or tests. Interactive Book allows authors to combine large amounts of interactive content like interactive videos, questions, course presentations, and more on multiple pages. There is a summary at the end summing up the scores obtained by the learner throughout the book.', 'https://h5p.org/sites/default/files/icon_11.svg', 1596534830, 1607082854, 1, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-book-01_1.png?itok=Pe4eW1mb\",\"alt\":\"Interactive book page\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-book-01_2.png?itok=Vz7aDDvh\",\"alt\":\"Interactive book summary page\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-book-01_3.png?itok=nBDvwn__\",\"alt\":\"Footer\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/interactive-book-01_4.png?itok=FFNO5sLk\",\"alt\":\"Start screen (book cover)\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/interactive-book', '', '[\"book\",\"course\"]', '[\"Larger Resources\"]', 'fnoks'),
(44, 'H5P.KewArCode', 0, 2, 1, 1, 23, 'KewAr Code', 'Create QR codes for different purposes', 'KewAr Code enables content designers to create well-known QR codes. Those QR codes can encode URLs, but also contact information, events, geo-locations, etc. People can scan them with a QR code reader in order to trigger the chosen action.', 'https://h5p.org/sites/default/files/icon_12.svg', 1600860059, 1607082713, 0, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/KewAr-code-01.png?itok=aaHcorAK\",\"alt\":\"QR code\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/KewAr-code-02.png?itok=sCtAhvIA\",\"alt\":\"QR code opening contact information\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/KewAr-code-03.png?itok=7kCRw1ad\",\"alt\":\"Customize the display of the QR code\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/kewar-code', '', '[\"QR\"]', '[\"Other\"]', 'otacke'),
(45, 'H5P.AdventCalendar', 0, 2, 5, 1, 23, 'Advent Calendar (beta)', 'Create surprises that will be unveiled daily', 'Build and customize a beautiful advent calendar. You may add a background image to the entire calendar, on each door, and as a background on the content inside each door. You may also add snow- effect and music. Inside each door, you may add a sound, video, text, image, or link.\r\n\r\nDo note that it is easy for computer-savvy users to reveal the content of all doors right away. If you plan to reveal big secrets on future days you should wait until that day before adding your big secrets to the calendar.', 'https://h5p.org/sites/default/files/icon_13.svg', 1606734037, 1607082486, 0, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent-05.JPG?itok=1OYc0iWb\",\"alt\":\"Merry christmas\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent_01.png?itok=Ww182qDz\",\"alt\":\"Advent calendar unopened\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent_02.png?itok=FeZ3qJMH\",\"alt\":\"Video behind hatch\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent_03.png?itok=RWXEKKY9\",\"alt\":\"16 hatches opened\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent_04.png?itok=H-fLXnHD\",\"alt\":\"2 hatches opened\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/advent_05.png?itok=bNrzhj0z\",\"alt\":\"Three random hatches opened\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/advent-calendar', '', '[\"christmas\",\"advent\",\"holidays\",\"calendar\"]', '[\"Larger Resources\"]', 'otacke'),
(46, 'H5P.Crossword', 0, 4, 9, 1, 23, 'Crossword', 'Create a crossword puzzle', 'Build and customize a beautiful crossword to engage your audience. The crossword is highly customizable allowing you to configure all colors, upload a background image, decide how scoring should work and even randomize the words in it so that your audience gets a new crossword each time if you want.', 'https://h5p.org/sites/default/files/crosswords.png', 1628679621, 1628706223, 1, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/01%20%282%29.png?itok=v092kMg4\",\"alt\":\"Green theme\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/02%20%282%29.png?itok=ehX9fDHz\",\"alt\":\"Red theme\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/03%20%282%29.png?itok=BZ2RNlBc\",\"alt\":\"Background image\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/04%20%281%29.png?itok=WOMexfuI\",\"alt\":\"Blue theme\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/crossword', '', '[\"crossword\",\"games\"]', '[\"Tasks\"]', 'otacke'),
(47, 'H5P.SortParagraphs', 0, 11, 1, 1, 23, 'Sort the Paragraphs', 'Create a set of paragraphs to be sorted', 'Type or paste in a list of paragraphs that will be randomized. You may for instance let each paragraph be a part of a song, a block of code or steps in a recipe. Learners are to sort the paragraphs into the correct order. By default learners will get one point for each paragraph that follows the paragraph it is supposed to follow, but you may decide to award a point for each paragraph that is in the correct place instead.', 'https://h5p.org/sites/default/files/sort-paragraphs.png', 1628680823, 1628706244, 1, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/01%20%281%29.png?itok=P8PkYw_5\",\"alt\":\"Student view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/02%20%281%29.png?itok=b3HrmSzM\",\"alt\":\"Dragging a paragraph\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/03%20%281%29.png?itok=rxMP2Sgy\",\"alt\":\"Checking answers\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/04_13.png?itok=V_7gqBel\",\"alt\":\"Showing solution\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/sort-the-paragraphs', '', '[\"sorting\",\"games\",\"tasks\"]', '[\"Tasks\"]', 'otacke'),
(48, 'H5P.MultiMediaChoice', 0, 1, 8, 1, 23, 'Image Choice', 'Create a task were the alternatives are images', 'Build beautiful multiple or single choice questions were the alternatives are images. You may customize the layout for the alternatives and choose between fixed aspect ratios or just use the aspect ratios the images already have.', 'https://h5p.org/sites/default/files/image-choice.png', 1628681468, 1628706263, 1, 42, '[{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/01_23.png?itok=PFljIMHl\",\"alt\":\"Student view\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/02_18.png?itok=UqqF2jf9\",\"alt\":\"Showing solutions\"},{\"url\":\"https:\\/\\/h5p.org\\/sites\\/default\\/files\\/styles\\/h5p-content-type-hub-screenshot\\/public\\/03_12.png?itok=0C2e1Kj4\",\"alt\":\"Images may displayed with a fixed aspect ratio\"}]', '{\"id\":\"MIT\",\"attributes\":{\"useCommercially\":true,\"modifiable\":true,\"distributable\":true,\"sublicensable\":true,\"canHoldLiable\":false,\"mustIncludeCopyright\":true,\"mustIncludeLicense\":true}}', 'https://h5p.org/content-types/image-choice', '', '[\"sorting\",\"games\",\"tasks\"]', '[\"Tasks\"]', 'Joubel');

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

--
-- Structure de la table `mdl_hvp_libraries_languages`
--

CREATE TABLE `mdl_hvp_libraries_languages` (
  `id` bigint(10) NOT NULL,
  `library_id` bigint(10) NOT NULL,
  `language_code` varchar(255) NOT NULL DEFAULT '',
  `language_json` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Translations for libraries' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_libraries_libraries`
--

CREATE TABLE `mdl_hvp_libraries_libraries` (
  `id` bigint(10) NOT NULL,
  `library_id` bigint(10) NOT NULL,
  `required_library_id` bigint(10) NOT NULL,
  `dependency_type` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Library dependencies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_tmpfiles`
--

CREATE TABLE `mdl_hvp_tmpfiles` (
  `id` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keep track of files uploaded before content is saved' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_hvp_xapi_results`
--

CREATE TABLE `mdl_hvp_xapi_results` (
  `id` bigint(10) NOT NULL,
  `content_id` bigint(10) NOT NULL,
  `user_id` bigint(10) NOT NULL,
  `parent_id` bigint(10) DEFAULT NULL,
  `interaction_type` varchar(127) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `correct_responses_pattern` longtext NOT NULL,
  `response` longtext NOT NULL,
  `additionals` longtext NOT NULL,
  `raw_score` mediumint(6) DEFAULT NULL,
  `max_score` mediumint(6) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stored xAPI events' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_imscp`
--

CREATE TABLE `mdl_imscp` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `keepold` bigint(10) NOT NULL DEFAULT -1,
  `structure` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='each record is one imscp resource' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_label`
--

CREATE TABLE `mdl_label` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines labels' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_label`
--

INSERT INTO `mdl_label` (`id`, `course`, `name`, `intro`, `introformat`, `timemodified`) VALUES
(1, 2, '\n    Les bases de la trigonométrie \n\n\n    \n  ...', '<div class=\"container-fluid mt-3\">\n    <h1 style=\"text-align: center; font-weight: normal; color: #ab1f01;\"><em><strong>Les bases de la trigonométrie <br></strong></em></h1>\n</div>\n<div class=\"accordion\" id=\"accordionExample\">\n    <!-- Accordion card One  -->\n    <!-- <div class=\"card border border-danger  rounded\">-->\n    <div class=\"card border border-warning rounded\">\n        <!--avec bordure  -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info\" id=\"headingOne\">\n            <!-- on peu changer la couleur  ds div class=\"card text-dark bg-\"info\"  le info peu changé en success secondry primary ou autre -->\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"> <!-- la coleur du button class=\"btn btn-\"primary\" btn-lg collapsed peu changé primary peu changé en success secondry warning ou autre --> <strong> A.Repérage sur un cercle trigonométrique </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" style=\"\"><!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> A1_ <em> Définition: Cercle trigonométrique </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4></h4>\n                            <h4>On munit le plan d’un repère orthonormé (O; I, J). Le cercle trigonométrique C est le cercle de centre O et de <strong><span style=\"color: #ff0000;\">rayon&nbsp; R=1</span></strong>, sur lequel on choisit un sens de parcours\n                                :\n                            </h4>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>le sens direct (ou positif ou encore trigonométrique) est contraire au sens de rotation des aiguilles d’une montre ;</h4>\n                                    </li>\n                                    <li>\n                                        <h4>le sens indirect (ou négatif) est le sens de rotation des aiguilles d’une montre.</h4>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique01.png\" alt=\"Cercle Trigonometrique01\" class=\"img-responsive atto_image_button_text-bottom\" width=\"300\" height=\"250\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A2_ <em> Propriété </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h4>Pour repérer un point M du cercle trigonométrique, on enroule autour du cercle un axe orienté, gradué, d’origine<br>le point I. On peut alors associer au point M un réel x, abscisse d’un point de l’axe qui vient se superposer\n                                au <br>point M.</h4>\n                            <h4><em><strong><span style=\"color: #ef4540;\">REMARQUE :</span></strong></em></h4>\n                            <p></p>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>Lorsqu’on enroule l’axe dans le sens <em><strong> <span style=\"color: #ef4540;\">direct</span></strong></em>, ce sont des points d’ <em><strong><span style=\"color: #ef4540;\">abscisses positives</span></strong></em>                                            qui se superposent à M,dans le sens <em><strong><span style=\"color: #ef4540;\">indirect</span></strong></em>, ce sont des points d’<em><strong><span style=\"color: #ef4540;\">abscisses négatives</span></strong></em>.</h4>\n                                    </li>\n                                    <li>\n                                        <h4>Tout point sur le cercle trigonométrique se repère par <em><strong> plusieurs nombres réels</strong></em>, distants d’un multiple de 2p, selon le nombre de tours complets de l’enroulement de l’axe.</h4>\n                                    </li>\n                                </ul>\n                                <br>\n                                <h4></h4>\n                                <ul></ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique02.png\" alt=\"ِcercle Trigonomètrique02\" class=\"img-responsive atto_image_button_text-bottom\" width=\"350\" height=\"483\"></p>\n                        </div>\n                    </div>\n                </div>\n                <h4 style=\"font-weight: normal; color: #ec7600;\">Exemple avec geogebra</h4>\n                <!--Debut de geogebra--><iframe scrolling=\"no\" title=\"autour du cercle trigonométrique\" src=\"https://www.geogebra.org/material/iframe/id/jfh8h4d2/width/602/height/502/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false\" style=\"border: 0px;\" data-ruffle-polyfilled=\"\" width=\"602px\" height=\"502px\"> </iframe>\n                <!--Fin de geogebra-->\n                <div></div>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"></h4>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Le radian : <br></em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4>La mesure en radian d’un angle est égale à la longueur de l’arc du cercle trigonométrique qu’il intercepte.</h4>\n                            <h4>Le symbole associé à cette mesure est rad ou rd.</h4>\n                            <p></p>\n                            <h4><em><strong><span style=\"color: #ef4540;\">Remarque :</span></strong></em></h4>\n                            <h4>Dans ces conditions, 360° correspondent à \\(2\\pi\\) rad.<br>• Par proportionnalité, on obtient que 30° correspondent à \\(\\frac{\\pi}{6}\\) rad ; 45° correspondent à \\(\\frac{\\pi}{4}\\) rad ; 90° correspondent à \\(\\frac{\\pi}{2}\\)\n                                rad. <br>• Il faut faire attention au paramétrage de sa calculatrice selon le mode degré ou radian choisi.</h4>\n                            <h4><em><strong><span style=\"color: #ffcf35;\">Méthode : Convertir entre degrés et radius</span></strong></em></h4>\n                            <p></p>\n                            <div class=\"atto_bsgrid container-fluid\">\n                                <div class=\"row-fluid\">\n                                    <div class=\"col-md-6 span6\">\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Exercice d’application</span></strong></h4>\n                                        <h4>Calculer les nombres x, y et z dans le tableau suivant de conversion entre degrés et radians.</h4>\n                                        <p></p>\n                                        <table class=\"table-bordered\">\n                                            <caption></caption>\n                                            <thead>\n                                                <tr>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">Mesure en degré&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30 <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">\\(y\\)&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">150</span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 180</span></h6>\n                                                    </th>\n                                                </tr>\n                                            </thead>\n                                            <tbody>\n                                                <tr>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>Mesure en radian&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp; 0&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(\\frac{\\pi}{2}\\)&nbsp;&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp; \\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp;&nbsp; \\(\\pi\\)</h6>\n                                                    </td>\n                                                </tr>\n                                            </tbody>\n                                        </table>\n                                        <br><br>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                    <div class=\"col-md-6 span6\">\n                                        <p></p>\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Solution</span></strong></h4>\n                                        <h4>On utilisant la proportionnalité pour trouver \\(x\\)</h4>\n                                        <h4>\\(x = \\frac{30\\times\\pi}{180} = \\frac{\\pi}{6}\\) rad</h4>\n                                        <h4>pour \\(y\\) ;&nbsp; \\(y = \\frac{180}{\\pi}\\times \\frac{\\pi}{2} =90°\\)</h4>\n                                        <h4>et&nbsp; \\(z=\\frac{150\\times \\pi}{180}=\\frac{5\\pi}{6}\\)</h4>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                </div>\n                            </div>\n                            <h4><em><strong><span><span style=\"color: #ef4540;\">Remarque :&nbsp;</span> </span></strong></em><strong><em><strong><span></span></strong><span>Les mesures des angles en degré et en radian sont proportionnelles.</span></em>\n                                </strong><em><strong><span><br></span></strong></em></h4>\n                            <br>\n                            <p></p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueRadian.png\" alt=\"radian\" class=\"img-responsive atto_image_button_text-bottom\" width=\"406\" height=\"470\"></p>\n                        </div>\n                    </div>\n                </div>\n                <h4><strong><em><strong><span><span style=\"color: #ef4540;\">Remarque :&nbsp;{Q{Def01/ST_03|f035ff76b7c1e487cec64679bc458e364d39e085529eb2478f74114c225f3392}Q}</span></span></strong></em>\n                    </strong>\n                </h4>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Exercices d\'applications(avec solution) :&nbsp;</em></strong></h4>\n                <p></p>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4><em><strong><span style=\"color: #7d9fd3;\"> Exercice1 :Comment lire l\'abscisse associè à un point.</span></strong></em></h4>\n                            <h4>Donner un nombre associé aux points J et A sur le cercle trigonométrique ci-contre sachant que&nbsp; \\(\\widehat{IOJ } = 90°\\)&nbsp; et \\(\\widehat{IOA} = 120°\\).</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point J</h4>\n                            <h4>on sait que \\(\\widehat{IOJ} = 90°\\) donc&nbsp; \\(\\stackrel \\frown{IJ}\\) mésure un quart de la longueur du cercle dans le sens positif.&nbsp;</h4>\n                            <h4>\\(\\frac{2\\pi}{4}=\\frac{\\pi}{2}\\) don un nombre associé à J est \\(\\frac{\\pi}{2}\\).</h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point A</h4>\n                            <p></p>\n                            <h5>\\(\\widehat{IOA} = 120°\\) donc l\'arc&nbsp; \\(\\stackrel \\frown{IA}\\)&nbsp; mesure un tièrs de la longueur du cercle dans le sens négatif.</h5>\n                            <h4>Donc un nombre asocié à A est&nbsp; -\\(\\frac{120 \\times \\pi}{180}\\) =-\\(\\frac{2\\pi}{3}\\)</h4>\n                            <h4>Tous les nombres associés à A s’écrivent sous la forme -\\(\\frac{2\\pi}{3} +2k\\pi \\in Z\\)</h4>\n                            <p></p>\n                            <p></p>\n                            <h4><em><strong><span> <span style=\"color: #7d9fd3;\">Exercice2 :Placer un point sur un cercle.</span></span></strong></em></h4>\n                            <h4>Tracer un cercle trigonométrique et placer les points associés aux réels \\(\\pi ;\\; -\\frac{\\pi}{2}; \\; \\frac{\\pi}{3}; \\; et\\,-\\frac{\\pi}{6}\\) .</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>La longueur d’un cercle est donnée par la formule :\\(L = 2\\pi\\times r\\).<br>Pour le cercle trigonométrique ( \\( r=1\\)), cette longueur est donc de \\(L = 2\\pi\\).<br>Le nombre \\(\\pi\\) correspond à un parcours d’un demi-cercle\n                                dans le sens positif soit 180°.<br>Le nombre −\\(\\frac{\\pi}{2}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 90°.</h4>\n                            <h4>Le nombre \\(\\frac{\\pi}{3}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 60°.</h4>\n                            <h4>Le nombre −\\(\\frac{\\pi}{6}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 30°.</h4>\n                            <br>\n                            <p></p>\n                            <h4></h4>\n                            <br><br>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique03.png\" alt=\"TRig03\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique04.png\" alt=\"tri1\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4></h4>\n            </div>\n        </div>\n        <!-- fin de collapsOne-->\n    </div>\n    <!-- fin de card One- et fin accordion One-->\n    <div class=\"card border border-info rounded\">\n        <!--debut  Accordion card two -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info \" id=\"headingTwo\">\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded collapsed\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseTwo\" aria-expanded=\"false\" aria-controls=\"collapseTwo\"><!-- button class=\"btn btn-\"primary\" btn-lg collapsed  est changé en rouge \"danger\" selon bootstrap--> <strong> B.Coordonnées d’un point du cercle trigonométrique </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseTwo\" class=\"collapse\" aria-labelledby=\"headingTwo\"><!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B1_ <em>Définition : Sinus, cosinus et tangente </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h5>On considère le cercle trigonométrique dans un repère (O; I, J).</h5>\n                            <h4>Pour tout nombre \\(x\\), le cosinus et le sinus de \\(x\\),notés \\(\\cos x\\) et \\(\\sin x\\), sont les coordonnées du point M du</h4>\n                            <h4>cercle associé à \\(x\\). On écrit alors M(\\(\\cos x \\;; \\sin x\\)).</h4>\n                            <h4>Pour tout nombre \\(x \\neq \\frac{\\pi}{2} + k +2\\pi\\) (avec k entier relatif),</h4>\n                            <br>\n                            <h4>la tangente du nombre \\(x\\) est définie par :</h4>\n                            <h4 style=\"text-align: center;\">\\(\\tan x = \\frac{\\sin x}{\\cos x}\\)</h4>\n                            <br>\n                            <p>.</p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueCos-Sin.png\" alt=\"Sin cos\" class=\"img-responsive atto_image_button_text-bottom\" width=\"449\" height=\"474\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <h5></h5>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B2_ <em>PROPRIÉTÉ </em></strong></h4>\n                <h4><em><strong>Notation :&nbsp; </strong>Pour simplifier l’écriture, on peut utiliser \\((\\cos x)^2 = \\cos^2 x\\)&nbsp; et <em>\\((\\sin x)^2 = \\sin^2 x\\)</em></em>\n                </h4>\n                <h5>Pour tout nombre réel x :</h5>\n                <div>\n                    <h4>\\(\\cos^2(x) + \\sin^2(x) = 1\\)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\( -1 \\leq \\cos(x)\\leq1\\) &nbsp; &nbsp; &nbsp; &nbsp;\n                        \\( -1 \\leq \\sin(x)\\leq1\\)</h4>\n                </div>\n            </div>\n            <!-- fin de card-body two-->\n        </div>\n        <!-- fin collapseTwo-->\n    </div>\n    <!-- fin  Accordion card two -->\n    <!-- Accordion card three -->\n    <div class=\"card border border-warning rounded\">\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info border border-warning\" id=\"headingThree\">\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded collapsed\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseThree\" aria-expanded=\"false\" aria-controls=\"collapseThree\"> <strong> C. Valeurs remarquables </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\"><!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> C1_ Propriété : tablea de valeurs remarquables </strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p></p>\n                            <h4>Soit M<sub>x</sub> un point du cercle trigonométrique, image d’un réel x. Alors :</h4>\n                            <table style=\"height: 200px; ; width: 400px;\" border=\"2\">\n                                <tbody>\n                                    <tr>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">Angle \\(\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">&nbsp;0°</td>\n                                        <td style=\"text-align: center;\">30°</td>\n                                        <td style=\"text-align: center;\">45°</td>\n                                        <td style=\"text-align: center;\">60°</td>\n                                        <td style=\"text-align: center;\">90°</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">Réel x</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{6}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{4}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{3}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{2}\\)</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">\\(\\cos x\\)<br>\\(\\cos\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">1</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{3}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{2}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{1}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">\\(\\sin x\\)<br>\\(\\sin\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{1}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{2}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{3}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">1</td>\n                                    </tr>\n                                </tbody>\n                            </table>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-6 span6\">\n                            <p><img src=\"@@PLUGINFILE@@/kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png\" alt=\"Tab02\" class=\"img-responsive atto_image_button_text-bottom\" width=\"500\" height=\"336\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n            </div>\n            <div class=\"card-body\">\n                <h4><em>Voici les cercles trigonométriques avec les points remarquables.</em></h4>\n            </div>\n            <div class=\"card-body\">\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p><img src=\"@@PLUGINFILE@@/kisspng-unit-circle-mathematics-trigonometry-area.png\" alt=\"Points Reamarquables\" width=\"450\" height=\"449\"></p>\n                        </div>\n                        <img src=\"@@PLUGINFILE@@/kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png\" alt=\"Points Reamarquables\" class=\"img-responsive atto_image_button_text-bottom\" width=\"450\" height=\"450\">\n                        <div class=\"col-md-6 span6\">\n                            <p></p>\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card-body\"></div>\n        </div>\n        <!--fin de card three-->\n    </div>\n    <!-- fin Accordion card three -->\n</div>\n<!-- fin de l\'accordion -->\n<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js\" type=\"text/javascript\"></script>', 1, 1641478422);

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

--
-- Structure de la table `mdl_lesson`
--

CREATE TABLE `mdl_lesson` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `practice` smallint(3) NOT NULL DEFAULT 0,
  `modattempts` smallint(3) NOT NULL DEFAULT 0,
  `usepassword` smallint(3) NOT NULL DEFAULT 0,
  `password` varchar(32) NOT NULL DEFAULT '',
  `dependency` bigint(10) NOT NULL DEFAULT 0,
  `conditions` longtext NOT NULL,
  `grade` bigint(10) NOT NULL DEFAULT 0,
  `custom` smallint(3) NOT NULL DEFAULT 0,
  `ongoing` smallint(3) NOT NULL DEFAULT 0,
  `usemaxgrade` smallint(3) NOT NULL DEFAULT 0,
  `maxanswers` smallint(3) NOT NULL DEFAULT 4,
  `maxattempts` smallint(3) NOT NULL DEFAULT 5,
  `review` smallint(3) NOT NULL DEFAULT 0,
  `nextpagedefault` smallint(3) NOT NULL DEFAULT 0,
  `feedback` smallint(3) NOT NULL DEFAULT 1,
  `minquestions` smallint(3) NOT NULL DEFAULT 0,
  `maxpages` smallint(3) NOT NULL DEFAULT 0,
  `timelimit` bigint(10) NOT NULL DEFAULT 0,
  `retake` smallint(3) NOT NULL DEFAULT 1,
  `activitylink` bigint(10) NOT NULL DEFAULT 0,
  `mediafile` varchar(255) NOT NULL DEFAULT '',
  `mediaheight` bigint(10) NOT NULL DEFAULT 100,
  `mediawidth` bigint(10) NOT NULL DEFAULT 650,
  `mediaclose` smallint(3) NOT NULL DEFAULT 0,
  `slideshow` smallint(3) NOT NULL DEFAULT 0,
  `width` bigint(10) NOT NULL DEFAULT 640,
  `height` bigint(10) NOT NULL DEFAULT 480,
  `bgcolor` varchar(7) NOT NULL DEFAULT '#FFFFFF',
  `displayleft` smallint(3) NOT NULL DEFAULT 0,
  `displayleftif` smallint(3) NOT NULL DEFAULT 0,
  `progressbar` smallint(3) NOT NULL DEFAULT 0,
  `available` bigint(10) NOT NULL DEFAULT 0,
  `deadline` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionendreached` tinyint(1) DEFAULT 0,
  `completiontimespent` bigint(11) DEFAULT 0,
  `allowofflineattempts` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines lesson' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_answers`
--

CREATE TABLE `mdl_lesson_answers` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `jumpto` bigint(11) NOT NULL DEFAULT 0,
  `grade` smallint(4) NOT NULL DEFAULT 0,
  `score` bigint(10) NOT NULL DEFAULT 0,
  `flags` smallint(3) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `answer` longtext DEFAULT NULL,
  `answerformat` tinyint(2) NOT NULL DEFAULT 0,
  `response` longtext DEFAULT NULL,
  `responseformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines lesson_answers' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_attempts`
--

CREATE TABLE `mdl_lesson_attempts` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `answerid` bigint(10) NOT NULL DEFAULT 0,
  `retry` smallint(3) NOT NULL DEFAULT 0,
  `correct` bigint(10) NOT NULL DEFAULT 0,
  `useranswer` longtext DEFAULT NULL,
  `timeseen` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines lesson_attempts' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_branch`
--

CREATE TABLE `mdl_lesson_branch` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `retry` bigint(10) NOT NULL DEFAULT 0,
  `flag` smallint(3) NOT NULL DEFAULT 0,
  `timeseen` bigint(10) NOT NULL DEFAULT 0,
  `nextpageid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='branches for each lesson/user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_grades`
--

CREATE TABLE `mdl_lesson_grades` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `grade` double NOT NULL DEFAULT 0,
  `late` smallint(3) NOT NULL DEFAULT 0,
  `completed` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines lesson_grades' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_overrides`
--

CREATE TABLE `mdl_lesson_overrides` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `available` bigint(10) DEFAULT NULL,
  `deadline` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  `review` smallint(3) DEFAULT NULL,
  `maxattempts` smallint(3) DEFAULT NULL,
  `retake` smallint(3) DEFAULT NULL,
  `password` varchar(32) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The overrides to lesson settings.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_pages`
--

CREATE TABLE `mdl_lesson_pages` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `prevpageid` bigint(10) NOT NULL DEFAULT 0,
  `nextpageid` bigint(10) NOT NULL DEFAULT 0,
  `qtype` smallint(3) NOT NULL DEFAULT 0,
  `qoption` smallint(3) NOT NULL DEFAULT 0,
  `layout` smallint(3) NOT NULL DEFAULT 1,
  `display` smallint(3) NOT NULL DEFAULT 1,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT '',
  `contents` longtext NOT NULL,
  `contentsformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines lesson_pages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lesson_timer`
--

CREATE TABLE `mdl_lesson_timer` (
  `id` bigint(10) NOT NULL,
  `lessonid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `starttime` bigint(10) NOT NULL DEFAULT 0,
  `lessontime` bigint(10) NOT NULL DEFAULT 0,
  `completed` tinyint(1) DEFAULT 0,
  `timemodifiedoffline` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='lesson timer for each lesson' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_license`
--

CREATE TABLE `mdl_license` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(255) DEFAULT NULL,
  `fullname` longtext DEFAULT NULL,
  `source` varchar(255) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `version` bigint(10) NOT NULL DEFAULT 0,
  `custom` tinyint(1) NOT NULL DEFAULT 0,
  `sortorder` mediumint(5) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='store licenses used by moodle' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_license`
--

INSERT INTO `mdl_license` (`id`, `shortname`, `fullname`, `source`, `enabled`, `version`, `custom`, `sortorder`) VALUES
(1, 'unknown', 'Licence not specified', '', 1, 2010033100, 0, 1),
(2, 'allrightsreserved', 'All rights reserved', 'https://en.wikipedia.org/wiki/All_rights_reserved', 1, 2010033100, 0, 2),
(3, 'public', 'Public domain', 'https://en.wikipedia.org/wiki/Public_domain', 1, 2010033100, 0, 3),
(4, 'cc', 'Creative Commons', 'https://creativecommons.org/licenses/by/3.0/', 1, 2010033100, 0, 4),
(5, 'cc-nd', 'Creative Commons - NoDerivs', 'https://creativecommons.org/licenses/by-nd/3.0/', 1, 2010033100, 0, 5),
(6, 'cc-nc-nd', 'Creative Commons - No Commercial NoDerivs', 'https://creativecommons.org/licenses/by-nc-nd/3.0/', 1, 2010033100, 0, 6),
(7, 'cc-nc', 'Creative Commons - No Commercial', 'https://creativecommons.org/licenses/by-nc/3.0/', 1, 2010033100, 0, 7),
(8, 'cc-nc-sa', 'Creative Commons - No Commercial ShareAlike', 'https://creativecommons.org/licenses/by-nc-sa/3.0/', 1, 2010033100, 0, 8),
(9, 'cc-sa', 'Creative Commons - ShareAlike', 'https://creativecommons.org/licenses/by-sa/3.0/', 1, 2010033100, 0, 9);

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

--
-- Structure de la table `mdl_lock_db`
--

CREATE TABLE `mdl_lock_db` (
  `id` bigint(10) NOT NULL,
  `resourcekey` varchar(255) NOT NULL DEFAULT '',
  `expires` bigint(10) DEFAULT NULL,
  `owner` varchar(36) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores active and inactive lock types for db locking method.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_log`
--

CREATE TABLE `mdl_log` (
  `id` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT 0,
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT 0,
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Every action is logged as far as possible' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_logstore_standard_log`
--

CREATE TABLE `mdl_logstore_standard_log` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(255) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT '',
  `action` varchar(100) NOT NULL DEFAULT '',
  `target` varchar(100) NOT NULL DEFAULT '',
  `objecttable` varchar(50) DEFAULT NULL,
  `objectid` bigint(10) DEFAULT NULL,
  `crud` varchar(1) NOT NULL DEFAULT '',
  `edulevel` tinyint(1) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) DEFAULT NULL,
  `relateduserid` bigint(10) DEFAULT NULL,
  `anonymous` tinyint(1) NOT NULL DEFAULT 0,
  `other` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `origin` varchar(10) DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  `realuserid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Standard log table' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_logstore_standard_log`
--

INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:1:{s:8:\"username\";s:5:\"admin\";}', 1643502395, 'web', '127.0.0.1', NULL),
(2, '\\core\\event\\user_password_updated', 'core', 'updated', 'user_password', NULL, NULL, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'a:1:{s:14:\"forgottenreset\";b:0;}', 1643502562, 'web', '127.0.0.1', NULL),
(3, '\\core\\event\\user_updated', 'core', 'updated', 'user', 'user', 2, 'u', 0, 5, 30, 2, 2, 0, 2, 0, 'N;', 1643502563, 'web', '127.0.0.1', NULL),
(4, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 592, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"notloggedinroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(5, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 593, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"guestroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(6, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 594, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"defaultuserroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"7\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(7, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 595, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"creatornewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(8, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 596, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"restorernewroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(9, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 597, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"exportlog\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"tool_log\";}', 1643502568, 'web', '127.0.0.1', NULL),
(10, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 598, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"contactdataprotectionofficer\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(11, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 599, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"automaticdataexportapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(12, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 600, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"automaticdatadeletionapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(13, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 601, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"automaticdeletionrequests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(14, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 602, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"privacyrequestexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(15, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 603, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"requireallenddatesforuserdeletion\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(16, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 604, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"showdataretentionsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"tool_dataprivacy\";}', 1643502568, 'web', '127.0.0.1', NULL),
(17, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 605, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"sitepolicyhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(18, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 606, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"gradebookroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(19, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 607, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"logstore\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"logstore_standard\";s:6:\"plugin\";s:9:\"analytics\";}', 1643502568, 'web', '127.0.0.1', NULL),
(20, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 608, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"h5plibraryhandler\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"h5plib_v124\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(21, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 609, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jabberhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(22, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 610, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"jabberserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(23, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 611, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"jabberusername\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(24, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 612, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"jabberpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(25, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 613, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jabberport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"5222\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(26, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 614, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"airnotifierurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:27:\"https://messages.moodle.net\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(27, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 615, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"airnotifierport\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"443\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(28, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 616, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"airnotifiermobileappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(29, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 617, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"airnotifierappname\";s:8:\"oldvalue\";N;s:5:\"value\";s:21:\"commoodlemoodlemobile\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(30, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 618, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"airnotifieraccesskey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502568, 'web', '127.0.0.1', NULL),
(31, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 619, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"rpc_negotiation_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:9:\"auth_mnet\";}', 1643502568, 'web', '127.0.0.1', NULL),
(32, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 620, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"recaptcha\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(33, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 621, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(34, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 622, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(35, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 623, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(36, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 624, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(37, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 625, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(38, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 626, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(39, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 627, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(40, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 628, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(41, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 629, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(42, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 630, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(43, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 631, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(44, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 632, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(45, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 633, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(46, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 634, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(47, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 635, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(48, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 636, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(49, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 637, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(50, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 638, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:10:\"auth_email\";}', 1643502569, 'web', '127.0.0.1', NULL),
(51, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 639, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(52, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 640, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"type\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"mysqli\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(53, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 641, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"sybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(54, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 642, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"name\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(55, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 643, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"user\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(56, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 644, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"pass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(57, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 645, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"table\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(58, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 646, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"fielduser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(59, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 647, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"fieldpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(60, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 648, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"passtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"plaintext\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(61, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 649, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"extencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(62, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 650, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"setupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(63, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 651, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"debugauthdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(64, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 652, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(65, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 653, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"removeuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(66, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 654, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"updateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(67, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 655, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(68, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 656, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(69, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 657, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(70, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 658, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(71, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 659, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502569, 'web', '127.0.0.1', NULL),
(72, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 660, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(73, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 661, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(74, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 662, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(75, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 663, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(76, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 664, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(77, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 665, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(78, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 666, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(79, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 667, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(80, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 668, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(81, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 669, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(82, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 670, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(83, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 671, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(84, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 672, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(85, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 673, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(86, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 674, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(87, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 675, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(88, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 676, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(89, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 677, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(90, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 678, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(91, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 679, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(92, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 680, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(93, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 681, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(94, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 682, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(95, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 683, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(96, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 684, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(97, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 685, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(98, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 686, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(99, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 687, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(100, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 688, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(101, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 689, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(102, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 690, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(103, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 691, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(104, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 692, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(105, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 693, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(106, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 694, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(107, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 695, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(108, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 696, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(109, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 697, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(110, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 698, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(111, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 699, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(112, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 700, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(113, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 701, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(114, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 702, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(115, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 703, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(116, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 704, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502570, 'web', '127.0.0.1', NULL),
(117, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 705, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(118, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 706, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(119, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 707, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(120, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 708, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(121, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 709, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(122, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 710, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(123, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 711, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(124, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 712, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(125, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 713, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(126, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 714, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(127, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 715, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(128, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 716, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(129, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 717, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(130, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 718, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(131, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 719, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(132, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 720, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(133, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 721, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(134, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 722, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(135, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 723, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(136, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 724, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(137, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 725, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(138, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 726, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:7:\"auth_db\";}', 1643502571, 'web', '127.0.0.1', NULL),
(139, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 727, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"expiration\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(140, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 728, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"expirationtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(141, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 729, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"expiration_warning\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(142, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 730, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(143, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 731, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(144, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 732, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(145, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 733, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(146, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 734, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(147, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 735, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(148, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 736, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(149, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 737, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(150, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 738, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(151, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 739, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(152, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 740, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(153, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 741, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(154, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 742, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(155, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 743, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(156, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 744, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502571, 'web', '127.0.0.1', NULL),
(157, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 745, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502572, 'web', '127.0.0.1', NULL),
(158, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 746, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502572, 'web', '127.0.0.1', NULL),
(159, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 747, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_manual\";}', 1643502572, 'web', '127.0.0.1', NULL),
(160, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 748, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(161, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 749, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(162, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 750, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(163, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 751, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(164, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 752, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(165, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 753, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(166, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 754, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(167, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 755, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(168, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 756, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(169, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 757, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(170, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 758, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(171, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 759, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(172, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 760, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(173, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 761, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(174, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 762, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(175, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 763, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(176, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 764, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(177, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 765, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:11:\"auth_oauth2\";}', 1643502572, 'web', '127.0.0.1', NULL),
(178, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 766, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(179, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 767, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(180, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 768, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(181, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 769, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(182, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 770, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(183, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 771, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(184, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 772, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(185, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 773, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(186, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 774, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(187, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 775, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(188, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 776, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(189, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 777, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(190, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 778, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(191, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 779, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(192, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 780, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(193, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 781, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(194, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 782, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(195, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 783, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_none\";}', 1643502572, 'web', '127.0.0.1', NULL),
(196, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 784, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(197, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 785, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(198, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 786, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(199, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 787, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(200, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 788, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(201, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 789, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(202, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 790, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(203, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 791, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502572, 'web', '127.0.0.1', NULL),
(204, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 792, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(205, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 793, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(206, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 794, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(207, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 795, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(208, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 796, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(209, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 797, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(210, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 798, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(211, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 799, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(212, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 800, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(213, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 801, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(214, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 802, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(215, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 803, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(216, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 804, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(217, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 805, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(218, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 806, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(219, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 807, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(220, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 808, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(221, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 809, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(222, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 810, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(223, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 811, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(224, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 812, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(225, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 813, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(226, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 814, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(227, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 815, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(228, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 816, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(229, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 817, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(230, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 818, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(231, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 819, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(232, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 820, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(233, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 821, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(234, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 822, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(235, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 823, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(236, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 824, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(237, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 825, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(238, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 826, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(239, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 827, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(240, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 828, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(241, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 829, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(242, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 830, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(243, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 831, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(244, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 832, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(245, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 833, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(246, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 834, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(247, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 835, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(248, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 836, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(249, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 837, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(250, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 838, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(251, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 839, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(252, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 840, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(253, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 841, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(254, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 842, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(255, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 843, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(256, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 844, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(257, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 845, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502573, 'web', '127.0.0.1', NULL),
(258, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 846, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(259, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 847, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(260, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 848, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(261, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 849, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(262, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 850, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(263, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 851, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(264, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 852, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(265, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 853, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(266, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 854, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(267, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 855, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:8:\"auth_cas\";}', 1643502574, 'web', '127.0.0.1', NULL),
(268, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 856, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(269, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 857, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(270, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 858, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updateremote_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(271, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 859, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(272, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 860, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(273, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 861, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(274, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 862, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(275, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 863, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(276, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 864, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(277, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 865, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(278, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 866, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updateremote_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(279, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 867, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(280, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 868, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(281, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 869, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(282, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 870, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(283, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 871, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(284, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 872, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(285, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 873, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(286, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 874, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(287, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 875, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(288, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 876, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(289, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 877, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(290, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 878, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updateremote_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(291, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 879, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(292, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 880, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(293, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 881, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(294, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 882, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(295, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 883, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(296, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 884, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(297, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 885, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(298, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 886, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updateremote_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(299, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 887, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(300, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 888, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(301, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 889, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(302, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 890, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updateremote_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(303, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 891, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(304, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 892, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(305, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 893, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(306, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 894, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"field_updateremote_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502574, 'web', '127.0.0.1', NULL),
(307, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 895, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(308, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 896, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(309, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 897, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(310, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 898, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(311, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 899, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(312, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 900, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(313, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 901, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(314, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 902, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(315, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 903, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(316, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 904, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(317, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 905, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(318, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 906, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updateremote_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(319, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 907, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(320, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 908, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(321, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 909, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(322, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 910, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updateremote_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(323, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 911, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(324, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 912, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(325, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 913, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(326, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 914, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"field_updateremote_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(327, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 915, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(328, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 916, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(329, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 917, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(330, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 918, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updateremote_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(331, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 919, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(332, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 920, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(333, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 921, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(334, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 922, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updateremote_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(335, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 923, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(336, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 924, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(337, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 925, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(338, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 926, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"field_updateremote_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(339, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 927, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:9:\"auth_ldap\";}', 1643502575, 'web', '127.0.0.1', NULL),
(340, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 928, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"user_attribute\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(341, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 929, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"convert_data\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(342, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 930, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"alt_login\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"off\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(343, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 931, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"organization_selection\";s:8:\"oldvalue\";N;s:5:\"value\";s:259:\"urn:mace:organization1:providerID, Example Organization 1\n        https://another.idp-id.com/shibboleth, Other Example Organization, /Shibboleth.sso/DS/SWITCHaai\n        urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/SWITCHaai\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(344, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 932, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"logout_handler\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(345, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 933, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"logout_return_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(346, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 934, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"login_name\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"Shibboleth Login\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(347, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 935, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"auth_logo\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(348, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 936, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"auth_instructions\";s:8:\"oldvalue\";N;s:5:\"value\";s:224:\"Utilisez la <a href=\"http://localhost/moodle/auth/shibboleth/index.php\">connexion Shibboleth</a> pour accéder via Shibboleth, si votre institution le permet. Sinon, utilisez le formulaire de connexion standard affiché ici.\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(349, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 937, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"changepasswordurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(350, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 938, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_map_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(351, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 939, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_updatelocal_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(352, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 940, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_lock_firstname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(353, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 941, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(354, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 942, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(355, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 943, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_lastname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(356, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 944, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_map_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502575, 'web', '127.0.0.1', NULL),
(357, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 945, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_updatelocal_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(358, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 946, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_lock_email\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(359, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 947, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(360, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 948, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(361, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 949, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_city\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(362, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 950, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(363, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 951, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(364, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 952, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_country\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(365, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 953, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_map_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(366, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 954, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_updatelocal_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(367, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 955, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"field_lock_lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(368, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 956, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(369, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 957, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(370, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 958, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_description\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(371, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 959, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"field_map_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(372, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 960, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_updatelocal_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(373, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 961, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"field_lock_url\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(374, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 962, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_map_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(375, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 963, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_updatelocal_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(376, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 964, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"field_lock_idnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(377, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 965, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_map_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(378, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 966, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"field_updatelocal_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(379, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 967, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"field_lock_institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(380, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 968, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(381, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 969, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(382, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 970, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_department\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(383, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 971, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(384, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 972, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(385, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 973, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone1\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(386, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 974, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"field_map_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(387, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 975, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_updatelocal_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(388, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 976, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_lock_phone2\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(389, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 977, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"field_map_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(390, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 978, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"field_updatelocal_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(391, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 979, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"field_lock_address\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(392, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 980, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_map_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(393, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 981, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:35:\"field_updatelocal_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(394, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 982, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_lock_firstnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(395, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 983, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"field_map_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(396, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 984, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"field_updatelocal_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(397, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 985, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"field_lock_lastnamephonetic\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(398, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 986, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"field_map_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(399, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 987, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"field_updatelocal_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(400, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 988, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"field_lock_middlename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(401, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 989, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"field_map_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(402, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 990, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"field_updatelocal_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"oncreate\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(403, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 991, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"field_lock_alternatename\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"unlocked\";s:6:\"plugin\";s:15:\"auth_shibboleth\";}', 1643502576, 'web', '127.0.0.1', NULL),
(404, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 992, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"block_course_list_adminview\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"all\";s:6:\"plugin\";N;}', 1643502576, 'web', '127.0.0.1', NULL),
(405, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 993, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:36:\"block_course_list_hideallcourseslink\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502576, 'web', '127.0.0.1', NULL),
(406, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 994, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:29:\"block_recentlyaccessedcourses\";}', 1643502576, 'web', '127.0.0.1', NULL),
(407, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 995, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:20:\"block_starredcourses\";}', 1643502576, 'web', '127.0.0.1', NULL),
(408, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 996, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"block_rss_client_num_entries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1643502576, 'web', '127.0.0.1', NULL),
(409, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 997, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"block_rss_client_timeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";N;}', 1643502577, 'web', '127.0.0.1', NULL),
(410, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 998, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"block_html_allowcssclasses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502577, 'web', '127.0.0.1', NULL),
(411, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 999, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numsections1\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"22\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1643502577, 'web', '127.0.0.1', NULL),
(412, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1000, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"incby1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1643502577, 'web', '127.0.0.1', NULL),
(413, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1001, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numsections2\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"40\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1643502577, 'web', '127.0.0.1', NULL),
(414, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1002, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"incby2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"block_section_links\";}', 1643502577, 'web', '127.0.0.1', NULL),
(415, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1003, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"config_showbest\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(416, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1004, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"config_showbest_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(417, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1005, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"config_showworst\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(418, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1006, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"config_showworst_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(419, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1007, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"config_usegroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(420, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1008, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"config_usegroups_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(421, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1009, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"config_nameformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(422, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1010, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"config_nameformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(423, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1011, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"config_gradeformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(424, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1012, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"config_gradeformat_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(425, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1013, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"config_decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(426, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1014, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"config_decimalpoints_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"block_activity_results\";}', 1643502577, 'web', '127.0.0.1', NULL),
(427, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1015, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"block_online_users_timetosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1643502577, 'web', '127.0.0.1', NULL),
(428, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1016, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:37:\"block_online_users_onlinestatushiding\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502577, 'web', '127.0.0.1', NULL),
(429, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1017, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displaycategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(430, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1018, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"layouts\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"card,list,summary\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(431, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1019, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"displaygroupingallincludinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(432, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1020, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"displaygroupingall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(433, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1021, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"displaygroupinginprogress\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(434, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1022, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"displaygroupingpast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(435, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1023, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"displaygroupingfuture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(436, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1024, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"displaygroupingcustomfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(437, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1025, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"customfiltergrouping\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(438, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1026, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"displaygroupingfavourites\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(439, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1027, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"displaygroupinghidden\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"block_myoverview\";}', 1643502577, 'web', '127.0.0.1', NULL),
(440, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1028, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"apikey\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"block_tag_youtube\";}', 1643502577, 'web', '127.0.0.1', NULL),
(441, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1029, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"issuerid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:25:\"fileconverter_googledrive\";}', 1643502578, 'web', '127.0.0.1', NULL),
(442, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1030, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"pathtounoconv\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"/usr/bin/unoconv\";s:6:\"plugin\";N;}', 1643502578, 'web', '127.0.0.1', NULL),
(443, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1031, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:355:\"collapse = collapse\nstyle1 = title, bold, italic\nlist = unorderedlist, orderedlist, indent\nlinks = link\nfiles = emojipicker, image, media, recordrtc, managefiles, h5p\nstyle2 = underline, strike, subscript, superscript\nalign = align\ninsert = equation, charmap, table, clear\nundo = undo\naccessibility = accessibilitychecker, accessibilityhelper\nother = html\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1643502578, 'web', '127.0.0.1', NULL),
(444, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1032, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"autosavefrequency\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:11:\"editor_atto\";}', 1643502578, 'web', '127.0.0.1', NULL),
(445, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1033, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"showgroups\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:13:\"atto_collapse\";}', 1643502578, 'web', '127.0.0.1', NULL),
(446, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1034, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup1\";s:8:\"oldvalue\";N;s:5:\"value\";s:244:\"\n\\cdot\n\\times\n\\ast\n\\div\n\\diamond\n\\pm\n\\mp\n\\oplus\n\\ominus\n\\otimes\n\\oslash\n\\odot\n\\circ\n\\bullet\n\\asymp\n\\equiv\n\\subseteq\n\\supseteq\n\\leq\n\\geq\n\\preceq\n\\succeq\n\\sim\n\\simeq\n\\approx\n\\subset\n\\supset\n\\ll\n\\gg\n\\prec\n\\succ\n\\infty\n\\in\n\\ni\n\\forall\n\\exists\n\\neq\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1643502578, 'web', '127.0.0.1', NULL),
(447, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1035, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup2\";s:8:\"oldvalue\";N;s:5:\"value\";s:155:\"\n\\leftarrow\n\\rightarrow\n\\uparrow\n\\downarrow\n\\leftrightarrow\n\\nearrow\n\\searrow\n\\swarrow\n\\nwarrow\n\\Leftarrow\n\\Rightarrow\n\\Uparrow\n\\Downarrow\n\\Leftrightarrow\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1643502578, 'web', '127.0.0.1', NULL),
(448, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1036, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup3\";s:8:\"oldvalue\";N;s:5:\"value\";s:210:\"\n\\alpha\n\\beta\n\\gamma\n\\delta\n\\epsilon\n\\zeta\n\\eta\n\\theta\n\\iota\n\\kappa\n\\lambda\n\\mu\n\\nu\n\\xi\n\\pi\n\\rho\n\\sigma\n\\tau\n\\upsilon\n\\phi\n\\chi\n\\psi\n\\omega\n\\Gamma\n\\Delta\n\\Theta\n\\Lambda\n\\Xi\n\\Pi\n\\Sigma\n\\Upsilon\n\\Phi\n\\Psi\n\\Omega\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1643502578, 'web', '127.0.0.1', NULL),
(449, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1037, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"librarygroup4\";s:8:\"oldvalue\";N;s:5:\"value\";s:239:\"\n\\sum{a,b}\n\\sqrt[a]{b+c}\n\\int_{a}^{b}{c}\n\\iint_{a}^{b}{c}\n\\iiint_{a}^{b}{c}\n\\oint{a}\n(a)\n[a]\n\\lbrace{a}\\rbrace\n\\left| \\begin{matrix} a_1 & a_2 \\ a_3 & a_4 \\end{matrix} \\right|\n\\frac{a}{b+c}\n\\vec{a}\n\\binom {a} {b}\n{a \\brack b}\n{a \\brace b}\n\";s:6:\"plugin\";s:13:\"atto_equation\";}', 1643502578, 'web', '127.0.0.1', NULL),
(450, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1038, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"allowedtypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"both\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1643502578, 'web', '127.0.0.1', NULL),
(451, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1039, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"audiobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"128000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1643502578, 'web', '127.0.0.1', NULL),
(452, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1040, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"videobitrate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"2500000\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1643502578, 'web', '127.0.0.1', NULL),
(453, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1041, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:14:\"atto_recordrtc\";}', 1643502578, 'web', '127.0.0.1', NULL),
(454, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1042, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"allowborders\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1643502578, 'web', '127.0.0.1', NULL),
(455, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1043, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"allowbackgroundcolour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1643502578, 'web', '127.0.0.1', NULL),
(456, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1044, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"allowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"atto_table\";}', 1643502578, 'web', '127.0.0.1', NULL),
(457, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1045, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"customtoolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:378:\"wrap,formatselect,wrap,bold,italic,wrap,bullist,numlist,wrap,link,unlink,wrap,image\n\nundo,redo,wrap,underline,strikethrough,sub,sup,wrap,justifyleft,justifycenter,justifyright,wrap,outdent,indent,wrap,forecolor,backcolor,wrap,ltr,rtl\n\nfontselect,fontsizeselect,wrap,code,search,replace,wrap,nonbreaking,charmap,table,wrap,cleanup,removeformat,pastetext,pasteword,wrap,fullscreen\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1643502578, 'web', '127.0.0.1', NULL),
(458, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1046, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"fontselectlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:338:\"Trebuchet=Trebuchet MS,Verdana,Arial,Helvetica,sans-serif;Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;Wingdings=wingdings\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1643502578, 'web', '127.0.0.1', NULL),
(459, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1047, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"customconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"editor_tinymce\";}', 1643502578, 'web', '127.0.0.1', NULL),
(460, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1048, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requireemoticon\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"tinymce_moodleemoticon\";}', 1643502578, 'web', '127.0.0.1', NULL),
(461, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1049, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"spellengine\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}', 1643502578, 'web', '127.0.0.1', NULL),
(462, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1050, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"spelllanguagelist\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"+English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv\";s:6:\"plugin\";s:20:\"tinymce_spellchecker\";}', 1643502578, 'web', '127.0.0.1', NULL),
(463, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1051, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"allowedsources\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"filter_displayh5p\";}', 1643502578, 'web', '127.0.0.1', NULL),
(464, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1052, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:15:\"filter_emoticon\";}', 1643502578, 'web', '127.0.0.1', NULL),
(465, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1053, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"filter_censor_badwords\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502578, 'web', '127.0.0.1', NULL),
(466, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1054, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"filter_multilang_force_old\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502578, 'web', '127.0.0.1', NULL),
(467, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1055, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"formats\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,4,0\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1643502578, 'web', '127.0.0.1', NULL),
(468, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1056, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"embedimages\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"filter_urltolink\";}', 1643502578, 'web', '127.0.0.1', NULL),
(469, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1057, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"httpsurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:53:\"https://cdn.jsdelivr.net/npm/mathjax@2.7.8/MathJax.js\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1643502578, 'web', '127.0.0.1', NULL),
(470, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1058, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"texfiltercompatibility\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1643502578, 'web', '127.0.0.1', NULL),
(471, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1059, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"mathjaxconfig\";s:8:\"oldvalue\";N;s:5:\"value\";s:162:\"\nMathJax.Hub.Config({\n    config: [\"Accessible.js\", \"Safe.js\"],\n    errorSettings: { message: [\"!\"] },\n    skipStartupTypeset: true,\n    messageStyle: \"none\"\n});\n\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1643502578, 'web', '127.0.0.1', NULL),
(472, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1060, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"additionaldelimiters\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:20:\"filter_mathjaxloader\";}', 1643502578, 'web', '127.0.0.1', NULL),
(473, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1061, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"latexpreamble\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"\\usepackage[latin1]{inputenc}\n\\usepackage{amsmath}\n\\usepackage{amsfonts}\n\\RequirePackage{amsmath,amssymb,latexsym}\n\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(474, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1062, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"latexbackground\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(475, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1063, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"density\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"120\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(476, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1064, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"pathlatex\";s:8:\"oldvalue\";N;s:5:\"value\";s:29:\"c:\\texmf\\miktex\\bin\\latex.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(477, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1065, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"pathdvips\";s:8:\"oldvalue\";N;s:5:\"value\";s:29:\"c:\\texmf\\miktex\\bin\\dvips.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(478, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1066, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathconvert\";s:8:\"oldvalue\";N;s:5:\"value\";s:26:\"c:\\imagemagick\\convert.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502578, 'web', '127.0.0.1', NULL),
(479, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1067, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathdvisvgm\";s:8:\"oldvalue\";N;s:5:\"value\";s:31:\"c:\\texmf\\miktex\\bin\\dvisvgm.exe\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502579, 'web', '127.0.0.1', NULL),
(480, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1068, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"pathmimetex\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502579, 'web', '127.0.0.1', NULL),
(481, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1069, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"convertformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"gif\";s:6:\"plugin\";s:10:\"filter_tex\";}', 1643502579, 'web', '127.0.0.1', NULL),
(482, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1070, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"activitytype\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"forum\";s:6:\"plugin\";s:21:\"format_singleactivity\";}', 1643502579, 'web', '127.0.0.1', NULL),
(483, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1071, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL),
(484, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1072, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL),
(485, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1073, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL),
(486, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1074, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL),
(487, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1075, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL),
(488, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1076, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"status_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"enrol_guest\";}', 1643502579, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(489, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1077, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"requirepassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(490, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1078, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"usepasswordpolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(491, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1079, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showhint\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(492, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1080, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(493, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1081, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(494, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1082, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(495, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1083, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(496, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1084, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"newenrols\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(497, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1085, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"groupkey\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(498, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1086, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(499, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1087, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(500, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1088, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(501, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1089, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(502, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1090, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"longtimenosee\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(503, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1091, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"maxenrolled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(504, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1092, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendcoursewelcomemessage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_self\";}', 1643502579, 'web', '127.0.0.1', NULL),
(505, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1093, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(506, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1094, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(507, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1095, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(508, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1096, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(509, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1097, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(510, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1098, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"dbencoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"utf-8\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(511, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1099, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"dbsetupsql\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(512, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1100, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"dbsybasequoting\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(513, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1101, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"debugdb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(514, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1102, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"localcoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(515, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1103, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"localuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(516, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1104, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"localrolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(517, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1105, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"localcategoryfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"id\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(518, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1106, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"remoteenroltable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(519, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1107, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"remotecoursefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(520, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1108, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"remoteuserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(521, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1109, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"remoterolefield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(522, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1110, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"remoteotheruserfield\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(523, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1111, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"defaultrole\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502579, 'web', '127.0.0.1', NULL),
(524, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1112, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"ignorehiddencourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(525, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1113, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(526, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1114, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"newcoursetable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(527, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1115, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcoursefullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"fullname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(528, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1116, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"newcourseshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"shortname\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(529, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1117, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcourseidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"idnumber\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(530, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1118, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"newcoursecategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(531, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1119, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultcategory\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(532, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1120, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"templatecourse\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_database\";}', 1643502580, 'web', '127.0.0.1', NULL),
(533, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1121, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"imsfilelocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(534, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1122, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"logtolocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(535, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1123, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(536, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1124, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"createnewusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(537, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1125, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"imsupdateusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(538, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1126, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"imsdeleteusers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(539, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1127, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"fixcaseusernames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(540, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1128, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"fixcasepersonalnames\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(541, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1129, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"imssourcedidfallback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(542, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1130, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap01\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(543, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1131, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap02\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(544, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1132, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap03\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(545, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1133, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap04\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(546, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1134, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap05\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(547, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1135, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap06\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(548, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1136, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap07\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(549, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1137, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imsrolemap08\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(550, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1138, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"truncatecoursecodes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(551, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1139, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"createnewcourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(552, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1140, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"updatecourses\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(553, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1141, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"createnewcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(554, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1142, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"nestedcategories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(555, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1143, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"categoryidnumber\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(556, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1144, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categoryseparator\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(557, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1145, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"imsunenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(558, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1146, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"imscoursemapshortname\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"coursecode\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(559, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1147, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"imscoursemapfullname\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"short\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(560, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1148, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"imscoursemapsummary\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"ignore\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(561, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1149, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"imsrestricttarget\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(562, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1150, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"imscapitafix\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"enrol_imsenterprise\";}', 1643502580, 'web', '127.0.0.1', NULL),
(563, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1151, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(564, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1152, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"encoding\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"UTF-8\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(565, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1153, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(566, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1154, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(567, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1155, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(568, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1156, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(569, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1157, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:14:\"enrol_flatfile\";}', 1643502580, 'web', '127.0.0.1', NULL),
(570, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1158, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502580, 'web', '127.0.0.1', NULL),
(571, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1159, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"expirynotifyhour\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502580, 'web', '127.0.0.1', NULL),
(572, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1160, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"defaultenrol\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502580, 'web', '127.0.0.1', NULL),
(573, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1161, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(574, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1162, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(575, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1163, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"enrolstart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"4\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(576, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1164, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(577, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1165, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"expirynotify\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(578, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1166, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"expirythreshold\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:12:\"enrol_manual\";}', 1643502581, 'web', '127.0.0.1', NULL),
(579, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1167, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1643502581, 'web', '127.0.0.1', NULL),
(580, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1168, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"roleid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_mnet\";}', 1643502581, 'web', '127.0.0.1', NULL),
(581, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1169, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"nosyncroleids\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1643502581, 'web', '127.0.0.1', NULL),
(582, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1170, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"syncall\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1643502581, 'web', '127.0.0.1', NULL),
(583, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1171, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1643502581, 'web', '127.0.0.1', NULL),
(584, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1172, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"coursesort\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"sortorder\";s:6:\"plugin\";s:10:\"enrol_meta\";}', 1643502581, 'web', '127.0.0.1', NULL),
(585, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1173, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"paypalbusiness\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(586, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1174, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailstudents\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(587, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1175, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mailteachers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(588, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1176, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mailadmins\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(589, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1177, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"expiredaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(590, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1178, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(591, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1179, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"cost\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(592, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1180, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"currency\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"USD\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(593, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1181, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(594, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1182, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"enrolperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_paypal\";}', 1643502581, 'web', '127.0.0.1', NULL),
(595, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1183, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"emaildisplay\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(596, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1184, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"city\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(597, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1185, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"country\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(598, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1186, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"timezone\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"99\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(599, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1187, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"lang\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"fr\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(600, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1188, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"institution\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:9:\"enrol_lti\";}', 1643502581, 'web', '127.0.0.1', NULL),
(601, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1189, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"roleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1643502581, 'web', '127.0.0.1', NULL),
(602, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1190, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"unenrolaction\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:12:\"enrol_cohort\";}', 1643502581, 'web', '127.0.0.1', NULL),
(603, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1191, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbdriver\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(604, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1192, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(605, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1193, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(606, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1194, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(607, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1195, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbname\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(608, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1196, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"dbtable\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(609, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1197, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"dbpersist\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(610, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1198, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(611, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1199, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"dbport\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(612, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1200, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dbschema\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(613, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1201, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"dbcollation\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(614, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1202, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"dbhandlesoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(615, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1203, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(616, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1204, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(617, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1205, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(618, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1206, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"includelevels\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"1,2,0\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(619, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1207, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"includeactions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"c,r,u,d\";s:6:\"plugin\";s:17:\"logstore_database\";}', 1643502581, 'web', '127.0.0.1', NULL),
(620, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1208, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"loglegacy\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:15:\"logstore_legacy\";}', 1643502581, 'web', '127.0.0.1', NULL),
(621, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1209, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(622, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1210, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(623, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1211, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"logguests\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1643502582, 'web', '127.0.0.1', NULL),
(624, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1212, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"jsonformat\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1643502582, 'web', '127.0.0.1', NULL),
(625, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1213, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"loglifetime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1643502582, 'web', '127.0.0.1', NULL),
(626, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1214, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"buffersize\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"50\";s:6:\"plugin\";s:17:\"logstore_standard\";}', 1643502582, 'web', '127.0.0.1', NULL),
(627, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1215, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"videoextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:33:\"html_video,media_source,.f4v,.flv\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(628, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1216, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"audioextensions\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"html_audio\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(629, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1217, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"rtmp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(630, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1218, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"useflash\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(631, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1219, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"youtube\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(632, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1220, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"videocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(633, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1221, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"audiocssclass\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"video-js\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(634, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1222, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"limitsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:13:\"media_videojs\";}', 1643502582, 'web', '127.0.0.1', NULL),
(635, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1223, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"grade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"80\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(636, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1224, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"gradinggrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(637, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1225, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"gradedecimals\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(638, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1226, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(639, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1227, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"strategy\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"accumulative\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(640, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1228, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"examplesmode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"workshop\";}', 1643502582, 'web', '127.0.0.1', NULL),
(641, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1229, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"numofreviews\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:25:\"workshopallocation_random\";}', 1643502582, 'web', '127.0.0.1', NULL),
(642, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1230, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"grade0\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Non\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1643502582, 'web', '127.0.0.1', NULL),
(643, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1231, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"grade1\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"Oui\";s:6:\"plugin\";s:22:\"workshopform_numerrors\";}', 1643502582, 'web', '127.0.0.1', NULL),
(644, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1232, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"comparison\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:17:\"workshopeval_best\";}', 1643502582, 'web', '127.0.0.1', NULL),
(645, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1233, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"data_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(646, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1234, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"chat_method\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"ajax\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(647, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1235, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"chat_refresh_userlist\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(648, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1236, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"chat_old_ping\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"35\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(649, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1237, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"chat_refresh_room\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(650, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1238, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"chat_normal_updatemode\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"jsupdate\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(651, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1239, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"chat_serverhost\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"localhost\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(652, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1240, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"chat_serverip\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"127.0.0.1\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(653, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1241, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"chat_serverport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"9111\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(654, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1242, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"chat_servermax\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1643502582, 'web', '127.0.0.1', NULL),
(655, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1243, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"feedback_plugin_for_gradebook\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"assignfeedback_comments\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(656, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1244, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"showrecentsubmissions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(657, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1245, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"submissionreceipts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(658, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1246, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"submissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:115:\"Ce document est le fruit de mon propre travail, excepté les extraits dûment cités de travaux d\'autres personnes.\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(659, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1247, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"submissionstatementteamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:118:\"Ce document est le fruit du travail de mon groupe, excepté les extraits dûment cités de travaux d\'autres personnes.\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(660, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1248, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:42:\"submissionstatementteamsubmissionallsubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:144:\"Ce document est le fruit de mon propre travail en tant que membre du groupe, excepté les extraits dûment cités de travaux d\'autres personnes.\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(661, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1249, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502582, 'web', '127.0.0.1', NULL),
(662, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1250, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"alwaysshowdescription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(663, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1251, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"alwaysshowdescription_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(664, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1252, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"alwaysshowdescription_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(665, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1253, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"allowsubmissionsfromdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(666, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1254, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:32:\"allowsubmissionsfromdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(667, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1255, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"allowsubmissionsfromdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(668, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1256, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"duedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(669, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1257, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"duedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(670, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1258, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"duedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(671, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1259, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"cutoffdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(672, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1260, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"cutoffdate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(673, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1261, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"cutoffdate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(674, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1262, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"gradingduedate\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"1209600\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(675, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1263, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"gradingduedate_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(676, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1264, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"gradingduedate_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(677, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1265, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"submissiondrafts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(678, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1266, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"submissiondrafts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(679, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1267, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"submissiondrafts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(680, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1268, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"requiresubmissionstatement\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(681, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1269, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:30:\"requiresubmissionstatement_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(682, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1270, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:33:\"requiresubmissionstatement_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(683, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1271, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"attemptreopenmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"none\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(684, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1272, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"attemptreopenmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(685, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1273, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"attemptreopenmethod_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(686, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1274, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"maxattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(687, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1275, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"maxattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(688, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1276, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"maxattempts_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(689, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1277, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"teamsubmission\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(690, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1278, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"teamsubmission_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(691, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1279, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"teamsubmission_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(692, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1280, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"preventsubmissionnotingroup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(693, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1281, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"preventsubmissionnotingroup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(694, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1282, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"preventsubmissionnotingroup_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(695, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1283, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"requireallteammemberssubmit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(696, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1284, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"requireallteammemberssubmit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(697, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1285, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:34:\"requireallteammemberssubmit_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(698, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1286, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"teamsubmissiongroupingid\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(699, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1287, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"teamsubmissiongroupingid_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(700, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1288, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"sendnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(701, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1289, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"sendnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(702, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1290, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(703, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1291, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"sendlatenotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(704, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1292, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"sendlatenotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(705, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1293, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"sendlatenotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(706, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1294, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"sendstudentnotifications\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(707, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1295, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"sendstudentnotifications_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(708, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1296, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:31:\"sendstudentnotifications_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(709, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1297, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"blindmarking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(710, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1298, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"blindmarking_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(711, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1299, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"blindmarking_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(712, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1300, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"hidegrader\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502583, 'web', '127.0.0.1', NULL),
(713, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1301, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"hidegrader_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(714, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1302, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"hidegrader_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(715, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1303, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"markingworkflow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(716, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1304, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"markingworkflow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(717, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1305, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"markingworkflow_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(718, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1306, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"markingallocation\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(719, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1307, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"markingallocation_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(720, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1308, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"markingallocation_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:6:\"assign\";}', 1643502584, 'web', '127.0.0.1', NULL),
(721, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1309, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1643502584, 'web', '127.0.0.1', NULL),
(722, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1310, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"20\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1643502584, 'web', '127.0.0.1', NULL),
(723, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1311, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"filetypes\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1643502584, 'web', '127.0.0.1', NULL),
(724, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1312, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:21:\"assignsubmission_file\";}', 1643502584, 'web', '127.0.0.1', NULL),
(725, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1313, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:27:\"assignsubmission_onlinetext\";}', 1643502584, 'web', '127.0.0.1', NULL),
(726, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1314, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1643502584, 'web', '127.0.0.1', NULL),
(727, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1315, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"inline\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1643502584, 'web', '127.0.0.1', NULL),
(728, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1316, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"inline_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1643502584, 'web', '127.0.0.1', NULL),
(729, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1317, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"inline_locked\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:23:\"assignfeedback_comments\";}', 1643502584, 'web', '127.0.0.1', NULL),
(730, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1318, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1643502584, 'web', '127.0.0.1', NULL),
(731, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1319, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"stamps\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:22:\"assignfeedback_editpdf\";}', 1643502584, 'web', '127.0.0.1', NULL),
(732, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1320, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:19:\"assignfeedback_file\";}', 1643502584, 'web', '127.0.0.1', NULL),
(733, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1321, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"default\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:22:\"assignfeedback_offline\";}', 1643502584, 'web', '127.0.0.1', NULL),
(734, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1322, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"showexpanded\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:6:\"folder\";}', 1643502584, 'web', '127.0.0.1', NULL),
(735, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1323, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"maxsizetodownload\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:6:\"folder\";}', 1643502584, 'web', '127.0.0.1', NULL),
(736, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1324, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"dndmedia\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"label\";}', 1643502584, 'web', '127.0.0.1', NULL),
(737, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1325, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"dndresizewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1643502584, 'web', '127.0.0.1', NULL),
(738, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1326, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"dndresizeheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"400\";s:6:\"plugin\";s:5:\"label\";}', 1643502584, 'web', '127.0.0.1', NULL),
(739, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1327, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"feedback_allowfullanonymous\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(740, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1328, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(741, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1329, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"0,1,4,5,6\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(742, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1330, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(743, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1331, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(744, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1332, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(745, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1333, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(746, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1334, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"showdate\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(747, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1335, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(748, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1336, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(749, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1337, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"filterfiles\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:8:\"resource\";}', 1643502584, 'web', '127.0.0.1', NULL),
(750, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1338, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"forum_displaymode\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(751, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1339, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forum_shortpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"300\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(752, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1340, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forum_longpost\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"600\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(753, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1341, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"forum_manydiscussions\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(754, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1342, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forum_maxbytes\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"512000\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(755, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1343, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_maxattachments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"9\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(756, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1344, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"forum_subscription\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(757, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1345, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"forum_trackingtype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(758, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1346, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_trackreadposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(759, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1347, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:29:\"forum_allowforcedreadtracking\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(760, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1348, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"forum_oldpostdays\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"14\";s:6:\"plugin\";N;}', 1643502584, 'web', '127.0.0.1', NULL),
(761, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1349, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"forum_usermarksread\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(762, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1350, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"forum_cleanreadtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(763, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1351, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"digestmailtime\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"17\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(764, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1352, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"forum_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(765, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1353, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"forum_enabletimedposts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(766, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1354, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"glossary_entbypage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(767, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1355, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"glossary_dupentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(768, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1356, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_allowcomments\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(769, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1357, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_linkbydefault\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(770, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1358, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"glossary_defaultapproval\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(771, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1359, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"glossary_enablerssfeeds\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(772, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1360, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"glossary_linkentries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(773, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1361, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"glossary_casesensitive\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(774, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1362, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"glossary_fullmatch\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502585, 'web', '127.0.0.1', NULL),
(775, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1363, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"mediafile\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(776, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1364, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"mediafile_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(777, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1365, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mediawidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(778, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1366, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"mediaheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(779, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1367, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"mediaclose\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(780, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1368, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"progressbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(781, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1369, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"progressbar_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(782, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1370, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"ongoing\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(783, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1371, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"ongoing_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(784, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1372, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"displayleftmenu\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(785, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1373, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"displayleftmenu_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(786, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1374, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"displayleftif\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(787, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1375, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displayleftif_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(788, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1376, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"slideshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(789, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1377, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"slideshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(790, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1378, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"slideshowwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"640\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(791, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1379, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"slideshowheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"480\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(792, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1380, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"slideshowbgcolor\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"#FFFFFF\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(793, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1381, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(794, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1382, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"maxanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(795, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1383, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(796, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1384, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"defaultfeedback_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(797, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1385, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"activitylink\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(798, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1386, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"activitylink_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(799, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1387, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(800, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1388, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(801, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1389, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(802, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1390, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"password_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(803, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1391, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"modattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(804, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1392, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"modattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502585, 'web', '127.0.0.1', NULL),
(805, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1393, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"displayreview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(806, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1394, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"displayreview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(807, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1395, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"maximumnumberofattempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(808, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1396, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:27:\"maximumnumberofattempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(809, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1397, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"defaultnextpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(810, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1398, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"defaultnextpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(811, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1399, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"numberofpagestoshow\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(812, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1400, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"numberofpagestoshow_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(813, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1401, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"practice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(814, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1402, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"practice_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(815, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1403, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"customscoring\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(816, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1404, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"customscoring_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(817, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1405, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"retakesallowed\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(818, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1406, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"retakesallowed_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(819, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1407, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"handlingofretakes\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(820, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1408, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"handlingofretakes_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(821, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1409, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"minimumnumberofquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(822, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1410, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:28:\"minimumnumberofquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:10:\"mod_lesson\";}', 1643502586, 'web', '127.0.0.1', NULL),
(823, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1411, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"numberingoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,2,3\";s:6:\"plugin\";s:4:\"book\";}', 1643502586, 'web', '127.0.0.1', NULL),
(824, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1412, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"navoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"0,1,2\";s:6:\"plugin\";s:4:\"book\";}', 1643502586, 'web', '127.0.0.1', NULL),
(825, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1413, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"numbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}', 1643502586, 'web', '127.0.0.1', NULL),
(826, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1414, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"navstyle\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"book\";}', 1643502586, 'web', '127.0.0.1', NULL),
(827, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1415, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(828, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1416, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"printheading\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(829, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1417, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(830, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1418, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"printlastmodified\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(831, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1419, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"5\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(832, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1420, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(833, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1421, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:4:\"page\";}', 1643502586, 'web', '127.0.0.1', NULL),
(834, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1422, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"keepold\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"imscp\";}', 1643502586, 'web', '127.0.0.1', NULL),
(835, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1423, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"keepold_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"imscp\";}', 1643502586, 'web', '127.0.0.1', NULL),
(836, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1424, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"displaycoursestructure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(837, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1425, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:26:\"displaycoursestructure_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(838, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1426, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"popup\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(839, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1427, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"popup_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(840, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1428, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"displayactivityname\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(841, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1429, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"framewidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(842, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1430, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"framewidth_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(843, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1431, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"frameheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"500\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(844, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1432, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"frameheight_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(845, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1433, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"winoptgrp_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(846, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1434, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"scrollbars\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(847, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1435, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"directories\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(848, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1436, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"location\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(849, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1437, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"menubar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(850, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1438, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"toolbar\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(851, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1439, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"status\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502586, 'web', '127.0.0.1', NULL),
(852, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1440, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"skipview\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(853, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1441, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"skipview_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(854, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1442, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"hidebrowse\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(855, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1443, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"hidebrowse_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(856, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1444, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"hidetoc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(857, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1445, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"hidetoc_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(858, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1446, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:3:\"nav\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(859, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1447, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"nav_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(860, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1448, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"navpositionleft\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(861, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1449, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"navpositionleft_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(862, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1450, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"navpositiontop\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"-100\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(863, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1451, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"navpositiontop_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(864, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1452, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"collapsetocwinsize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"767\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(865, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1453, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"collapsetocwinsize_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(866, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1454, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"displayattemptstatus\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(867, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1455, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"displayattemptstatus_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(868, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1456, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(869, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1457, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"maxgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"100\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(870, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1458, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"maxattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(871, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1459, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"whatgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(872, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1460, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"forcecompleted\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(873, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1461, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forcenewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(874, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1462, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"autocommit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(875, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1463, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"masteryoverride\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(876, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1464, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"lastattemptlock\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(877, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1465, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"auto\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(878, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1466, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"updatefreq\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(879, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1467, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"scormstandard\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(880, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1468, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"allowtypeexternal\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(881, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1469, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"allowtypelocalsync\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(882, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1470, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"allowtypeexternalaicc\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(883, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1471, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"allowaicchacp\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(884, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1472, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"aicchacptimeout\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"30\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(885, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1473, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"aicchacpkeepsessiondata\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(886, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1474, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"aiccuserid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(887, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1475, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forcejavascript\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(888, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1476, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"allowapidebug\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(889, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1477, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"apidebugmask\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\".*\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(890, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1478, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"protectpackagedownloads\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:5:\"scorm\";}', 1643502587, 'web', '127.0.0.1', NULL),
(891, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1479, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"timelimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(892, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1480, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"timelimit_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(893, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1481, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"overduehandling\";s:8:\"oldvalue\";N;s:5:\"value\";s:10:\"autosubmit\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(894, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1482, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"overduehandling_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(895, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1483, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"graceperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"86400\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(896, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1484, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"graceperiod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502587, 'web', '127.0.0.1', NULL),
(897, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1485, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"graceperiodmin\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(898, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1486, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"attempts\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(899, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1487, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"attempts_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(900, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1488, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"grademethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(901, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1489, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"grademethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(902, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1490, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"maximumgrade\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"10\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(903, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1491, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"questionsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(904, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1492, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"questionsperpage_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(905, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1493, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"navmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"free\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(906, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1494, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"navmethod_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(907, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1495, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(908, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1496, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"shuffleanswers_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(909, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1497, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"preferredbehaviour\";s:8:\"oldvalue\";N;s:5:\"value\";s:16:\"deferredfeedback\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(910, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1498, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"canredoquestions\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(911, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1499, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"canredoquestions_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(912, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1500, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"attemptonlast\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(913, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1501, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"attemptonlast_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(914, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1502, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"reviewattempt\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(915, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1503, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"reviewcorrectness\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(916, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1504, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"reviewmarks\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(917, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1505, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"reviewspecificfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(918, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1506, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"reviewgeneralfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(919, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1507, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"reviewrightanswer\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"69904\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(920, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1508, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"reviewoverallfeedback\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"4368\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(921, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1509, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"showuserpicture\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(922, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1510, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"showuserpicture_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(923, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1511, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"decimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(924, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1512, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"decimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(925, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1513, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"questiondecimalpoints\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"-1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(926, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1514, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"questiondecimalpoints_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(927, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1515, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"showblocks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(928, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1516, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"showblocks_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(929, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1517, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"quizpassword\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(930, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1518, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"quizpassword_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(931, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1519, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"quizpassword_required\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(932, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1520, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"subnet\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(933, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1521, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"subnet_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(934, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1522, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"delay1\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(935, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1523, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"delay1_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(936, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1524, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"delay2\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(937, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1525, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"delay2_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502588, 'web', '127.0.0.1', NULL),
(938, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1526, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"browsersecurity\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"-\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502589, 'web', '127.0.0.1', NULL),
(939, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1527, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"browsersecurity_adv\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502589, 'web', '127.0.0.1', NULL),
(940, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1528, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"initialnumfeedbacks\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502589, 'web', '127.0.0.1', NULL),
(941, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1529, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"autosaveperiod\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"60\";s:6:\"plugin\";s:4:\"quiz\";}', 1643502589, 'web', '127.0.0.1', NULL),
(942, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1530, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:18:\"autoreconfigureseb\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(943, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1531, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"showseblinks\";s:8:\"oldvalue\";N;s:5:\"value\";s:8:\"seb,http\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(944, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1532, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"downloadlink\";s:8:\"oldvalue\";N;s:5:\"value\";s:44:\"https://safeexambrowser.org/download_en.html\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(945, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1533, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"quizpasswordrequired\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(946, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1534, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:24:\"displayblocksbeforestart\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(947, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1535, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:25:\"displayblockswhenfinished\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:14:\"quizaccess_seb\";}', 1643502589, 'web', '127.0.0.1', NULL),
(948, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1536, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"framesize\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"130\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(949, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1537, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"secretphrase\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(950, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1538, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"rolesinparams\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(951, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1539, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"displayoptions\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"0,1,5,6\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(952, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1540, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"printintro\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(953, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1541, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:7:\"display\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(954, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1542, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"popupwidth\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"620\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(955, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1543, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"popupheight\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"450\";s:6:\"plugin\";s:3:\"url\";}', 1643502589, 'web', '127.0.0.1', NULL),
(956, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1544, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"coursebinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1643502589, 'web', '127.0.0.1', NULL),
(957, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1545, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"coursebinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1643502589, 'web', '127.0.0.1', NULL),
(958, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1546, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categorybinenable\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1643502589, 'web', '127.0.0.1', NULL),
(959, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1547, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"categorybinexpiry\";s:8:\"oldvalue\";N;s:5:\"value\";s:6:\"604800\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1643502589, 'web', '127.0.0.1', NULL),
(960, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1548, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"autohide\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:15:\"tool_recyclebin\";}', 1643502589, 'web', '127.0.0.1', NULL),
(961, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1549, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"runningmethod\";s:8:\"oldvalue\";N;s:5:\"value\";s:11:\"commandline\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(962, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1550, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"pathtoclam\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(963, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1551, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"pathtounixsocket\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(964, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1552, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"tcpsockethost\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(965, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1553, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"tcpsocketport\";s:8:\"oldvalue\";N;s:5:\"value\";s:4:\"3310\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(966, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1554, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"clamfailureonupload\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"donothing\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(967, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1555, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:5:\"tries\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:16:\"antivirus_clamav\";}', 1643502589, 'web', '127.0.0.1', NULL),
(968, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1556, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"useserver\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(969, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1557, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(970, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1558, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:4:\"port\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(971, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1559, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:6:\"secure\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(972, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1560, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"username\";s:8:\"oldvalue\";N;s:5:\"value\";s:7:\"default\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(973, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1561, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"password\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:16:\"mlbackend_python\";}', 1643502589, 'web', '127.0.0.1', NULL),
(974, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1562, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"answerhowmany\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1643502589, 'web', '127.0.0.1', NULL),
(975, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1563, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"shuffleanswers\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1643502589, 'web', '127.0.0.1', NULL),
(976, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1564, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"answernumbering\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"abc\";s:6:\"plugin\";s:17:\"qtype_multichoice\";}', 1643502589, 'web', '127.0.0.1', NULL),
(977, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1565, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"profileroles\";s:8:\"oldvalue\";N;s:5:\"value\";s:5:\"5,4,3\";s:6:\"plugin\";N;}', 1643502589, 'web', '127.0.0.1', NULL),
(978, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1566, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:13:\"coursecontact\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"3\";s:6:\"plugin\";N;}', 1643502589, 'web', '127.0.0.1', NULL),
(979, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1567, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"frontpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1643502589, 'web', '127.0.0.1', NULL),
(980, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1568, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"frontpageloggedin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"6\";s:6:\"plugin\";N;}', 1643502589, 'web', '127.0.0.1', NULL),
(981, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1569, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"maxcategorydepth\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"2\";s:6:\"plugin\";N;}', 1643502589, 'web', '127.0.0.1', NULL),
(982, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1570, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"frontpagecourselimit\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"200\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(983, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1571, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"commentsperpage\";s:8:\"oldvalue\";N;s:5:\"value\";s:2:\"15\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(984, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1572, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"defaultfrontpageroleid\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"8\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(985, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1573, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_enabled\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(986, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1574, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_mailbox\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(987, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1575, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"messageinbound_domain\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(988, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1576, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:19:\"messageinbound_host\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(989, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1577, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"messageinbound_hostssl\";s:8:\"oldvalue\";N;s:5:\"value\";s:3:\"ssl\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(990, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1578, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"messageinbound_hostuser\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(991, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1579, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:23:\"messageinbound_hostpass\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(992, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1580, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:22:\"enablemobilewebservice\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(993, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1581, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"apppolicy\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(994, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1582, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"typeoflogin\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(995, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1583, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:10:\"qrcodetype\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"1\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(996, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1584, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"forcedurlscheme\";s:8:\"oldvalue\";N;s:5:\"value\";s:12:\"moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(997, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1585, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:14:\"minimumversion\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(998, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1586, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"mobilecssurl\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";N;}', 1643502590, 'web', '127.0.0.1', NULL),
(999, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1587, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:21:\"enablesmartappbanners\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1000, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1588, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:8:\"iosappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:9:\"633359593\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1001, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1589, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:12:\"androidappid\";s:8:\"oldvalue\";N;s:5:\"value\";s:23:\"com.moodle.moodlemobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1002, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1590, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:9:\"setuplink\";s:8:\"oldvalue\";N;s:5:\"value\";s:34:\"https://download.moodle.org/mobile\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1003, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1591, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:11:\"forcelogout\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1004, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1592, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"disabledfeatures\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1005, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1593, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"custommenuitems\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1006, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1594, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:17:\"customlangstrings\";s:8:\"oldvalue\";N;s:5:\"value\";s:0:\"\";s:6:\"plugin\";s:11:\"tool_mobile\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1007, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1595, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:15:\"enablemoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:1:\"0\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1008, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1596, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:20:\"defaultmoodlenetname\";s:8:\"oldvalue\";N;s:5:\"value\";s:17:\"MoodleNet Central\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1009, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1597, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, 'a:4:{s:4:\"name\";s:16:\"defaultmoodlenet\";s:8:\"oldvalue\";N;s:5:\"value\";s:18:\"https://moodle.net\";s:6:\"plugin\";s:14:\"tool_moodlenet\";}', 1643502590, 'web', '127.0.0.1', NULL),
(1010, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1598, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"timezone\",\"oldvalue\":null,\"value\":\"Europe\\/Berlin\",\"plugin\":null}', 1643502631, 'web', '127.0.0.1', NULL),
(1011, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1599, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"registerauth\",\"oldvalue\":null,\"value\":\"\",\"plugin\":null}', 1643502631, 'web', '127.0.0.1', NULL),
(1012, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1600, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"noreplyaddress\",\"oldvalue\":null,\"value\":\"mimlih30@gmail.com\",\"plugin\":null}', 1643502685, 'web', '127.0.0.1', NULL),
(1013, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1643502690, 'web', '127.0.0.1', NULL),
(1014, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1601, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"preset\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502810, 'web', '127.0.0.1', NULL),
(1015, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1602, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"presetfiles\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502810, 'web', '127.0.0.1', NULL),
(1016, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1603, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"pagelayout\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502810, 'web', '127.0.0.1', NULL),
(1017, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1604, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"sectionlayout\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1018, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1605, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursetilestyle\",\"oldvalue\":null,\"value\":\"10\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1019, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1606, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketingstyle\",\"oldvalue\":null,\"value\":\"3\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1020, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1607, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"blockdisplay\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1021, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1608, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"integrationcollapsibletopics\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1022, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1609, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"easyenrollmentintegration\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1023, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1610, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"jitsibuttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1024, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1611, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"jitsibuttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1025, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1612, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showloginform\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1026, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1613, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enhancedmydashboard\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1027, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1614, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"frontpagemycoursessorting\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1028, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1615, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"learningcontentpadding\",\"oldvalue\":null,\"value\":\"125px\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1029, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1616, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"headerimagepadding\",\"oldvalue\":null,\"value\":\"400px\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1030, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1617, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"gutterwidth\",\"oldvalue\":null,\"value\":\"0rem\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1031, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1618, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"blockwidthfordson\",\"oldvalue\":null,\"value\":\"280px\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1032, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1619, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"activityiconsize\",\"oldvalue\":null,\"value\":\"32px\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1033, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1620, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"trimtitle\",\"oldvalue\":null,\"value\":\"256\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1034, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1621, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"titletooltip\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1035, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1622, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"trimsummary\",\"oldvalue\":null,\"value\":\"300\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1036, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1623, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"courseboxheight\",\"oldvalue\":null,\"value\":\"250px\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1037, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1624, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enablecategoryicon\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1038, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1625, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"catsicon\",\"oldvalue\":null,\"value\":\"folder\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1039, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1626, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showcourseheaderimage\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1040, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1627, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"favicon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1041, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1628, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"headerlogo\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1042, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1629, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"headerdefaultimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1043, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1630, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"backgroundimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1044, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1631, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1045, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1632, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scsspre\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1046, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1633, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandprimary\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1047, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1634, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandsuccess\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1048, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1635, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandwarning\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502811, 'web', '127.0.0.1', NULL),
(1049, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1636, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"branddanger\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1050, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1637, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandinfo\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1051, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1638, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"bodybackground\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1052, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1639, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"topnavbarbg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1053, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1640, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"topnavbarteacherbg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1054, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1641, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"breadcrumbbkg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1055, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1642, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"cardbkg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1056, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1643, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"drawerbkg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1057, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1644, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footerbkg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1058, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1645, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"markettextbg\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1059, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1646, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"scss\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1060, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1647, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fptextbox\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1061, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1648, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fptextboxlogout\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1062, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1649, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"alertbox\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1063, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1650, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursemanagementtoggle\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1064, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1651, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursemanagementtextbox\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1065, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1652, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"studentdashboardtextbox\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1066, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1653, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"navbarcolorswitch\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1067, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1654, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showactivitynav\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1068, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1655, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"courseeditingcog\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1069, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1656, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showstudentgrades\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1070, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1657, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showstudentcompletion\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1071, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1658, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showonlygroupteachers\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1072, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1659, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showcourseadminstudents\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1073, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1660, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"displaymycourses\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1074, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1661, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"displaythiscourse\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1075, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1662, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"mycoursetitle\",\"oldvalue\":null,\"value\":\"course\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1076, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1663, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"shownavdrawer\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1077, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1664, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"shownavclosed\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1078, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1665, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"iconwidth\",\"oldvalue\":null,\"value\":\"100px\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1079, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1666, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"createicon\",\"oldvalue\":null,\"value\":\"edit\",\"plugin\":\"theme_fordson\"}', 1643502812, 'web', '127.0.0.1', NULL),
(1080, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1667, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"createbuttontext\",\"oldvalue\":null,\"value\":\"Cr\\u00e9er un cours\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1081, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1668, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"createbuttonurl\",\"oldvalue\":null,\"value\":\"http:\\/\\/localhost\\/moodle\\/course\\/edit.php?category=1\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1082, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1669, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slideicon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1083, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1670, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slideiconbuttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1084, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1671, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slidetextbox\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1085, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1672, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav1icon\",\"oldvalue\":null,\"value\":\"home\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1086, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1673, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav1buttontext\",\"oldvalue\":null,\"value\":\"Tableau de bord\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1087, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1674, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav1buttonurl\",\"oldvalue\":null,\"value\":\"http:\\/\\/localhost\\/moodle\\/my\\/\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1088, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1675, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav1target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1089, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1676, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav2icon\",\"oldvalue\":null,\"value\":\"calendar\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1090, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1677, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav2buttontext\",\"oldvalue\":null,\"value\":\"Calendrier\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1091, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1678, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav2buttonurl\",\"oldvalue\":null,\"value\":\"http:\\/\\/localhost\\/moodle\\/calendar\\/view.php?view=month\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1092, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1679, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav2target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1093, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1680, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav3icon\",\"oldvalue\":null,\"value\":\"bookmark\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1094, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1681, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav3buttontext\",\"oldvalue\":null,\"value\":\"Badges\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1095, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1682, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav3buttonurl\",\"oldvalue\":null,\"value\":\"http:\\/\\/localhost\\/moodle\\/badges\\/mybadges.php\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1096, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1683, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav3target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1097, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1684, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav4icon\",\"oldvalue\":null,\"value\":\"book\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1098, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1685, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav4buttontext\",\"oldvalue\":null,\"value\":\"Tous les cours\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1099, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1686, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav4buttonurl\",\"oldvalue\":null,\"value\":\"http:\\/\\/localhost\\/moodle\\/course\\/\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1100, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1687, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav4target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1101, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1688, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav5icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1102, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1689, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav5buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1103, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1690, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav5buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1104, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1691, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav5target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1105, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1692, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav6icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1106, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1693, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav6buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502813, 'web', '127.0.0.1', NULL),
(1107, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1694, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav6buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1108, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1695, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav6target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1109, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1696, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav7icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1110, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1697, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav7buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1111, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1698, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav7buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1112, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1699, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav7target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1113, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1700, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav8icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1114, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1701, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav8buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1115, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1702, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav8buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1116, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1703, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"nav8target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1117, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1704, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"togglemarketing\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1118, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1705, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1119, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1706, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1120, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1707, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1121, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1708, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1122, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1709, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1123, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1710, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing1target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1124, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1711, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1125, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1712, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1126, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1713, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1127, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1714, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1128, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1715, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1129, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1716, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing2target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1130, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1717, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1131, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1718, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1132, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1719, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1133, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1720, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1134, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1721, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502814, 'web', '127.0.0.1', NULL),
(1135, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1722, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing3target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1136, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1723, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1137, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1724, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1138, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1725, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1139, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1726, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1140, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1727, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1141, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1728, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing4target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1142, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1729, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1143, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1730, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1144, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1731, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1145, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1732, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1146, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1733, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1147, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1734, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing5target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1148, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1735, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1149, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1736, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1150, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1737, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1151, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1738, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1152, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1739, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1153, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1740, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing6target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1154, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1741, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1155, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1742, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1156, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1743, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502815, 'web', '127.0.0.1', NULL),
(1157, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1744, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1158, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1745, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1159, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1746, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing7target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1160, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1747, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1161, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1748, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1162, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1749, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1163, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1750, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1164, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1751, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1165, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1752, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing8target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1166, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1753, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1167, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1754, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1168, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1755, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1169, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1756, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9buttontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1170, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1757, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9buttonurl\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1171, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1758, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"marketing9target\",\"oldvalue\":null,\"value\":\"_self\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1172, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1759, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandorganization\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1173, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1760, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandwebsite\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1174, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1761, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandphone\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1175, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1762, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"brandemail\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1176, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1763, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"footnote\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1177, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1764, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"website\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1178, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1765, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"blog\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1179, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1766, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"facebook\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1180, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1767, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"flickr\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1181, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1768, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"twitter\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1182, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1769, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"googleplus\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1183, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1770, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"linkedin\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1184, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1771, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"tumblr\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502816, 'web', '127.0.0.1', NULL),
(1185, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1772, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"pinterest\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1186, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1773, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"instagram\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1187, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1774, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"youtube\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1188, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1775, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"vimeo\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1189, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1776, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"skype\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1190, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1777, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"social1\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1191, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1778, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"socialicon1\",\"oldvalue\":null,\"value\":\"home\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1192, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1779, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"social2\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1193, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1780, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"socialicon2\",\"oldvalue\":null,\"value\":\"home\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1194, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1781, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"social3\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1195, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1782, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"socialicon3\",\"oldvalue\":null,\"value\":\"home\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1196, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1783, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showslideshow\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1197, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1784, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slideshowpages\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1198, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1785, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slideshowheight\",\"oldvalue\":null,\"value\":\"250px\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1199, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1786, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slideshowspacer\",\"oldvalue\":null,\"value\":\"initial\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1200, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1787, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide1title\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1201, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1788, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide1content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1202, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1789, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide1image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1203, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1790, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide2title\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1204, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1791, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide2content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1205, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1792, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide2image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1206, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1793, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide3title\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1207, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1794, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide3content\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1208, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1795, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"slide3image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1209, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1796, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"showcustomlogin\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1210, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1797, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"logintopimage\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1211, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1798, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fploginform\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1212, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1799, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav1icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1213, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1800, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav1titletext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1214, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1801, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav1icontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502817, 'web', '127.0.0.1', NULL),
(1215, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1802, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav2icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1216, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1803, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav2titletext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1217, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1804, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav2icontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1218, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1805, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav3icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1219, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1806, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav3titletext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1220, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1807, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav3icontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1221, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1808, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav4icon\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1222, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1809, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav4titletext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1223, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1810, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"loginnav4icontext\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1224, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1811, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature1text\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1225, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1812, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature1image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1226, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1813, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature2text\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1227, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1814, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature2image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1228, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1815, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature3text\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1229, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1816, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"feature3image\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"theme_fordson\"}', 1643502818, 'web', '127.0.0.1', NULL),
(1230, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:view\",\"oldpermission\":0,\"permission\":1}', 1643502927, 'web', '127.0.0.1', NULL),
(1231, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:view\",\"oldpermission\":0,\"permission\":1}', 1643502928, 'web', '127.0.0.1', NULL),
(1232, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:view\",\"oldpermission\":0,\"permission\":1}', 1643502928, 'web', '127.0.0.1', NULL),
(1233, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:view\",\"oldpermission\":0,\"permission\":1}', 1643502928, 'web', '127.0.0.1', NULL),
(1234, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 6, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:view\",\"oldpermission\":0,\"permission\":1}', 1643502928, 'web', '127.0.0.1', NULL),
(1235, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:addinstance\",\"oldpermission\":0,\"permission\":\"1\"}', 1643502928, 'web', '127.0.0.1', NULL),
(1236, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:addinstance\",\"oldpermission\":0,\"permission\":\"1\"}', 1643502929, 'web', '127.0.0.1', NULL),
(1237, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:manage\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1238, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:manage\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1239, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:share\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1240, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:share\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1241, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getexport\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1242, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getexport\",\"oldpermission\":0,\"permission\":1}', 1643502929, 'web', '127.0.0.1', NULL),
(1243, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getexport\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1244, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getembedcode\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1245, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getembedcode\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1246, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getembedcode\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1247, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:saveresults\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1248, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:savecontentuserdata\",\"oldpermission\":0,\"permission\":1}', 1643502930, 'web', '127.0.0.1', NULL),
(1249, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:savecontentuserdata\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1250, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:savecontentuserdata\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1251, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:savecontentuserdata\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1252, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:viewresults\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1253, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:viewallresults\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1254, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:viewallresults\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1255, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:viewallresults\",\"oldpermission\":0,\"permission\":1}', 1643502931, 'web', '127.0.0.1', NULL),
(1256, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:restrictlibraries\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1257, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:userestrictedlibraries\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1258, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:updatelibraries\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1259, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1260, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1261, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502932, 'web', '127.0.0.1', NULL),
(1262, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502933, 'web', '127.0.0.1', NULL),
(1263, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 7, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502933, 'web', '127.0.0.1', NULL),
(1264, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 6, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:getcachedassets\",\"oldpermission\":0,\"permission\":1}', 1643502933, 'web', '127.0.0.1', NULL),
(1265, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/hvp:installrecommendedh5plibraries\",\"oldpermission\":0,\"permission\":1}', 1643502933, 'web', '127.0.0.1', NULL),
(1266, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1817, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enable_save_content_state\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1267, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1818, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"content_state_frequency\",\"oldvalue\":null,\"value\":\"30\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1268, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1819, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"send_usage_statistics\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1269, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1820, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"frame\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1270, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1821, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"export\",\"oldvalue\":null,\"value\":\"3\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1271, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1822, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"embed\",\"oldvalue\":null,\"value\":\"3\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1272, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1823, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"copyright\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1273, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1824, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"icon\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1274, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1825, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enable_lrs_content_types\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"mod_hvp\"}', 1643502962, 'web', '127.0.0.1', NULL),
(1275, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 6, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:view\",\"oldpermission\":0,\"permission\":1}', 1643503219, 'web', '127.0.0.1', NULL),
(1276, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:view\",\"oldpermission\":0,\"permission\":1}', 1643503219, 'web', '127.0.0.1', NULL),
(1277, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 4, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:view\",\"oldpermission\":0,\"permission\":1}', 1643503219, 'web', '127.0.0.1', NULL),
(1278, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:view\",\"oldpermission\":0,\"permission\":1}', 1643503219, 'web', '127.0.0.1', NULL),
(1279, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:view\",\"oldpermission\":0,\"permission\":1}', 1643503220, 'web', '127.0.0.1', NULL),
(1280, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 5, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:submit\",\"oldpermission\":0,\"permission\":1}', 1643503220, 'web', '127.0.0.1', NULL),
(1281, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:addinstance\",\"oldpermission\":0,\"permission\":\"1\"}', 1643503220, 'web', '127.0.0.1', NULL),
(1282, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"mod\\/geogebra:addinstance\",\"oldpermission\":0,\"permission\":\"1\"}', 1643503221, 'web', '127.0.0.1', NULL),
(1283, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1826, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"deployggb\",\"oldvalue\":null,\"value\":\"\\/\\/www.geogebra.org\\/apps\\/deployggb.js\",\"plugin\":\"geogebra\"}', 1643503250, 'web', '127.0.0.1', NULL),
(1284, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1827, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fflate\",\"oldvalue\":null,\"value\":\"\\/\\/unpkg.com\\/fflate\",\"plugin\":\"geogebra\"}', 1643503250, 'web', '127.0.0.1', NULL),
(1285, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1828, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"usepopup\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"qtype_formulas\"}', 1643503576, 'web', '127.0.0.1', NULL),
(1286, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1829, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultanswertype\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"qtype_formulas\"}', 1643503576, 'web', '127.0.0.1', NULL),
(1287, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1830, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultcorrectness\",\"oldvalue\":null,\"value\":\"_relerr < 0.01\",\"plugin\":\"qtype_formulas\"}', 1643503576, 'web', '127.0.0.1', NULL),
(1288, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1831, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultanswermark\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"qtype_formulas\"}', 1643503576, 'web', '127.0.0.1', NULL),
(1289, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1832, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultunitpenalty\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"qtype_formulas\"}', 1643503576, 'web', '127.0.0.1', NULL),
(1290, '\\core\\event\\user_loggedin', 'core', 'loggedin', 'user', 'user', 2, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"username\":\"spradmin\"}', 1643540222, 'web', '127.0.0.1', NULL),
(1291, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 2, 'c', 0, 25, 40, 2, 2, 0, NULL, 0, 'null', 1643540379, 'web', '127.0.0.1', NULL),
(1292, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 3, 'c', 0, 26, 40, 3, 2, 0, NULL, 0, 'null', 1643540393, 'web', '127.0.0.1', NULL),
(1293, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 4, 'c', 0, 27, 40, 4, 2, 0, NULL, 0, 'null', 1643540406, 'web', '127.0.0.1', NULL),
(1294, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 5, 'c', 0, 28, 40, 5, 2, 0, NULL, 0, 'null', 1643540429, 'web', '127.0.0.1', NULL),
(1295, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 6, 'c', 0, 29, 40, 6, 2, 0, NULL, 0, 'null', 1643540447, 'web', '127.0.0.1', NULL),
(1296, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 7, 'c', 0, 30, 40, 7, 2, 0, NULL, 0, 'null', 1643540462, 'web', '127.0.0.1', NULL),
(1297, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 8, 'c', 0, 31, 40, 8, 2, 0, NULL, 0, 'null', 1643540476, 'web', '127.0.0.1', NULL),
(1298, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 9, 'c', 0, 32, 40, 9, 2, 0, NULL, 0, 'null', 1643540489, 'web', '127.0.0.1', NULL),
(1299, '\\core\\event\\course_category_created', 'core', 'created', 'course_category', 'course_categories', 10, 'c', 0, 33, 40, 10, 2, 0, NULL, 0, 'null', 1643540501, 'web', '127.0.0.1', NULL),
(1300, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1833, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"\",\"value\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10#\",\"plugin\":null}', 1643540535, 'web', '127.0.0.1', NULL),
(1301, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1834, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"customusermenuitems\",\"oldvalue\":\"grades,grades|\\/grade\\/report\\/mygrades.php|t\\/grades\\nmessages,message|\\/message\\/index.php|t\\/message\\npreferences,moodle|\\/user\\/preferences.php|t\\/preferences\",\"value\":\"grades,grades|\\/grade\\/report\\/mygrades.php|t\\/grades\\r\\nmessages,message|\\/message\\/index.php|t\\/message\\r\\npreferences,moodle|\\/user\\/preferences.php|t\\/preferences\",\"plugin\":null}', 1643540535, 'web', '127.0.0.1', NULL),
(1302, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1835, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10#\",\"value\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10\",\"plugin\":null}', 1643540624, 'web', '127.0.0.1', NULL),
(1303, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1836, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10\",\"value\":\"-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10\",\"plugin\":null}', 1643540655, 'web', '127.0.0.1', NULL),
(1304, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1837, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=10\",\"value\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=2\",\"plugin\":null}', 1643540698, 'web', '127.0.0.1', NULL),
(1305, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1838, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-Tous les cours|\\/course\\/\\r\\n-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=2\",\"value\":\"-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=2\",\"plugin\":null}', 1643540765, 'web', '127.0.0.1', NULL),
(1306, '\\core\\event\\dashboard_viewed', 'core', 'viewed', 'dashboard', NULL, NULL, 'r', 0, 5, 30, 2, 2, 0, 2, 0, 'null', 1643540791, 'web', '127.0.0.1', NULL),
(1307, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 0, 'r', 0, 1, 10, 0, 2, 0, NULL, 0, 'null', 1643540796, 'web', '127.0.0.1', NULL),
(1308, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1839, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/management.php?categoryid=2\",\"value\":\"-HILMI[http:\\/\\/localhost\\/moodle\\/course\\/index.php?categoryid=2\",\"plugin\":null}', 1643540838, 'web', '127.0.0.1', NULL),
(1309, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1840, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"custommenuitems\",\"oldvalue\":\"-HILMI[http:\\/\\/localhost\\/moodle\\/course\\/index.php?categoryid=2\",\"value\":\"-HILMI|http:\\/\\/localhost\\/moodle\\/course\\/index.php?categoryid=2\",\"plugin\":null}', 1643540861, 'web', '127.0.0.1', NULL),
(1310, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 2, 'r', 0, 25, 40, 2, 2, 0, NULL, 0, 'null', 1643540867, 'web', '127.0.0.1', NULL),
(1311, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 3, 'r', 0, 26, 40, 3, 2, 0, NULL, 0, 'null', 1643540876, 'web', '127.0.0.1', NULL),
(1312, '\\core\\event\\course_category_viewed', 'core', 'viewed', 'course_category', 'course_categories', 4, 'r', 0, 27, 40, 4, 2, 0, NULL, 0, 'null', 1643540882, 'web', '127.0.0.1', NULL),
(1313, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 1, 'c', 0, 34, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"manual\"}', 1643540972, 'restore', '127.0.0.1', NULL),
(1314, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 2, 'c', 0, 34, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"guest\"}', 1643540972, 'restore', '127.0.0.1', NULL),
(1315, '\\core\\event\\enrol_instance_created', 'core', 'created', 'enrol_instance', 'enrol', 3, 'c', 0, 34, 50, 2, 2, 2, NULL, 0, '{\"enrol\":\"self\"}', 1643540972, 'restore', '127.0.0.1', NULL),
(1316, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 1, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"0\"}', 1643540973, 'restore', '127.0.0.1', NULL),
(1317, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 2, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"1\"}', 1643540973, 'restore', '127.0.0.1', NULL),
(1318, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 3, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"2\"}', 1643540973, 'restore', '127.0.0.1', NULL),
(1319, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 4, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"3\"}', 1643540973, 'restore', '127.0.0.1', NULL),
(1320, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 5, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"4\"}', 1643540973, 'restore', '127.0.0.1', NULL),
(1321, '\\core\\event\\course_section_created', 'core', 'created', 'course_section', 'course_sections', 6, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"sectionnum\":\"5\"}', 1643540974, 'restore', '127.0.0.1', NULL),
(1322, '\\core\\event\\grade_item_created', 'core', 'created', 'grade_item', 'grade_items', 1, 'c', 0, 34, 50, 2, 2, 2, NULL, 0, '{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}', 1643540975, 'restore', '127.0.0.1', NULL),
(1323, '\\core\\event\\grade_item_updated', 'core', 'updated', 'grade_item', 'grade_items', 1, 'u', 0, 34, 50, 2, 2, 2, NULL, 0, '{\"itemname\":null,\"itemtype\":\"course\",\"itemmodule\":null}', 1643540975, 'restore', '127.0.0.1', NULL),
(1324, '\\core\\event\\course_restored', 'core', 'restored', 'course', 'course', 2, 'c', 1, 34, 50, 2, 2, 2, NULL, 0, '{\"type\":\"course\",\"target\":2,\"mode\":10,\"operation\":\"restore\",\"samesite\":false}', 1643540976, 'restore', '127.0.0.1', NULL),
(1325, '\\core\\event\\course_viewed', 'core', 'viewed', 'course', NULL, NULL, 'r', 2, 34, 50, 2, 2, 2, NULL, 0, 'null', 1643540979, 'web', '127.0.0.1', NULL),
(1326, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1841, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"jsxfromserver\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1327, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1842, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"serverversion\",\"oldvalue\":null,\"value\":\"1.4.1\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1328, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1843, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"formulasextension\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1329, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1844, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"HTMLentities\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1330, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1845, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"convertencoding\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1331, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1846, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"globalJS\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1332, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1847, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"aspectratio\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1333, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1848, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fixwidth\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1334, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1849, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fixheight\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1335, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1850, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"maxwidth\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1336, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1851, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"maxheight\",\"oldvalue\":null,\"value\":\"\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1337, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1852, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fallbackaspectratio\",\"oldvalue\":null,\"value\":\"1 \\/ 1\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1338, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1853, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"fallbackwidth\",\"oldvalue\":null,\"value\":\"100%\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1339, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1854, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"usedivid\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1340, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1855, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"divid\",\"oldvalue\":null,\"value\":\"box\",\"plugin\":\"filter_jsxgraph\"}', 1643541280, 'web', '127.0.0.1', NULL),
(1341, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changelayout\",\"oldpermission\":0,\"permission\":1}', 1643541481, 'web', '127.0.0.1', NULL),
(1342, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changelayout\",\"oldpermission\":0,\"permission\":1}', 1643541481, 'web', '127.0.0.1', NULL),
(1343, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changecolour\",\"oldpermission\":0,\"permission\":1}', 1643541481, 'web', '127.0.0.1', NULL),
(1344, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changecolour\",\"oldpermission\":0,\"permission\":1}', 1643541481, 'web', '127.0.0.1', NULL),
(1345, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changetogglealignment\",\"oldpermission\":0,\"permission\":1}', 1643541482, 'web', '127.0.0.1', NULL),
(1346, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changetogglealignment\",\"oldpermission\":0,\"permission\":1}', 1643541482, 'web', '127.0.0.1', NULL),
(1347, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changetoggleiconset\",\"oldpermission\":0,\"permission\":1}', 1643541482, 'web', '127.0.0.1', NULL),
(1348, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changetoggleiconset\",\"oldpermission\":0,\"permission\":1}', 1643541482, 'web', '127.0.0.1', NULL),
(1349, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 3, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changeactivitymeta\",\"oldpermission\":0,\"permission\":1}', 1643541483, 'web', '127.0.0.1', NULL),
(1350, '\\core\\event\\capability_assigned', 'core', 'assigned', 'capability', 'role_capabilities', 1, 'u', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"capability\":\"format\\/topcoll:changeactivitymeta\",\"oldpermission\":0,\"permission\":1}', 1643541483, 'web', '127.0.0.1', NULL),
(1351, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1856, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultdisplayinstructions\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1352, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1857, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultdisplayblocks\",\"oldvalue\":null,\"value\":\"calendar_upcoming,news_items,recent_activity,search_forums\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1353, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1858, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultdisplayblocksloc\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1354, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1859, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultlayoutelement\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1355, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1860, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultlayoutstructure\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1356, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1861, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultlayoutcolumns\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1357, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1862, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultlayoutcolumnorientation\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1358, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1863, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleallenabled\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1359, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1864, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultviewsinglesectionenabled\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1360, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1865, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglealignment\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1361, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1866, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleiconposition\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1362, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1867, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleiconset\",\"oldvalue\":null,\"value\":\"arrow\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1363, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1868, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultonesection\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1364, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1869, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleallhover\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1365, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1870, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleforegroundcolour\",\"oldvalue\":null,\"value\":\"#000000\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1366, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1871, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleforegroundopacity\",\"oldvalue\":null,\"value\":\"1.0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1367, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1872, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleforegroundhovercolour\",\"oldvalue\":null,\"value\":\"#888888\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1368, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1873, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleforegroundhoveropacity\",\"oldvalue\":null,\"value\":\"1.0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1369, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1874, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglebackgroundcolour\",\"oldvalue\":null,\"value\":\"#04ACD2\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1370, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1875, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglebackgroundopacity\",\"oldvalue\":null,\"value\":\"1.0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1371, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1876, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglebackgroundhovercolour\",\"oldvalue\":null,\"value\":\"#04B8CD\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1372, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1877, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglebackgroundhoveropacity\",\"oldvalue\":null,\"value\":\"1.0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1373, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1878, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultshowsectionsummary\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1374, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1879, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttogglepersistence\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1375, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1880, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultuserpreference\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL);
INSERT INTO `mdl_logstore_standard_log` (`id`, `eventname`, `component`, `action`, `target`, `objecttable`, `objectid`, `crud`, `edulevel`, `contextid`, `contextlevel`, `contextinstanceid`, `userid`, `courseid`, `relateduserid`, `anonymous`, `other`, `timecreated`, `origin`, `ip`, `realuserid`) VALUES
(1376, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1881, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleiconsize\",\"oldvalue\":null,\"value\":\"tc-medium\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1377, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1882, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleborderradiustl\",\"oldvalue\":null,\"value\":\"0.7\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1378, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1883, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleborderradiustr\",\"oldvalue\":null,\"value\":\"0.7\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1379, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1884, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleborderradiusbr\",\"oldvalue\":null,\"value\":\"0.7\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1380, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1885, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaulttoggleborderradiusbl\",\"oldvalue\":null,\"value\":\"0.7\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1381, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1886, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"formatresponsive\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1382, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1887, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"enableadditionalmoddata\",\"oldvalue\":null,\"value\":\"1\",\"plugin\":\"format_topcoll\"}', 1643541548, 'web', '127.0.0.1', NULL),
(1383, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1888, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"courseadditionalmoddatamaxstudents\",\"oldvalue\":null,\"value\":\"0\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1384, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1889, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"defaultshowadditionalmoddata\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1385, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1890, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationassign\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1386, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1891, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationquiz\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1387, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1892, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationchoice\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1388, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1893, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationfeedback\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1389, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1894, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationforum\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1390, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1895, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationlesson\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL),
(1391, '\\core\\event\\config_log_created', 'core', 'created', 'config_log', 'config_log', 1896, 'c', 0, 1, 10, 0, 2, 0, NULL, 0, '{\"name\":\"coursesectionactivityfurtherinformationdata\",\"oldvalue\":null,\"value\":\"2\",\"plugin\":\"format_topcoll\"}', 1643541549, 'web', '127.0.0.1', NULL);

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

--
-- Structure de la table `mdl_log_display`
--

CREATE TABLE `mdl_log_display` (
  `id` bigint(10) NOT NULL,
  `module` varchar(20) NOT NULL DEFAULT '',
  `action` varchar(40) NOT NULL DEFAULT '',
  `mtable` varchar(30) NOT NULL DEFAULT '',
  `field` varchar(200) NOT NULL DEFAULT '',
  `component` varchar(100) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='For a particular module/action, specifies a moodle table/fie' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_log_display`
--

INSERT INTO `mdl_log_display` (`id`, `module`, `action`, `mtable`, `field`, `component`) VALUES
(1, 'course', 'user report', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(2, 'course', 'view', 'course', 'fullname', 'moodle'),
(3, 'course', 'view section', 'course_sections', 'name', 'moodle'),
(4, 'course', 'update', 'course', 'fullname', 'moodle'),
(5, 'course', 'hide', 'course', 'fullname', 'moodle'),
(6, 'course', 'show', 'course', 'fullname', 'moodle'),
(7, 'course', 'move', 'course', 'fullname', 'moodle'),
(8, 'course', 'enrol', 'course', 'fullname', 'moodle'),
(9, 'course', 'unenrol', 'course', 'fullname', 'moodle'),
(10, 'course', 'report log', 'course', 'fullname', 'moodle'),
(11, 'course', 'report live', 'course', 'fullname', 'moodle'),
(12, 'course', 'report outline', 'course', 'fullname', 'moodle'),
(13, 'course', 'report participation', 'course', 'fullname', 'moodle'),
(14, 'course', 'report stats', 'course', 'fullname', 'moodle'),
(15, 'category', 'add', 'course_categories', 'name', 'moodle'),
(16, 'category', 'hide', 'course_categories', 'name', 'moodle'),
(17, 'category', 'move', 'course_categories', 'name', 'moodle'),
(18, 'category', 'show', 'course_categories', 'name', 'moodle'),
(19, 'category', 'update', 'course_categories', 'name', 'moodle'),
(20, 'message', 'write', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(21, 'message', 'read', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(22, 'message', 'add contact', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(23, 'message', 'remove contact', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(24, 'message', 'block contact', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(25, 'message', 'unblock contact', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(26, 'group', 'view', 'groups', 'name', 'moodle'),
(27, 'tag', 'update', 'tag', 'name', 'moodle'),
(28, 'tag', 'flag', 'tag', 'name', 'moodle'),
(29, 'user', 'view', 'user', 'CONCAT(firstname, \' \', lastname)', 'moodle'),
(30, 'assign', 'add', 'assign', 'name', 'mod_assign'),
(31, 'assign', 'delete mod', 'assign', 'name', 'mod_assign'),
(32, 'assign', 'download all submissions', 'assign', 'name', 'mod_assign'),
(33, 'assign', 'grade submission', 'assign', 'name', 'mod_assign'),
(34, 'assign', 'lock submission', 'assign', 'name', 'mod_assign'),
(35, 'assign', 'reveal identities', 'assign', 'name', 'mod_assign'),
(36, 'assign', 'revert submission to draft', 'assign', 'name', 'mod_assign'),
(37, 'assign', 'set marking workflow state', 'assign', 'name', 'mod_assign'),
(38, 'assign', 'submission statement accepted', 'assign', 'name', 'mod_assign'),
(39, 'assign', 'submit', 'assign', 'name', 'mod_assign'),
(40, 'assign', 'submit for grading', 'assign', 'name', 'mod_assign'),
(41, 'assign', 'unlock submission', 'assign', 'name', 'mod_assign'),
(42, 'assign', 'update', 'assign', 'name', 'mod_assign'),
(43, 'assign', 'upload', 'assign', 'name', 'mod_assign'),
(44, 'assign', 'view', 'assign', 'name', 'mod_assign'),
(45, 'assign', 'view all', 'course', 'fullname', 'mod_assign'),
(46, 'assign', 'view confirm submit assignment form', 'assign', 'name', 'mod_assign'),
(47, 'assign', 'view grading form', 'assign', 'name', 'mod_assign'),
(48, 'assign', 'view submission', 'assign', 'name', 'mod_assign'),
(49, 'assign', 'view submission grading table', 'assign', 'name', 'mod_assign'),
(50, 'assign', 'view submit assignment form', 'assign', 'name', 'mod_assign'),
(51, 'assign', 'view feedback', 'assign', 'name', 'mod_assign'),
(52, 'assign', 'view batch set marking workflow state', 'assign', 'name', 'mod_assign'),
(53, 'assignment', 'view', 'assignment', 'name', 'mod_assignment'),
(54, 'assignment', 'add', 'assignment', 'name', 'mod_assignment'),
(55, 'assignment', 'update', 'assignment', 'name', 'mod_assignment'),
(56, 'assignment', 'view submission', 'assignment', 'name', 'mod_assignment'),
(57, 'assignment', 'upload', 'assignment', 'name', 'mod_assignment'),
(58, 'book', 'add', 'book', 'name', 'mod_book'),
(59, 'book', 'update', 'book', 'name', 'mod_book'),
(60, 'book', 'view', 'book', 'name', 'mod_book'),
(61, 'book', 'add chapter', 'book_chapters', 'title', 'mod_book'),
(62, 'book', 'update chapter', 'book_chapters', 'title', 'mod_book'),
(63, 'book', 'view chapter', 'book_chapters', 'title', 'mod_book'),
(64, 'chat', 'view', 'chat', 'name', 'mod_chat'),
(65, 'chat', 'add', 'chat', 'name', 'mod_chat'),
(66, 'chat', 'update', 'chat', 'name', 'mod_chat'),
(67, 'chat', 'report', 'chat', 'name', 'mod_chat'),
(68, 'chat', 'talk', 'chat', 'name', 'mod_chat'),
(69, 'choice', 'view', 'choice', 'name', 'mod_choice'),
(70, 'choice', 'update', 'choice', 'name', 'mod_choice'),
(71, 'choice', 'add', 'choice', 'name', 'mod_choice'),
(72, 'choice', 'report', 'choice', 'name', 'mod_choice'),
(73, 'choice', 'choose', 'choice', 'name', 'mod_choice'),
(74, 'choice', 'choose again', 'choice', 'name', 'mod_choice'),
(75, 'data', 'view', 'data', 'name', 'mod_data'),
(76, 'data', 'add', 'data', 'name', 'mod_data'),
(77, 'data', 'update', 'data', 'name', 'mod_data'),
(78, 'data', 'record delete', 'data', 'name', 'mod_data'),
(79, 'data', 'fields add', 'data_fields', 'name', 'mod_data'),
(80, 'data', 'fields update', 'data_fields', 'name', 'mod_data'),
(81, 'data', 'templates saved', 'data', 'name', 'mod_data'),
(82, 'data', 'templates def', 'data', 'name', 'mod_data'),
(83, 'feedback', 'startcomplete', 'feedback', 'name', 'mod_feedback'),
(84, 'feedback', 'submit', 'feedback', 'name', 'mod_feedback'),
(85, 'feedback', 'delete', 'feedback', 'name', 'mod_feedback'),
(86, 'feedback', 'view', 'feedback', 'name', 'mod_feedback'),
(87, 'feedback', 'view all', 'course', 'shortname', 'mod_feedback'),
(88, 'folder', 'view', 'folder', 'name', 'mod_folder'),
(89, 'folder', 'view all', 'folder', 'name', 'mod_folder'),
(90, 'folder', 'update', 'folder', 'name', 'mod_folder'),
(91, 'folder', 'add', 'folder', 'name', 'mod_folder'),
(92, 'forum', 'add', 'forum', 'name', 'mod_forum'),
(93, 'forum', 'update', 'forum', 'name', 'mod_forum'),
(94, 'forum', 'add discussion', 'forum_discussions', 'name', 'mod_forum'),
(95, 'forum', 'add post', 'forum_posts', 'subject', 'mod_forum'),
(96, 'forum', 'update post', 'forum_posts', 'subject', 'mod_forum'),
(97, 'forum', 'user report', 'user', 'CONCAT(firstname, \' \', lastname)', 'mod_forum'),
(98, 'forum', 'move discussion', 'forum_discussions', 'name', 'mod_forum'),
(99, 'forum', 'view subscribers', 'forum', 'name', 'mod_forum'),
(100, 'forum', 'view discussion', 'forum_discussions', 'name', 'mod_forum'),
(101, 'forum', 'view forum', 'forum', 'name', 'mod_forum'),
(102, 'forum', 'subscribe', 'forum', 'name', 'mod_forum'),
(103, 'forum', 'unsubscribe', 'forum', 'name', 'mod_forum'),
(104, 'forum', 'pin discussion', 'forum_discussions', 'name', 'mod_forum'),
(105, 'forum', 'unpin discussion', 'forum_discussions', 'name', 'mod_forum'),
(106, 'glossary', 'add', 'glossary', 'name', 'mod_glossary'),
(107, 'glossary', 'update', 'glossary', 'name', 'mod_glossary'),
(108, 'glossary', 'view', 'glossary', 'name', 'mod_glossary'),
(109, 'glossary', 'view all', 'glossary', 'name', 'mod_glossary'),
(110, 'glossary', 'add entry', 'glossary', 'name', 'mod_glossary'),
(111, 'glossary', 'update entry', 'glossary', 'name', 'mod_glossary'),
(112, 'glossary', 'add category', 'glossary', 'name', 'mod_glossary'),
(113, 'glossary', 'update category', 'glossary', 'name', 'mod_glossary'),
(114, 'glossary', 'delete category', 'glossary', 'name', 'mod_glossary'),
(115, 'glossary', 'approve entry', 'glossary', 'name', 'mod_glossary'),
(116, 'glossary', 'disapprove entry', 'glossary', 'name', 'mod_glossary'),
(117, 'glossary', 'view entry', 'glossary_entries', 'concept', 'mod_glossary'),
(118, 'imscp', 'view', 'imscp', 'name', 'mod_imscp'),
(119, 'imscp', 'view all', 'imscp', 'name', 'mod_imscp'),
(120, 'imscp', 'update', 'imscp', 'name', 'mod_imscp'),
(121, 'imscp', 'add', 'imscp', 'name', 'mod_imscp'),
(122, 'label', 'add', 'label', 'name', 'mod_label'),
(123, 'label', 'update', 'label', 'name', 'mod_label'),
(124, 'lesson', 'start', 'lesson', 'name', 'mod_lesson'),
(125, 'lesson', 'end', 'lesson', 'name', 'mod_lesson'),
(126, 'lesson', 'view', 'lesson_pages', 'title', 'mod_lesson'),
(127, 'lti', 'view', 'lti', 'name', 'mod_lti'),
(128, 'lti', 'launch', 'lti', 'name', 'mod_lti'),
(129, 'lti', 'view all', 'lti', 'name', 'mod_lti'),
(130, 'page', 'view', 'page', 'name', 'mod_page'),
(131, 'page', 'view all', 'page', 'name', 'mod_page'),
(132, 'page', 'update', 'page', 'name', 'mod_page'),
(133, 'page', 'add', 'page', 'name', 'mod_page'),
(134, 'quiz', 'add', 'quiz', 'name', 'mod_quiz'),
(135, 'quiz', 'update', 'quiz', 'name', 'mod_quiz'),
(136, 'quiz', 'view', 'quiz', 'name', 'mod_quiz'),
(137, 'quiz', 'report', 'quiz', 'name', 'mod_quiz'),
(138, 'quiz', 'attempt', 'quiz', 'name', 'mod_quiz'),
(139, 'quiz', 'submit', 'quiz', 'name', 'mod_quiz'),
(140, 'quiz', 'review', 'quiz', 'name', 'mod_quiz'),
(141, 'quiz', 'editquestions', 'quiz', 'name', 'mod_quiz'),
(142, 'quiz', 'preview', 'quiz', 'name', 'mod_quiz'),
(143, 'quiz', 'start attempt', 'quiz', 'name', 'mod_quiz'),
(144, 'quiz', 'close attempt', 'quiz', 'name', 'mod_quiz'),
(145, 'quiz', 'continue attempt', 'quiz', 'name', 'mod_quiz'),
(146, 'quiz', 'edit override', 'quiz', 'name', 'mod_quiz'),
(147, 'quiz', 'delete override', 'quiz', 'name', 'mod_quiz'),
(148, 'quiz', 'view summary', 'quiz', 'name', 'mod_quiz'),
(149, 'resource', 'view', 'resource', 'name', 'mod_resource'),
(150, 'resource', 'view all', 'resource', 'name', 'mod_resource'),
(151, 'resource', 'update', 'resource', 'name', 'mod_resource'),
(152, 'resource', 'add', 'resource', 'name', 'mod_resource'),
(153, 'scorm', 'view', 'scorm', 'name', 'mod_scorm'),
(154, 'scorm', 'review', 'scorm', 'name', 'mod_scorm'),
(155, 'scorm', 'update', 'scorm', 'name', 'mod_scorm'),
(156, 'scorm', 'add', 'scorm', 'name', 'mod_scorm'),
(157, 'survey', 'add', 'survey', 'name', 'mod_survey'),
(158, 'survey', 'update', 'survey', 'name', 'mod_survey'),
(159, 'survey', 'download', 'survey', 'name', 'mod_survey'),
(160, 'survey', 'view form', 'survey', 'name', 'mod_survey'),
(161, 'survey', 'view graph', 'survey', 'name', 'mod_survey'),
(162, 'survey', 'view report', 'survey', 'name', 'mod_survey'),
(163, 'survey', 'submit', 'survey', 'name', 'mod_survey'),
(164, 'url', 'view', 'url', 'name', 'mod_url'),
(165, 'url', 'view all', 'url', 'name', 'mod_url'),
(166, 'url', 'update', 'url', 'name', 'mod_url'),
(167, 'url', 'add', 'url', 'name', 'mod_url'),
(168, 'workshop', 'add', 'workshop', 'name', 'mod_workshop'),
(169, 'workshop', 'update', 'workshop', 'name', 'mod_workshop'),
(170, 'workshop', 'view', 'workshop', 'name', 'mod_workshop'),
(171, 'workshop', 'view all', 'workshop', 'name', 'mod_workshop'),
(172, 'workshop', 'add submission', 'workshop_submissions', 'title', 'mod_workshop'),
(173, 'workshop', 'update submission', 'workshop_submissions', 'title', 'mod_workshop'),
(174, 'workshop', 'view submission', 'workshop_submissions', 'title', 'mod_workshop'),
(175, 'workshop', 'add assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(176, 'workshop', 'update assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(177, 'workshop', 'add example', 'workshop_submissions', 'title', 'mod_workshop'),
(178, 'workshop', 'update example', 'workshop_submissions', 'title', 'mod_workshop'),
(179, 'workshop', 'view example', 'workshop_submissions', 'title', 'mod_workshop'),
(180, 'workshop', 'add reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(181, 'workshop', 'update reference assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(182, 'workshop', 'add example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(183, 'workshop', 'update example assessment', 'workshop_submissions', 'title', 'mod_workshop'),
(184, 'workshop', 'update aggregate grades', 'workshop', 'name', 'mod_workshop'),
(185, 'workshop', 'update clear aggregated grades', 'workshop', 'name', 'mod_workshop'),
(186, 'workshop', 'update clear assessments', 'workshop', 'name', 'mod_workshop'),
(187, 'book', 'exportimscp', 'book', 'name', 'booktool_exportimscp'),
(188, 'book', 'print', 'book', 'name', 'booktool_print'),
(189, 'book', 'print chapter', 'book_chapters', 'title', 'booktool_print'),
(190, 'geogebra', 'add', 'geogebra', 'name', 'mod_geogebra'),
(191, 'geogebra', 'view', 'geogebra', 'name', 'mod_geogebra'),
(192, 'geogebra', 'update', 'geogebra', 'name', 'mod_geogebra');

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

--
-- Structure de la table `mdl_log_queries`
--

CREATE TABLE `mdl_log_queries` (
  `id` bigint(10) NOT NULL,
  `qtype` mediumint(5) NOT NULL,
  `sqltext` longtext NOT NULL,
  `sqlparams` longtext DEFAULT NULL,
  `error` mediumint(5) NOT NULL DEFAULT 0,
  `info` longtext DEFAULT NULL,
  `backtrace` longtext DEFAULT NULL,
  `exectime` decimal(10,5) NOT NULL,
  `timelogged` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Logged database queries.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti`
--

CREATE TABLE `mdl_lti` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `typeid` bigint(10) DEFAULT NULL,
  `toolurl` longtext NOT NULL,
  `securetoolurl` longtext DEFAULT NULL,
  `instructorchoicesendname` tinyint(1) DEFAULT NULL,
  `instructorchoicesendemailaddr` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowroster` tinyint(1) DEFAULT NULL,
  `instructorchoiceallowsetting` tinyint(1) DEFAULT NULL,
  `instructorcustomparameters` longtext DEFAULT NULL,
  `instructorchoiceacceptgrades` tinyint(1) DEFAULT NULL,
  `grade` bigint(10) NOT NULL DEFAULT 100,
  `launchcontainer` tinyint(2) NOT NULL DEFAULT 1,
  `resourcekey` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `debuglaunch` tinyint(1) NOT NULL DEFAULT 0,
  `showtitlelaunch` tinyint(1) NOT NULL DEFAULT 0,
  `showdescriptionlaunch` tinyint(1) NOT NULL DEFAULT 0,
  `servicesalt` varchar(40) DEFAULT NULL,
  `icon` longtext DEFAULT NULL,
  `secureicon` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table contains Basic LTI activities instances' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_ltiservice_gradebookservices`
--

CREATE TABLE `mdl_ltiservice_gradebookservices` (
  `id` bigint(10) NOT NULL,
  `gradeitemid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `toolproxyid` bigint(10) DEFAULT NULL,
  `typeid` bigint(10) DEFAULT NULL,
  `baseurl` longtext DEFAULT NULL,
  `ltilinkid` bigint(10) DEFAULT NULL,
  `resourceid` varchar(512) DEFAULT NULL,
  `tag` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This file records the grade items created by the LTI Gradebo' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_access_tokens`
--

CREATE TABLE `mdl_lti_access_tokens` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `scope` longtext NOT NULL,
  `token` varchar(128) NOT NULL DEFAULT '',
  `validuntil` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastaccess` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Security tokens for accessing of LTI services' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_submission`
--

CREATE TABLE `mdl_lti_submission` (
  `id` bigint(10) NOT NULL,
  `ltiid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `datesubmitted` bigint(10) NOT NULL,
  `dateupdated` bigint(10) NOT NULL,
  `gradepercent` decimal(10,5) NOT NULL,
  `originalgrade` decimal(10,5) NOT NULL,
  `launchid` bigint(10) NOT NULL,
  `state` tinyint(2) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keeps track of individual submissions for LTI activities.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_tool_proxies`
--

CREATE TABLE `mdl_lti_tool_proxies` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT 'Tool Provider',
  `regurl` longtext DEFAULT NULL,
  `state` tinyint(2) NOT NULL DEFAULT 1,
  `guid` varchar(255) DEFAULT NULL,
  `secret` varchar(255) DEFAULT NULL,
  `vendorcode` varchar(255) DEFAULT NULL,
  `capabilityoffered` longtext NOT NULL,
  `serviceoffered` longtext NOT NULL,
  `toolproxy` longtext DEFAULT NULL,
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='LTI tool proxy registrations' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_tool_settings`
--

CREATE TABLE `mdl_lti_tool_settings` (
  `id` bigint(10) NOT NULL,
  `toolproxyid` bigint(10) NOT NULL,
  `typeid` bigint(10) DEFAULT NULL,
  `course` bigint(10) DEFAULT NULL,
  `coursemoduleid` bigint(10) DEFAULT NULL,
  `settings` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='LTI tool setting values' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_types`
--

CREATE TABLE `mdl_lti_types` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT 'basiclti Activity',
  `baseurl` longtext NOT NULL,
  `tooldomain` varchar(255) NOT NULL DEFAULT '',
  `state` tinyint(2) NOT NULL DEFAULT 2,
  `course` bigint(10) NOT NULL,
  `coursevisible` tinyint(1) NOT NULL DEFAULT 0,
  `ltiversion` varchar(10) NOT NULL DEFAULT '',
  `clientid` varchar(255) DEFAULT NULL,
  `toolproxyid` bigint(10) DEFAULT NULL,
  `enabledcapability` longtext DEFAULT NULL,
  `parameter` longtext DEFAULT NULL,
  `icon` longtext DEFAULT NULL,
  `secureicon` longtext DEFAULT NULL,
  `createdby` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Basic LTI pre-configured activities' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_lti_types_config`
--

CREATE TABLE `mdl_lti_types_config` (
  `id` bigint(10) NOT NULL,
  `typeid` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Basic LTI types configuration' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message`
--

CREATE TABLE `mdl_message` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL DEFAULT 0,
  `useridto` bigint(10) NOT NULL DEFAULT 0,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` smallint(4) DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `notification` tinyint(1) DEFAULT 0,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT 0,
  `timeusertodeleted` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all unread messages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_messageinbound_datakeys`
--

CREATE TABLE `mdl_messageinbound_datakeys` (
  `id` bigint(10) NOT NULL,
  `handler` bigint(10) NOT NULL,
  `datavalue` bigint(10) NOT NULL,
  `datakey` varchar(64) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `expires` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Inbound Message data item secret keys.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_messageinbound_handlers`
--

CREATE TABLE `mdl_messageinbound_handlers` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `defaultexpiration` bigint(10) NOT NULL DEFAULT 86400,
  `validateaddress` tinyint(1) NOT NULL DEFAULT 1,
  `enabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Inbound Message Handler definitions.' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_messageinbound_handlers`
--

INSERT INTO `mdl_messageinbound_handlers` (`id`, `component`, `classname`, `defaultexpiration`, `validateaddress`, `enabled`) VALUES
(1, 'core', '\\core\\message\\inbound\\private_files_handler', 0, 1, 0),
(2, 'mod_forum', '\\mod_forum\\message\\inbound\\reply_handler', 604800, 1, 0),
(3, 'tool_messageinbound', '\\tool_messageinbound\\message\\inbound\\invalid_recipient_handler', 604800, 0, 1);

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

--
-- Structure de la table `mdl_messageinbound_messagelist`
--

CREATE TABLE `mdl_messageinbound_messagelist` (
  `id` bigint(10) NOT NULL,
  `messageid` longtext NOT NULL,
  `userid` bigint(10) NOT NULL,
  `address` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A list of message IDs for existing replies' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_messages`
--

CREATE TABLE `mdl_messages` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `fullmessagetrust` tinyint(2) NOT NULL DEFAULT 0,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all messages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_airnotifier_devices`
--

CREATE TABLE `mdl_message_airnotifier_devices` (
  `id` bigint(10) NOT NULL,
  `userdeviceid` bigint(10) NOT NULL,
  `enable` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store information about the devices registered in Airnotifie' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_contacts`
--

CREATE TABLE `mdl_message_contacts` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `contactid` bigint(10) NOT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Maintains lists of contacts between users' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_contact_requests`
--

CREATE TABLE `mdl_message_contact_requests` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `requesteduserid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Maintains list of contact requests between users' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_conversations`
--

CREATE TABLE `mdl_message_conversations` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL DEFAULT 1,
  `name` varchar(255) DEFAULT NULL,
  `convhash` varchar(40) DEFAULT NULL,
  `component` varchar(100) DEFAULT NULL,
  `itemtype` varchar(100) DEFAULT NULL,
  `itemid` bigint(10) DEFAULT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all message conversations' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_conversation_actions`
--

CREATE TABLE `mdl_message_conversation_actions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all per-user actions on individual conversations' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_conversation_members`
--

CREATE TABLE `mdl_message_conversation_members` (
  `id` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all members in a conversations' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_email_messages`
--

CREATE TABLE `mdl_message_email_messages` (
  `id` bigint(10) NOT NULL,
  `useridto` bigint(10) NOT NULL,
  `conversationid` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keeps track of what emails to send in an email digest' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_popup`
--

CREATE TABLE `mdl_message_popup` (
  `id` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL,
  `isread` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Keep state of notifications for the popup message processor' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_popup_notifications`
--

CREATE TABLE `mdl_message_popup_notifications` (
  `id` bigint(10) NOT NULL,
  `notificationid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of notifications to display in the message output popup' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_processors`
--

CREATE TABLE `mdl_message_processors` (
  `id` bigint(10) NOT NULL,
  `name` varchar(166) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of message output plugins' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_message_processors`
--

INSERT INTO `mdl_message_processors` (`id`, `name`, `enabled`) VALUES
(1, 'airnotifier', 1),
(2, 'email', 1),
(3, 'jabber', 1),
(4, 'popup', 1);

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

--
-- Structure de la table `mdl_message_providers`
--

CREATE TABLE `mdl_message_providers` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `component` varchar(200) NOT NULL DEFAULT '',
  `capability` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores the message providers (modules and core sy' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_message_providers`
--

INSERT INTO `mdl_message_providers` (`id`, `name`, `component`, `capability`) VALUES
(1, 'notices', 'moodle', 'moodle/site:config'),
(2, 'errors', 'moodle', 'moodle/site:config'),
(3, 'availableupdate', 'moodle', 'moodle/site:config'),
(4, 'instantmessage', 'moodle', NULL),
(5, 'backup', 'moodle', 'moodle/site:config'),
(6, 'courserequested', 'moodle', 'moodle/site:approvecourse'),
(7, 'courserequestapproved', 'moodle', 'moodle/course:request'),
(8, 'courserequestrejected', 'moodle', 'moodle/course:request'),
(9, 'badgerecipientnotice', 'moodle', 'moodle/badges:earnbadge'),
(10, 'badgecreatornotice', 'moodle', NULL),
(11, 'competencyplancomment', 'moodle', NULL),
(12, 'competencyusercompcomment', 'moodle', NULL),
(13, 'insights', 'moodle', NULL),
(14, 'messagecontactrequests', 'moodle', NULL),
(15, 'asyncbackupnotification', 'moodle', NULL),
(16, 'gradenotifications', 'moodle', NULL),
(17, 'assign_notification', 'mod_assign', NULL),
(18, 'assignment_updates', 'mod_assignment', NULL),
(19, 'submission', 'mod_feedback', NULL),
(20, 'message', 'mod_feedback', NULL),
(21, 'posts', 'mod_forum', NULL),
(22, 'digests', 'mod_forum', NULL),
(23, 'graded_essay', 'mod_lesson', NULL),
(24, 'submission', 'mod_quiz', 'mod/quiz:emailnotifysubmission'),
(25, 'confirmation', 'mod_quiz', 'mod/quiz:emailconfirmsubmission'),
(26, 'attempt_overdue', 'mod_quiz', 'mod/quiz:emailwarnoverdue'),
(27, 'flatfile_enrolment', 'enrol_flatfile', NULL),
(28, 'imsenterprise_enrolment', 'enrol_imsenterprise', NULL),
(29, 'expiry_notification', 'enrol_manual', NULL),
(30, 'paypal_enrolment', 'enrol_paypal', NULL),
(31, 'expiry_notification', 'enrol_self', NULL),
(32, 'contactdataprotectionofficer', 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests'),
(33, 'datarequestprocessingresults', 'tool_dataprivacy', NULL),
(34, 'notifyexceptions', 'tool_dataprivacy', 'tool/dataprivacy:managedatarequests'),
(35, 'invalidrecipienthandler', 'tool_messageinbound', NULL),
(36, 'messageprocessingerror', 'tool_messageinbound', NULL),
(37, 'messageprocessingsuccess', 'tool_messageinbound', NULL),
(38, 'notification', 'tool_monitor', 'tool/monitor:subscribe'),
(39, 'submission', 'mod_hvp', 'mod/hvp:emailnotifysubmission'),
(40, 'confirmation', 'mod_hvp', 'mod/hvp:emailconfirmsubmission');

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

--
-- Structure de la table `mdl_message_read`
--

CREATE TABLE `mdl_message_read` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL DEFAULT 0,
  `useridto` bigint(10) NOT NULL DEFAULT 0,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` smallint(4) DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `notification` tinyint(1) DEFAULT 0,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timeread` bigint(10) NOT NULL DEFAULT 0,
  `timeuserfromdeleted` bigint(10) NOT NULL DEFAULT 0,
  `timeusertodeleted` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all messages that have been read' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_users_blocked`
--

CREATE TABLE `mdl_message_users_blocked` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `blockeduserid` bigint(10) NOT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Maintains lists of blocked users' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_message_user_actions`
--

CREATE TABLE `mdl_message_user_actions` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `messageid` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all per-user actions on individual messages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnetservice_enrol_courses`
--

CREATE TABLE `mdl_mnetservice_enrol_courses` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL,
  `remoteid` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL,
  `categoryname` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `fullname` varchar(254) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `idnumber` varchar(100) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` smallint(3) DEFAULT 0,
  `startdate` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Caches the information fetched via XML-RPC about courses on ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnetservice_enrol_enrolments`
--

CREATE TABLE `mdl_mnetservice_enrol_enrolments` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `remotecourseid` bigint(10) NOT NULL,
  `rolename` varchar(255) NOT NULL DEFAULT '',
  `enroltime` bigint(10) NOT NULL DEFAULT 0,
  `enroltype` varchar(20) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Caches the information about enrolments of our local users i' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnet_application`
--

CREATE TABLE `mdl_mnet_application` (
  `id` bigint(10) NOT NULL,
  `name` varchar(50) NOT NULL DEFAULT '',
  `display_name` varchar(50) NOT NULL DEFAULT '',
  `xmlrpc_server_url` varchar(255) NOT NULL DEFAULT '',
  `sso_land_url` varchar(255) NOT NULL DEFAULT '',
  `sso_jump_url` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Information about applications on remote hosts' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_application`
--

INSERT INTO `mdl_mnet_application` (`id`, `name`, `display_name`, `xmlrpc_server_url`, `sso_land_url`, `sso_jump_url`) VALUES
(1, 'moodle', 'Moodle', '/mnet/xmlrpc/server.php', '/auth/mnet/land.php', '/auth/mnet/jump.php'),
(2, 'mahara', 'Mahara', '/api/xmlrpc/server.php', '/auth/xmlrpc/land.php', '/auth/xmlrpc/jump.php');

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

--
-- Structure de la table `mdl_mnet_host`
--

CREATE TABLE `mdl_mnet_host` (
  `id` bigint(10) NOT NULL,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `wwwroot` varchar(255) NOT NULL DEFAULT '',
  `ip_address` varchar(45) NOT NULL DEFAULT '',
  `name` varchar(80) NOT NULL DEFAULT '',
  `public_key` longtext NOT NULL,
  `public_key_expires` bigint(10) NOT NULL DEFAULT 0,
  `transport` tinyint(2) NOT NULL DEFAULT 0,
  `portno` mediumint(5) NOT NULL DEFAULT 0,
  `last_connect_time` bigint(10) NOT NULL DEFAULT 0,
  `last_log_id` bigint(10) NOT NULL DEFAULT 0,
  `force_theme` tinyint(1) NOT NULL DEFAULT 0,
  `theme` varchar(100) DEFAULT NULL,
  `applicationid` bigint(10) NOT NULL DEFAULT 1,
  `sslverification` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Information about the local and remote hosts for RPC' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_host`
--

INSERT INTO `mdl_mnet_host` (`id`, `deleted`, `wwwroot`, `ip_address`, `name`, `public_key`, `public_key_expires`, `transport`, `portno`, `last_connect_time`, `last_log_id`, `force_theme`, `theme`, `applicationid`, `sslverification`) VALUES
(1, 0, 'http://localhost/moodle', '127.0.0.1', '', '', 0, 0, 0, 0, 0, 0, NULL, 1, 0),
(2, 0, '', '', 'All Hosts', '', 0, 0, 0, 0, 0, 0, NULL, 1, 0);

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

--
-- Structure de la table `mdl_mnet_host2service`
--

CREATE TABLE `mdl_mnet_host2service` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL DEFAULT 0,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `publish` tinyint(1) NOT NULL DEFAULT 0,
  `subscribe` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Information about the services for a given host' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnet_log`
--

CREATE TABLE `mdl_mnet_log` (
  `id` bigint(10) NOT NULL,
  `hostid` bigint(10) NOT NULL DEFAULT 0,
  `remoteid` bigint(10) NOT NULL DEFAULT 0,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `ip` varchar(45) NOT NULL DEFAULT '',
  `course` bigint(10) NOT NULL DEFAULT 0,
  `coursename` varchar(40) NOT NULL DEFAULT '',
  `module` varchar(20) NOT NULL DEFAULT '',
  `cmid` bigint(10) NOT NULL DEFAULT 0,
  `action` varchar(40) NOT NULL DEFAULT '',
  `url` varchar(100) NOT NULL DEFAULT '',
  `info` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store session data from users migrating to other sites' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnet_remote_rpc`
--

CREATE TABLE `mdl_mnet_remote_rpc` (
  `id` bigint(10) NOT NULL,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table describes functions that might be called remotely' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_remote_rpc`
--

INSERT INTO `mdl_mnet_remote_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`) VALUES
(1, 'user_authorise', 'auth/mnet/auth.php/user_authorise', 'auth', 'mnet', 1),
(2, 'keepalive_server', 'auth/mnet/auth.php/keepalive_server', 'auth', 'mnet', 1),
(3, 'kill_children', 'auth/mnet/auth.php/kill_children', 'auth', 'mnet', 1),
(4, 'refresh_log', 'auth/mnet/auth.php/refresh_log', 'auth', 'mnet', 1),
(5, 'fetch_user_image', 'auth/mnet/auth.php/fetch_user_image', 'auth', 'mnet', 1),
(6, 'fetch_theme_info', 'auth/mnet/auth.php/fetch_theme_info', 'auth', 'mnet', 1),
(7, 'update_enrolments', 'auth/mnet/auth.php/update_enrolments', 'auth', 'mnet', 1),
(8, 'keepalive_client', 'auth/mnet/auth.php/keepalive_client', 'auth', 'mnet', 1),
(9, 'kill_child', 'auth/mnet/auth.php/kill_child', 'auth', 'mnet', 1),
(10, 'available_courses', 'enrol/mnet/enrol.php/available_courses', 'enrol', 'mnet', 1),
(11, 'user_enrolments', 'enrol/mnet/enrol.php/user_enrolments', 'enrol', 'mnet', 1),
(12, 'enrol_user', 'enrol/mnet/enrol.php/enrol_user', 'enrol', 'mnet', 1),
(13, 'unenrol_user', 'enrol/mnet/enrol.php/unenrol_user', 'enrol', 'mnet', 1),
(14, 'course_enrolments', 'enrol/mnet/enrol.php/course_enrolments', 'enrol', 'mnet', 1),
(15, 'send_content_intent', 'portfolio/mahara/lib.php/send_content_intent', 'portfolio', 'mahara', 1),
(16, 'send_content_ready', 'portfolio/mahara/lib.php/send_content_ready', 'portfolio', 'mahara', 1);

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

--
-- Structure de la table `mdl_mnet_remote_service2rpc`
--

CREATE TABLE `mdl_mnet_remote_service2rpc` (
  `id` bigint(10) NOT NULL,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `rpcid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Group functions or methods under a service' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_remote_service2rpc`
--

INSERT INTO `mdl_mnet_remote_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 2, 8),
(9, 2, 9),
(10, 3, 10),
(11, 3, 11),
(12, 3, 12),
(13, 3, 13),
(14, 3, 14),
(15, 4, 15),
(16, 4, 16);

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

--
-- Structure de la table `mdl_mnet_rpc`
--

CREATE TABLE `mdl_mnet_rpc` (
  `id` bigint(10) NOT NULL,
  `functionname` varchar(40) NOT NULL DEFAULT '',
  `xmlrpcpath` varchar(80) NOT NULL DEFAULT '',
  `plugintype` varchar(20) NOT NULL DEFAULT '',
  `pluginname` varchar(20) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `help` longtext NOT NULL,
  `profile` longtext NOT NULL,
  `filename` varchar(100) NOT NULL DEFAULT '',
  `classname` varchar(150) DEFAULT NULL,
  `static` tinyint(1) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Functions or methods that we may publish or subscribe to' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_rpc`
--

INSERT INTO `mdl_mnet_rpc` (`id`, `functionname`, `xmlrpcpath`, `plugintype`, `pluginname`, `enabled`, `help`, `profile`, `filename`, `classname`, `static`) VALUES
(1, 'user_authorise', 'auth/mnet/auth.php/user_authorise', 'auth', 'mnet', 1, 'Return user data for the provided token, compare with user_agent string.', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:37:\"The unique ID provided by remotehost.\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"User Agent string.\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:44:\"$userdata Array of user info for remote host\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(2, 'keepalive_server', 'auth/mnet/auth.php/keepalive_server', 'auth', 'mnet', 1, 'Receives an array of usernames from a remote machine and prods their\nsessions to keep them alive', 'a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(3, 'kill_children', 'auth/mnet/auth.php/kill_children', 'auth', 'mnet', 1, 'The IdP uses this function to kill child sessions on other hosts', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:39:\"A plaintext report of what has happened\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(4, 'refresh_log', 'auth/mnet/auth.php/refresh_log', 'auth', 'mnet', 1, 'Receives an array of log entries from an SP and adds them to the mnet_log\ntable', 'a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"array\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:21:\"An array of usernames\";}}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"\"All ok\" or an error message\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(5, 'fetch_user_image', 'auth/mnet/auth.php/fetch_user_image', 'auth', 'mnet', 1, 'Returns the user\'s profile image info\nIf the user exists and has a profile picture, the returned array will contain keys:\nf1          - the content of the default 100x100px image\nf1_mimetype - the mimetype of the f1 file\nf2          - the content of the 35x35px variant of the image\nf2_mimetype - the mimetype of the f2 file\nThe mimetype information was added in Moodle 2.0. In Moodle 1.x, images are always jpegs.', 'a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:18:\"The id of the user\";}}s:6:\"return\";a:2:{s:4:\"type\";s:11:\"false|array\";s:11:\"description\";s:84:\"false if user not found, empty array if no picture exists, array with data otherwise\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(6, 'fetch_theme_info', 'auth/mnet/auth.php/fetch_theme_info', 'auth', 'mnet', 1, 'Returns the theme information and logo url as strings.', 'a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:6:\"string\";s:11:\"description\";s:14:\"The theme info\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(7, 'update_enrolments', 'auth/mnet/auth.php/update_enrolments', 'auth', 'mnet', 1, 'Invoke this function _on_ the IDP to update it with enrolment info local to\nthe SP right after calling user_authorise()\nNormally called by the SP after calling user_authorise()', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:12:\"The username\";}i:1;a:3:{s:4:\"name\";s:7:\"courses\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:75:\"Assoc array of courses following the structure of mnetservice_enrol_courses\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:0:\"\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(8, 'keepalive_client', 'auth/mnet/auth.php/keepalive_client', 'auth', 'mnet', 1, 'Poll the IdP server to let it know that a user it has authenticated is still\nonline', 'a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(9, 'kill_child', 'auth/mnet/auth.php/kill_child', 'auth', 'mnet', 1, 'When the IdP requests that child sessions are terminated,\nthis function will be called on each of the child hosts. The machine that\ncalls the function (over xmlrpc) provides us with the mnethostid we need.', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:28:\"Username for session to kill\";}i:1;a:3:{s:4:\"name\";s:9:\"useragent\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:35:\"SHA1 hash of user agent to look for\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:15:\"True on success\";}}', 'auth.php', 'auth_plugin_mnet', 0),
(10, 'available_courses', 'enrol/mnet/enrol.php/available_courses', 'enrol', 'mnet', 1, 'Returns list of courses that we offer to the caller for remote enrolment of their users\nSince Moodle 2.0, courses are made available for MNet peers by creating an instance\nof enrol_mnet plugin for the course. Hidden courses are not returned. If there are two\ninstances - one specific for the host and one for \'All hosts\', the setting of the specific\none is used. The id of the peer is kept in customint1, no other custom fields are used.', 'a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(11, 'user_enrolments', 'enrol/mnet/enrol.php/user_enrolments', 'enrol', 'mnet', 1, 'This method has never been implemented in Moodle MNet API', 'a:2:{s:10:\"parameters\";a:0:{}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:11:\"empty array\";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(12, 'enrol_user', 'enrol/mnet/enrol.php/enrol_user', 'enrol', 'mnet', 1, 'Enrol remote user to our course\nIf we do not have local record for the remote user in our database,\nit gets created here.', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"userdata\";s:4:\"type\";s:5:\"array\";s:11:\"description\";s:43:\"user details {@see mnet_fields_to_import()}\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"our local course id\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:69:\"true if the enrolment has been successful, throws exception otherwise\";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(13, 'unenrol_user', 'enrol/mnet/enrol.php/unenrol_user', 'enrol', 'mnet', 1, 'Unenrol remote user from our course\nOnly users enrolled via enrol_mnet plugin can be unenrolled remotely. If the\nremote user is enrolled into the local course via some other enrol plugin\n(enrol_manual for example), the remote host can\'t touch such enrolment. Please\ndo not report this behaviour as bug, it is a feature ;-)', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"username\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:18:\"of the remote user\";}i:1;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:19:\"of our local course\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"bool\";s:11:\"description\";s:71:\"true if the unenrolment has been successful, throws exception otherwise\";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(14, 'course_enrolments', 'enrol/mnet/enrol.php/course_enrolments', 'enrol', 'mnet', 1, 'Returns a list of users from the client server who are enrolled in our course\nSuitable instance of enrol_mnet must be created in the course. This method will not\nreturn any information about the enrolments in courses that are not available for\nremote enrolment, even if their users are enrolled into them via other plugin\n(note the difference from {@link self::user_enrolments()}).\nThis method will return enrolment information for users from hosts regardless\nthe enrolment plugin. It does not matter if the user was enrolled remotely by\ntheir admin or locally. Once the course is available for remote enrolments, we\nwill tell them everything about their users.\nIn Moodle 1.x the returned array used to be indexed by username. The side effect\nof MDL-19219 fix is that we do not need to use such index and therefore we can\nreturn all enrolment records. MNet clients 1.x will only use the last record for\nthe student, if she is enrolled via multiple plugins.', 'a:2:{s:10:\"parameters\";a:2:{i:0;a:3:{s:4:\"name\";s:8:\"courseid\";s:4:\"type\";s:3:\"int\";s:11:\"description\";s:16:\"ID of our course\";}i:1;a:3:{s:4:\"name\";s:5:\"roles\";s:4:\"type\";s:12:\"string|array\";s:11:\"description\";s:58:\"comma separated list of role shortnames (or array of them)\";}}s:6:\"return\";a:2:{s:4:\"type\";s:5:\"array\";s:11:\"description\";s:0:\"\";}}', 'enrol.php', 'enrol_mnet_mnetservice_enrol', 0),
(15, 'fetch_file', 'portfolio/mahara/lib.php/fetch_file', 'portfolio', 'mahara', 1, 'xmlrpc (mnet) function to get the file.\nreads in the file and returns it base_64 encoded\nso that it can be enrypted by mnet.', 'a:2:{s:10:\"parameters\";a:1:{i:0;a:3:{s:4:\"name\";s:5:\"token\";s:4:\"type\";s:6:\"string\";s:11:\"description\";s:56:\"the token recieved previously during send_content_intent\";}}s:6:\"return\";a:2:{s:4:\"type\";s:4:\"void\";s:11:\"description\";s:0:\"\";}}', 'lib.php', 'portfolio_plugin_mahara', 1);

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

--
-- Structure de la table `mdl_mnet_service`
--

CREATE TABLE `mdl_mnet_service` (
  `id` bigint(10) NOT NULL,
  `name` varchar(40) NOT NULL DEFAULT '',
  `description` varchar(40) NOT NULL DEFAULT '',
  `apiversion` varchar(10) NOT NULL DEFAULT '',
  `offer` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A service is a group of functions' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_service`
--

INSERT INTO `mdl_mnet_service` (`id`, `name`, `description`, `apiversion`, `offer`) VALUES
(1, 'sso_idp', '', '1', 1),
(2, 'sso_sp', '', '1', 1),
(3, 'mnet_enrol', '', '1', 1),
(4, 'pf', '', '1', 1);

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

--
-- Structure de la table `mdl_mnet_service2rpc`
--

CREATE TABLE `mdl_mnet_service2rpc` (
  `id` bigint(10) NOT NULL,
  `serviceid` bigint(10) NOT NULL DEFAULT 0,
  `rpcid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Group functions or methods under a service' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_mnet_service2rpc`
--

INSERT INTO `mdl_mnet_service2rpc` (`id`, `serviceid`, `rpcid`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 2, 8),
(9, 2, 9),
(10, 3, 10),
(11, 3, 11),
(12, 3, 12),
(13, 3, 13),
(14, 3, 14),
(15, 4, 15);

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

--
-- Structure de la table `mdl_mnet_session`
--

CREATE TABLE `mdl_mnet_session` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `username` varchar(100) NOT NULL DEFAULT '',
  `token` varchar(40) NOT NULL DEFAULT '',
  `mnethostid` bigint(10) NOT NULL DEFAULT 0,
  `useragent` varchar(40) NOT NULL DEFAULT '',
  `confirm_timeout` bigint(10) NOT NULL DEFAULT 0,
  `session_id` varchar(40) NOT NULL DEFAULT '',
  `expires` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Store session data from users migrating to other sites' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_mnet_sso_access_control`
--

CREATE TABLE `mdl_mnet_sso_access_control` (
  `id` bigint(10) NOT NULL,
  `username` varchar(100) NOT NULL DEFAULT '',
  `mnet_host_id` bigint(10) NOT NULL DEFAULT 0,
  `accessctrl` varchar(20) NOT NULL DEFAULT 'allow'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Users by host permitted (or not) to login from a remote prov' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_modules`
--

CREATE TABLE `mdl_modules` (
  `id` bigint(10) NOT NULL,
  `name` varchar(20) NOT NULL DEFAULT '',
  `cron` bigint(10) NOT NULL DEFAULT 0,
  `lastcron` bigint(10) NOT NULL DEFAULT 0,
  `search` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='modules available in the site' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_modules`
--

INSERT INTO `mdl_modules` (`id`, `name`, `cron`, `lastcron`, `search`, `visible`) VALUES
(1, 'assign', 0, 0, '', 1),
(2, 'assignment', 60, 0, '', 0),
(3, 'book', 0, 0, '', 1),
(4, 'chat', 0, 0, '', 1),
(5, 'choice', 0, 0, '', 1),
(6, 'data', 0, 0, '', 1),
(7, 'feedback', 0, 0, '', 1),
(8, 'folder', 0, 0, '', 1),
(9, 'forum', 0, 0, '', 1),
(10, 'glossary', 0, 0, '', 1),
(11, 'h5pactivity', 0, 0, '', 1),
(12, 'imscp', 0, 0, '', 1),
(13, 'label', 0, 0, '', 1),
(14, 'lesson', 0, 0, '', 1),
(15, 'lti', 0, 0, '', 1),
(16, 'page', 0, 0, '', 1),
(17, 'quiz', 0, 0, '', 1),
(18, 'resource', 0, 0, '', 1),
(19, 'scorm', 0, 0, '', 1),
(20, 'survey', 0, 0, '', 1),
(21, 'url', 0, 0, '', 1),
(22, 'wiki', 0, 0, '', 1),
(23, 'workshop', 0, 0, '', 1),
(24, 'hvp', 0, 0, '', 1),
(25, 'geogebra', 0, 0, '', 1);

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

--
-- Structure de la table `mdl_my_pages`
--

CREATE TABLE `mdl_my_pages` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT 0,
  `name` varchar(200) NOT NULL DEFAULT '',
  `private` tinyint(1) NOT NULL DEFAULT 1,
  `sortorder` mediumint(6) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Extra user pages for the My Moodle system' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_my_pages`
--

INSERT INTO `mdl_my_pages` (`id`, `userid`, `name`, `private`, `sortorder`) VALUES
(1, NULL, '__default', 0, 0),
(2, NULL, '__default', 1, 0),
(3, 2, '__default', 1, 0);

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

--
-- Structure de la table `mdl_notifications`
--

CREATE TABLE `mdl_notifications` (
  `id` bigint(10) NOT NULL,
  `useridfrom` bigint(10) NOT NULL,
  `useridto` bigint(10) NOT NULL,
  `subject` longtext DEFAULT NULL,
  `fullmessage` longtext DEFAULT NULL,
  `fullmessageformat` tinyint(1) NOT NULL DEFAULT 0,
  `fullmessagehtml` longtext DEFAULT NULL,
  `smallmessage` longtext DEFAULT NULL,
  `component` varchar(100) DEFAULT NULL,
  `eventtype` varchar(100) DEFAULT NULL,
  `contexturl` longtext DEFAULT NULL,
  `contexturlname` longtext DEFAULT NULL,
  `timeread` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `customdata` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores all notifications' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_oauth2_access_token`
--

CREATE TABLE `mdl_oauth2_access_token` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `token` longtext NOT NULL,
  `expires` bigint(10) NOT NULL,
  `scope` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores access tokens for system accounts in order to be able' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_oauth2_endpoint`
--

CREATE TABLE `mdl_oauth2_endpoint` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `url` longtext NOT NULL,
  `issuerid` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Describes the named endpoint for an oauth2 service.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_oauth2_issuer`
--

CREATE TABLE `mdl_oauth2_issuer` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `image` longtext NOT NULL,
  `baseurl` longtext NOT NULL,
  `clientid` longtext NOT NULL,
  `clientsecret` longtext NOT NULL,
  `loginscopes` longtext NOT NULL,
  `loginscopesoffline` longtext NOT NULL,
  `loginparams` longtext NOT NULL,
  `loginparamsoffline` longtext NOT NULL,
  `alloweddomains` longtext NOT NULL,
  `scopessupported` longtext DEFAULT NULL,
  `enabled` tinyint(2) NOT NULL DEFAULT 1,
  `showonloginpage` tinyint(2) NOT NULL DEFAULT 1,
  `basicauth` tinyint(2) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL,
  `requireconfirmation` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Details for an oauth 2 connect identity issuer.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_oauth2_system_account`
--

CREATE TABLE `mdl_oauth2_system_account` (
  `id` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `refreshtoken` longtext NOT NULL,
  `grantedscopes` longtext NOT NULL,
  `email` longtext DEFAULT NULL,
  `username` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stored details used to get an access token as a system user ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_oauth2_user_field_mapping`
--

CREATE TABLE `mdl_oauth2_user_field_mapping` (
  `id` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `issuerid` bigint(10) NOT NULL,
  `externalfield` varchar(64) NOT NULL DEFAULT '',
  `internalfield` varchar(64) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Mapping of oauth user fields to moodle fields.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_page`
--

CREATE TABLE `mdl_page` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `content` longtext DEFAULT NULL,
  `contentformat` smallint(4) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each record is one page and its config data' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_page`
--

INSERT INTO `mdl_page` (`id`, `course`, `name`, `intro`, `introformat`, `content`, `contentformat`, `legacyfiles`, `legacyfileslast`, `display`, `displayoptions`, `revision`, `timemodified`) VALUES
(1, 2, 'Fonction sinus et cosinus', '', 1, '<div class=\"container-fluid mt-3\">\n    <h1 style=\"text-align: center; font-weight: normal; color: #ab1f01;\"><em><strong>Etude analytique des fonctions trigonométriques <br></strong></em></h1>\n</div>\n<div class=\"accordion\" id=\"accordionExample\">\n    <!-- Accordion card One  -->\n    <!-- <div class=\"card border border-danger  rounded\">-->\n    <div class=\"card border border-warning rounded\">\n        <!--avec bordure  -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info\" id=\"headingOne\">\n            <!-- on peu changer la couleur  ds div class=\"card text-dark bg-\"info\"  le info peu changé en success secondry primary ou autre -->\n            <h5 class=\"mb-0\">\n                <button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\">\n               <!-- la coleur du button class=\"btn btn-\"primary\" btn-lg collapsed peu changé primary peu changé en success secondry warning ou autre --> <strong> A.Fonction sinus  \\(f(x)=\\sin(x)\\)</strong> \n            </button>\n            </h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" style=\"\">\n            <!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> A1_ <em> Définition: </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4></h4>\n                            <h4>On munit le plan d’un repère orthonormé (O; I, J). Le cercle trigonométrique C est le cercle de centre O et de <strong><span style=\"color: #ff0000;\">rayon&nbsp; R=1</span></strong>, sur lequel on choisit un sens de parcours\n                                :\n                            </h4>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>le sens direct (ou positif ou encore trigonométrique) est contraire au sens de rotation des aiguilles d’une montre ;</h4>\n                                    </li>\n                                    <li>\n                                        <h4>le sens indirect (ou négatif) est le sens de rotation des aiguilles d’une montre.</h4>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique01.png\" alt=\"Cercle Trigonometrique01\" class=\"img-responsive atto_image_button_text-bottom\" width=\"300\" height=\"250\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A2_ <em> Propriété </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h4>Pour repérer un point M du cercle trigonométrique, on enroule autour du cercle un axe orienté, gradué, d’origine<br>le point I. On peut alors associer au point M un réel x, abscisse d’un point de l’axe qui vient se superposer\n                                au <br>point M.\n                            </h4>\n                            <h4><em><strong><span style=\"color: #ef4540;\">REMARQUE :</span></strong></em></h4>\n                            <p></p>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>Lorsqu’on enroule l’axe dans le sens <em><strong> <span style=\"color: #ef4540;\">direct</span></strong></em>, ce sont des points d’ <em><strong><span style=\"color: #ef4540;\">abscisses positives</span></strong></em>                                            qui se superposent à M,dans le sens <em><strong><span style=\"color: #ef4540;\">indirect</span></strong></em>, ce sont des points d’<em><strong><span style=\"color: #ef4540;\">abscisses négatives</span></strong></em>.</h4>\n                                    </li>\n                                    <li>\n                                        <h4>Tout point sur le cercle trigonométrique se repère par <em><strong> plusieurs nombres réels</strong></em>, distants d’un multiple de 2p, selon le nombre de tours complets de l’enroulement de l’axe.</h4>\n                                    </li>\n                                </ul>\n                                <br>\n                                <h4></h4>\n                                <ul></ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique02.png\" alt=\"ِcercle Trigonomètrique02\" class=\"img-responsive atto_image_button_text-bottom\" width=\"350\" height=\"483\"></p>\n                        </div>\n                    </div>\n                </div>\n                <h4 style=\"font-weight: normal; color: #ec7600;\">Exemple avec geogebra</h4>\n                <!--Debut de geogebra--><iframe scrolling=\"no\" title=\"autour du cercle trigonométrique\" src=\"https://www.geogebra.org/material/iframe/id/jfh8h4d2/width/602/height/502/border/888888/sfsb/true/smb/false/stb/false/stbh/false/ai/false/asb/false/sri/false/rc/false/ld/false/sdz/false/ctl/false\" style=\"border: 0px;\" data-ruffle-polyfilled=\"\" width=\"602px\" height=\"502px\"> </iframe>\n                <!--Fin de geogebra-->\n                <div></div>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"></h4>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Le radian : <br></em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4>La mesure en radian d’un angle est égale à la longueur de l’arc du cercle trigonométrique qu’il intercepte.</h4>\n                            <h4>Le symbole associé à cette mesure est rad ou rd.</h4>\n                            <p></p>\n                            <h4><em><strong><span style=\"color: #ef4540;\">Remarque :</span></strong></em></h4>\n                            <h4>Dans ces conditions, 360° correspondent à \\(2\\pi\\) rad.<br>• Par proportionnalité, on obtient que 30° correspondent à \\(\\frac{\\pi}{6}\\) rad ; 45° correspondent à \\(\\frac{\\pi}{4}\\) rad ; 90° correspondent à \\(\\frac{\\pi}{2}\\)\n                                rad. <br>• Il faut faire attention au paramétrage de sa calculatrice selon le mode degré ou radian choisi.\n                            </h4>\n                            <h4><em><strong><span style=\"color: #ffcf35;\">Méthode : Convertir entre degrés et radius</span></strong></em></h4>\n                            <p></p>\n                            <div class=\"atto_bsgrid container-fluid\">\n                                <div class=\"row-fluid\">\n                                    <div class=\"col-md-6 span6\">\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Exercice d’application</span></strong></h4>\n                                        <h4>Calculer les nombres x, y et z dans le tableau suivant de conversion entre degrés et radians.</h4>\n                                        <p></p>\n                                        <table class=\"table-bordered\">\n                                            <caption></caption>\n                                            <thead>\n                                                <tr>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">Mesure en degré&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30 <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">\\(y\\)&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">150</span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 180</span></h6>\n                                                    </th>\n                                                </tr>\n                                            </thead>\n                                            <tbody>\n                                                <tr>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>Mesure en radian&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp; 0&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(\\frac{\\pi}{2}\\)&nbsp;&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp; \\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp;&nbsp; \\(\\pi\\)</h6>\n                                                    </td>\n                                                </tr>\n                                            </tbody>\n                                        </table>\n                                        <br><br>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                    <div class=\"col-md-6 span6\">\n                                        <p></p>\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Solution</span></strong></h4>\n                                        <h4>On utilisant la proportionnalité pour trouver \\(x\\)</h4>\n                                        <h4>\\(x = \\frac{30\\times\\pi}{180} = \\frac{\\pi}{6}\\) rad</h4>\n                                        <h4>pour \\(y\\) ;&nbsp; \\(y = \\frac{180}{\\pi}\\times \\frac{\\pi}{2} =90°\\)</h4>\n                                        <h4>et&nbsp; \\(z=\\frac{150\\times \\pi}{180}=\\frac{5\\pi}{6}\\)</h4>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                </div>\n                            </div>\n                            <h4><em><strong><span><span style=\"color: #ef4540;\">Remarque :&nbsp;</span> </span></strong></em><strong><em><strong><span></span></strong><span>Les mesures des angles en degré et en radian sont proportionnelles.</span></em>\n                                </strong><em><strong><span><br></span></strong></em>\n                            </h4>\n                            <br>\n                            <p></p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueRadian.png\" alt=\"radian\" class=\"img-responsive atto_image_button_text-bottom\" width=\"406\" height=\"470\"></p>\n                        </div>\n                    </div>\n                </div>\n                <h4><strong><em><strong><span><span style=\"color: #ef4540;\">Remarque :&nbsp;{Q{Def01/ST_03|f035ff76b7c1e487cec64679bc458e364d39e085529eb2478f74114c225f3392}Q}</span></span></strong></em>\n                    </strong>\n                </h4>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Exercices d\'applications(avec solution) :&nbsp;</em></strong></h4>\n                <p></p>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4><em><strong><span style=\"color: #7d9fd3;\"> Exercice1 :Comment lire l\'abscisse associè à un point.</span></strong></em></h4>\n                            <h4>Donner un nombre associé aux points J et A sur le cercle trigonométrique ci-contre sachant que&nbsp; \\(\\widehat{IOJ } = 90°\\)&nbsp; et \\(\\widehat{IOA} = 120°\\).</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point J</h4>\n                            <h4>on sait que \\(\\widehat{IOJ} = 90°\\) donc&nbsp; \\(\\stackrel \\frown{IJ}\\) mésure un quart de la longueur du cercle dans le sens positif.&nbsp;</h4>\n                            <h4>\\(\\frac{2\\pi}{4}=\\frac{\\pi}{2}\\) don un nombre associé à J est \\(\\frac{\\pi}{2}\\).</h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point A</h4>\n                            <p></p>\n                            <h5>\\(\\widehat{IOA} = 120°\\) donc l\'arc&nbsp; \\(\\stackrel \\frown{IA}\\)&nbsp; mesure un tièrs de la longueur du cercle dans le sens négatif.</h5>\n                            <h4>Donc un nombre asocié à A est&nbsp; -\\(\\frac{120 \\times \\pi}{180}\\) =-\\(\\frac{2\\pi}{3}\\)</h4>\n                            <h4>Tous les nombres associés à A s’écrivent sous la forme -\\(\\frac{2\\pi}{3} +2k\\pi \\in Z\\)</h4>\n                            <p></p>\n                            <p></p>\n                            <h4><em><strong><span> <span style=\"color: #7d9fd3;\">Exercice2 :Placer un point sur un cercle.</span></span></strong></em></h4>\n                            <h4>Tracer un cercle trigonométrique et placer les points associés aux réels \\(\\pi ;\\; -\\frac{\\pi}{2}; \\; \\frac{\\pi}{3}; \\; et\\,-\\frac{\\pi}{6}\\) .</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>La longueur d’un cercle est donnée par la formule :\\(L = 2\\pi\\times r\\).<br>Pour le cercle trigonométrique ( \\( r=1\\)), cette longueur est donc de \\(L = 2\\pi\\).<br>Le nombre \\(\\pi\\) correspond à un parcours d’un demi-cercle\n                                dans le sens positif soit 180°.<br>Le nombre −\\(\\frac{\\pi}{2}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 90°.\n                            </h4>\n                            <h4>Le nombre \\(\\frac{\\pi}{3}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 60°.</h4>\n                            <h4>Le nombre −\\(\\frac{\\pi}{6}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 30°.</h4>\n                            <br>\n                            <p></p>\n                            <h4></h4>\n                            <br><br>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique03.png\" alt=\"TRig03\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique04.png\" alt=\"tri1\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4></h4>\n            </div>\n        </div>\n        <!-- fin de collapsOne-->\n    </div>\n    <!-- fin de card One- et fin accordion One-->\n    <div class=\"card border border-info rounded\">\n        <!--debut  Accordion card two -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info \" id=\"headingTwo\">\n            <h5 class=\"mb-0\">\n                <button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseTwo\" aria-expanded=\"true\" aria-controls=\"collapseTwo\">\n               <!-- button class=\"btn btn-\"primary\" btn-lg collapsed  est changé en rouge \"danger\" selon bootstrap--> \n			   <strong> B.Fonction cosinus  \\(f(x)=\\cos(x)\\) </strong> \n            </button>\n            </h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseTwo\" class=\"collapse show\" aria-labelledby=\"headingTwo\" style=\"\">\n            <!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B1_ <em>Définition : </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h5>On considère le cercle trigonométrique dans un repère (O; I, J).</h5>\n                            <h4>Pour tout nombre \\(x\\), le cosinus et le sinus de \\(x\\),notés \\(\\cos x\\) et \\(\\sin x\\), sont les coordonnées du point M du</h4>\n                            <h4>cercle associé à \\(x\\). On écrit alors M(\\(\\cos x \\;; \\sin x\\)).</h4>\n                            <h4>Pour tout nombre \\(x \\neq \\frac{\\pi}{2} + k +2\\pi\\) (avec k entier relatif),</h4>\n                            <br>\n                            <h4>la tangente du nombre \\(x\\) est définie par :</h4>\n                            <h4 style=\"text-align: center;\">\\(\\tan x = \\frac{\\sin x}{\\cos x}\\)</h4>\n                            <br>\n                            <p>.</p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueCos-Sin.png\" alt=\"Sin cos\" class=\"img-responsive atto_image_button_text-bottom\" width=\"449\" height=\"474\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <h5></h5>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B2_ <em>PROPRIÉTÉ </em></strong></h4>\n                <h4><em><strong>Notation :&nbsp; </strong>Pour simplifier l’écriture, on peut utiliser \\((\\cos x)^2 = \\cos^2 x\\)&nbsp; et <em>\\((\\sin x)^2 = \\sin^2 x\\)</em></em>\n                </h4>\n                <h5>Pour tout nombre réel x :</h5>\n                <div>\n                    <h4>\\(\\cos^2(x) + \\sin^2(x) = 1\\)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\( -1 \\leq \\cos(x)\\leq1\\) &nbsp; &nbsp; &nbsp; &nbsp;\n                        \\( -1 \\leq \\sin(x)\\leq1\\)\n                    </h4>\n                </div>\n            </div>\n            <!-- fin de card-body two-->\n        </div>\n        <!-- fin collapseTwo-->\n    </div>\n    <!-- fin  Accordion card two -->\n    <!-- Accordion card three -->\n    <div class=\"card border border-warning rounded\">\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info border border-warning\" id=\"headingThree\">\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"> <strong> C. Etude des cas ,Exemples </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseThree\" class=\"collapse show\" aria-labelledby=\"headingThree\" style=\"\">\n            <!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> C1_ Propriétés : tableau de valeurs remarquables </strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p></p>\n                            <table style=\"height: 200px; ; width: 400px;\" border=\"2\">\n                                <tbody>\n                                    <tr>\n                                        <td><br></td>\n                                        <td><br></td>\n                                        <td><br></td>\n                                        <td><br></td>\n                                        <td><br></td>\n                                        <td><br></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                        <td style=\"text-align: center;\"><br></td>\n                                    </tr>\n                                </tbody>\n                            </table>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-6 span6\">\n                            <p><br></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n            </div>\n            <div class=\"card-body\">\n                <h4><em>Animation des fonctions sin et cos</em></h4>\n                <p>******************************************************************<br></p>\n            \n\n\n\n    <div style=\"border: 2px solid #D5CC5A; overflow: hidden; margin: 15px auto; max-width: 675px;\">\n        <iframe scrolling=\"no\" src=\"https://https://phet.colorado.edu/sims/html/trig-tour/latest/trig-tour_fr.html\" style=\"border: 0px none; margin-left: -06px; height: 950px; margin-top: -100px; width: 650px;\" data-ruffle-polyfilled=\"\">\n</iframe>\n    </div>\n\n            </div>\n            <div class=\"card-body\">\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p><br></p>\n                        </div>\n                        <br>\n                        <div class=\"col-md-6 span6\">\n\n                        </div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card-body\"></div>\n        </div>\n        <!--fin de card three-->\n    </div>\n    <!-- fin Accordion card three -->\n</div>\n<!-- fin de l\'accordion -->\n<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js\" type=\"text/javascript\"></script>', 1, 0, NULL, 5, 'a:3:{s:12:\"printheading\";s:1:\"1\";s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}', 2, 1642066195);
INSERT INTO `mdl_page` (`id`, `course`, `name`, `intro`, `introformat`, `content`, `contentformat`, `legacyfiles`, `legacyfileslast`, `display`, `displayoptions`, `revision`, `timemodified`) VALUES
(2, 2, 'Comment imprimer du html (en cours)', '', 1, '<div class=\"container-fluid mt-3\">\n    <h1 style=\"text-align: center; font-weight: normal; color: #ab1f01;\"><em><strong>Les bases de la trigonométrie <br></strong></em></h1>\n</div>\n<div class=\"accordion\" id=\"accordionExample\">\n    <!-- Accordion card One  -->\n    <!-- <div class=\"card border border-danger  rounded\">-->\n    <div class=\"card border border-warning rounded\">\n        <!--avec bordure  -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info\" id=\"headingOne\">\n            <!-- on peu changer la couleur  ds div class=\"card text-dark bg-\"info\"  le info peu changé en success secondry primary ou autre -->\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseOne\" aria-expanded=\"true\" aria-controls=\"collapseOne\"> <!-- la coleur du button class=\"btn btn-\"primary\" btn-lg collapsed peu changé primary peu changé en success secondry warning ou autre --> <strong> A.Repérage sur un cercle trigonométrique </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <!--<div id=\"collapseOne\" class=\"collapse\" aria-labelledby=\"headingOne\" data-parent=\"#accordionExample\">-->\n        <div id=\"collapseOne\" class=\"collapse show\" aria-labelledby=\"headingOne\" style=\"\">\n            <!-- data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> A1_ <em> Définition: Cercle trigonométrique </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4></h4>\n                            <h4>On munit le plan d’un repère orthonormé (O; I, J). Le cercle trigonométrique C est le cercle de centre O et de <strong><em><strong><span class=\"\" style=\"color: rgb(239, 69, 64);\">rayon R=1</span></strong></em></strong>, sur lequel on choisit un sens de parcours :</h4>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>le sens direct (ou positif ou encore trigonométrique) est contraire au sens de rotation des aiguilles d’une montre ;</h4>\n                                    </li>\n                                    <li>\n                                        <h4>le sens indirect (ou négatif) est le sens de rotation des aiguilles d’une montre.</h4>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique01.png\" alt=\"Cercle Trigonometrique01\" class=\"img-responsive atto_image_button_text-bottom\" width=\"300\" height=\"250\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A2_ <em> Propriété </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h4>Pour repérer un point M du cercle trigonométrique, on enroule autour du cercle un axe orienté, gradué, d’origine<br>le point I. On peut alors associer au point M un réel x, abscisse d’un point de l’axe qui vient se superposer\n                                au <br>point M.</h4>\n                            <h4><em><strong><span style=\"color: #ef4540;\">REMARQUE :</span></strong></em></h4>\n                            <p></p>\n                            <div style=\"margin-left: 30px;\" class=\"editor-indent\">\n                                <ul>\n                                    <li>\n                                        <h4>Lorsqu’on enroule l’axe dans le sens <em><strong> <span style=\"color: #ef4540;\">direct</span></strong></em>, ce sont des points d’ <em><strong><span style=\"color: #ef4540;\">abscisses positives</span></strong></em>                                            qui se superposent à M,dans le sens <em><strong><span style=\"color: #ef4540;\">indirect</span></strong></em>, ce sont des points d’<em><strong><span style=\"color: #ef4540;\">abscisses négatives</span></strong></em>.</h4>\n                                    </li>\n                                    <li>\n                                        <h4>Tout point sur le cercle trigonométrique se repère par <em><strong> plusieurs nombres réels</strong></em>, distants d’un multiple de 2p, selon le nombre de tours complets de l’enroulement de l’axe.</h4>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique02.png?time=1641404539627\" alt=\"ِcercle Trigonomètrique02\" class=\"img-responsive atto_image_button_text-bottom\" width=\"450\" height=\"621\"></p>\n                        </div>\n                    </div>\n                </div>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Le radian : <br></em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4>La mesure en radian d’un angle est égale à la longueur de l’arc du cercle trigonométrique qu’il intercepte.</h4>\n                            <h4>Le symbole associé à cette mesure est rad ou rd.</h4>\n                            <p></p>\n                            <h4><em><strong><span style=\"color: #ef4540;\">Remarque :</span></strong></em></h4>\n                            <h4>Dans ces conditions, 360° correspondent à \\(2\\pi\\) rad.<br>• Par proportionnalité, on obtient que 30° correspondent à \\(\\frac{\\pi}{6}\\) rad ; 45° correspondent à \\(\\frac{\\pi}{4}\\) rad ; 90° correspondent à \\(\\frac{\\pi}{2}\\)\n                                rad. <br>• Il faut faire attention au paramétrage de sa calculatrice selon le mode degré ou radian choisi.</h4>\n                            <h4><em><strong><span style=\"color: #ffcf35;\">Méthode : Convertir entre degrés et radius</span></strong></em></h4>\n                            <p></p>\n                            <div class=\"atto_bsgrid container-fluid\">\n                                <div class=\"row-fluid\">\n                                    <div class=\"col-md-6 span6\">\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Exercice d’application</span></strong></h4>\n                                        <h4>Calculer les nombres x, y et z dans le tableau suivant de conversion entre degrés et radians.</h4>\n                                        <p></p>\n                                        <table class=\"table-bordered\">\n                                            <caption></caption>\n                                            <thead>\n                                                <tr>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">Mesure en degré&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30 <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">\\(y\\)&nbsp; <br></span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">150</span></h6>\n                                                    </th>\n                                                    <th scope=\"col\" style=\"text-align: center;\">\n                                                        <h6><span style=\"font-weight: normal;\">&nbsp;&nbsp; 180</span></h6>\n                                                    </th>\n                                                </tr>\n                                            </thead>\n                                            <tbody>\n                                                <tr>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>Mesure en radian&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp; 0&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>\\(\\frac{\\pi}{2}\\)&nbsp;&nbsp;&nbsp;</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp; \\(x\\)</h6>\n                                                    </td>\n                                                    <td style=\"text-align: center;\">\n                                                        <h6>&nbsp;&nbsp;&nbsp;&nbsp; \\(\\pi\\)</h6>\n                                                    </td>\n                                                </tr>\n                                            </tbody>\n                                        </table>\n                                        <br><br>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                    <div class=\"col-md-6 span6\">\n                                        <p></p>\n                                        <h4><strong><span style=\"color: #7d9fd3;\">Solution</span></strong></h4>\n                                        <h4>On utilisant la proportionnalité pour trouver \\(x\\)</h4>\n                                        <h4>\\(x = \\frac{30\\times\\pi}{180} = \\frac{\\pi}{6}\\) rad</h4>\n                                        <h4>pour \\(y\\) ;&nbsp; \\(y = \\frac{180}{\\pi}\\times \\frac{\\pi}{2} =90°\\)</h4>\n                                        <h4>et&nbsp; \\(z=\\frac{150\\times \\pi}{180}=\\frac{5\\pi}{6}\\)</h4>\n                                        <p></p>\n                                        <p></p>\n                                    </div>\n                                </div>\n                            </div>\n                            <h4><em><strong><span><span style=\"color: #ef4540;\">Remarque :&nbsp;</span> </span></strong></em><strong><em><strong><span></span></strong><span>Les mesures des angles en degré et en radian sont proportionnelles.</span></em>\n                                </strong><em><strong><span><br></span></strong></em></h4>\n                            <br>\n                            <p></p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueRadian.png\" alt=\"radian\" class=\"img-responsive atto_image_button_text-bottom\" width=\"406\" height=\"470\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong>A3_<em> Exercices d\'applications(avec solution) :&nbsp;</em></strong></h4>\n                <p></p>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <h4><em><strong><span style=\"color: #7d9fd3;\"> Exercice1 :Comment lire l\'abscisse associè à un point.</span></strong></em></h4>\n                            <h4>Donner un nombre associé aux points J et A sur le cercle trigonométrique ci-contre sachant que&nbsp; \\(\\widehat{IOJ } = 90°\\)&nbsp; et \\(\\widehat{IOA} = 120°\\).</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point J</h4>\n                            <h4>on sait que \\(\\widehat{IOJ} = 90°\\) donc&nbsp; \\(\\stackrel \\frown{IJ}\\) mésure un quart de la longueur du cercle dans le sens positif.&nbsp;</h4>\n                            <h4>\\(\\frac{2\\pi}{4}=\\frac{\\pi}{2}\\) don un nombre associé à J est (\\frac{\\pi}{2}\\).</h4>\n                            <p></p>\n                            <h4>Charchons le nombre associé au point A</h4>\n                            <p></p>\n                            <h5>\\(\\widehat{IOA} = 120°\\) donc l\'arc&nbsp; \\(\\stackrel \\frown{IA}\\)&nbsp; mesure un tièrs de la longueur du cercle dans le sens négatif.</h5>\n                            <h4>Donc un nombre asocié à A est&nbsp; -\\(\\frac{120 \\times \\pi}{180}\\) =-\\(\\frac{2\\pi}{3}\\)</h4>\n                            <h4>Tous les nombres associés à A s’écrivent sous la forme -\\(\\frac{2\\pi}{3} +2k\\pi \\in Z\\)</h4>\n                            <p></p>\n                            <p></p>\n                            <h4><em><strong><span> <span style=\"color: #7d9fd3;\">Exercice2 :Placer un point sur un cercle.</span></span></strong></em></h4>\n                            <h4>Tracer un cercle trigonométrique et placer les points associés aux réels \\(\\pi ;\\; -\\frac{\\pi}{2}; \\; \\frac{\\pi}{3}; \\; et\\,-\\frac{\\pi}{6}\\) .</h4>\n                            <h4><em><strong><span style=\"color: #7d9fd3;\">Solution :</span></strong></em></h4>\n                            <p></p>\n                            <h4>La longueur d’un cercle est donnée par la formule :\\(L = 2\\pi\\times r\\).<br>Pour le cercle trigonométrique ( \\( r=1\\)), cette longueur est donc de \\(L = 2\\pi\\).<br>Le nombre \\(\\pi\\) correspond à un parcours d’un demi-cercle\n                                dans le sens positif soit 180°.<br>Le nombre −\\(\\frac{\\pi}{2}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 90°.</h4>\n                            <h4>Le nombre \\(\\frac{\\pi}{3}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 60°.</h4>\n                            <h4>Le nombre −\\(\\frac{\\pi}{6}\\) correspond à un parcours d’un quart de cercle dans le sens négatif soit 30°.</h4>\n                            <br>\n                            <p></p>\n                            <h4></h4>\n                            <br><br>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique03.png\" alt=\"TRig03\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometrique04.png\" alt=\"tri1\" class=\"img-responsive atto_image_button_text-bottom\" width=\"437\" height=\"415\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <p></p>\n                <p></p>\n                <p></p>\n                <h4></h4>\n            </div>\n        </div>\n        <!-- fin de collapsOne-->\n    </div>\n    <!-- fin de card One- et fin accordion One-->\n    <div class=\"card border border-info rounded\">\n        <!--debut  Accordion card two -->\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info \" id=\"headingTwo\">\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded collapsed\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseTwo\" aria-expanded=\"false\" aria-controls=\"collapseTwo\"><!-- button class=\"btn btn-\"primary\" btn-lg collapsed  est changé en rouge \"danger\" selon bootstrap--> <strong> B.Coordonnées d’un point du cercle trigonométrique </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseTwo\" class=\"collapse\" aria-labelledby=\"headingTwo\">\n            <!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B1_ <em>Définition : Sinus, cosinus et tangente </em></strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row row-fluid\">\n                        <div class=\"col-md-8 span8\">\n                            <p></p>\n                            <h5>On considère le cercle trigonométrique dans un repère (O; I, J).</h5>\n                            <h4>Pour tout nombre \\(x\\), le cosinus et le sinus de \\(x\\),notés \\(\\cos x\\) et \\(\\sin x\\), sont les coordonnées du point M du</h4>\n                            <h4>cercle associé à \\(x\\). On écrit alors M(\\(\\cos x \\;; \\sin x\\)).</h4>\n                            <h4>Pour tout nombre \\(x \\neq \\frac{\\pi}{2} + k +2\\pi\\) (avec k entier relatif),</h4>\n                            <br>\n                            <h4>la tangente du nombre \\(x\\) est définie par :</h4>\n                            <h4 style=\"text-align: center;\">\\(\\tan x = \\frac{\\sin x}{\\cos x}\\)</h4>\n                            <br>\n                            <p>.</p>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-4 span4\">\n                            <p><img src=\"@@PLUGINFILE@@/CercleTrigonometriqueCos-Sin.png\" alt=\"Sin cos\" class=\"img-responsive atto_image_button_text-bottom\" width=\"449\" height=\"474\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n                <h5></h5>\n                <br>\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> B2_ <em>PROPRIÉTÉ </em></strong></h4>\n                <h4><em><strong>Notation :&nbsp; </strong>Pour simplifier l’écriture, on peut utiliser \\((\\cos x)^2 = \\cos^2 x\\)&nbsp; et <em>\\((\\sin x)^2 = \\sin^2 x\\)</em></em>\n                </h4>\n                <h5>Pour tout nombre réel x :</h5>\n                <div>\n                    <h4>\\(\\cos^2(x) + \\sin^2(x) = 1\\)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \\( -1 \\leq \\cos(x)\\leq1\\) &nbsp; &nbsp; &nbsp; &nbsp;\n                        \\( -1 \\leq \\sin(x)\\leq1\\)</h4>\n                </div>\n            </div>\n            <!-- fin de card-body two-->\n        </div>\n        <!-- fin collapseTwo-->\n    </div>\n    <!-- fin  Accordion card two -->\n    <!-- Accordion card three -->\n    <div class=\"card border border-warning rounded\">\n        <!-- Card header -->\n        <div class=\"card text-dark bg-info border border-warning\" id=\"headingThree\">\n            <h5 class=\"mb-0\"><button class=\"btn btn-danger btn-lg rounded\" type=\"button\" data-toggle=\"collapse\" data-target=\"#collapseThree\" aria-expanded=\"true\" aria-controls=\"collapseThree\"> <strong> C. Valeurs remarquables </strong> </button></h5>\n        </div>\n        <!-- Card body -->\n        <div id=\"collapseThree\" class=\"collapse\" aria-labelledby=\"headingThree\">\n            <!--data-parent=\"#accordionExample\"-->\n            <div class=\"card-body\">\n                <h4 style=\"font-weight: normal; color: #ec7600;\"><strong> C1_ Propriété : tablea de valeurs remarquables </strong></h4>\n                <p></p>\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p></p>\n                            <h4>Soit M<sub>x</sub> un point du cercle trigonométrique, image d’un réel x. Alors :</h4>\n                            <table style=\"height: 200px; ; width: 400px;\" border=\"2\">\n                                <tbody>\n                                    <tr>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                        <td></td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">Angle \\(\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">&nbsp;0°</td>\n                                        <td style=\"text-align: center;\">30°</td>\n                                        <td style=\"text-align: center;\">45°</td>\n                                        <td style=\"text-align: center;\">60°</td>\n                                        <td style=\"text-align: center;\">90°</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">Réel x</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{6}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{4}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{3}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\pi}{2}\\)</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">\\(\\cos x\\)<br>\\(\\cos\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">1</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{3}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{2}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{1}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                    </tr>\n                                    <tr>\n                                        <td style=\"text-align: center;\">\\(\\sin x\\)<br>\\(\\sin\\widehat{IOM}\\)</td>\n                                        <td style=\"text-align: center;\">0</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{1}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{2}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">\\(\\frac{\\sqrt{3}}{2}\\)</td>\n                                        <td style=\"text-align: center;\">1</td>\n                                    </tr>\n                                </tbody>\n                            </table>\n                            <p></p>\n                        </div>\n                        <div class=\"col-md-6 span6\">\n                            <p><img src=\"@@PLUGINFILE@@/kisspng-trigonometry-angle-trigonometric-functions-mathema-mathematics.png\" alt=\"Tab02\" class=\"img-responsive atto_image_button_text-bottom\" width=\"500\" height=\"336\"></p>\n                        </div>\n                    </div>\n                </div>\n                <br>\n                <p></p>\n            </div>\n            <div class=\"card-body\">\n                <h4><em>Voici les cercles trigonométriques avec les points remarquables.</em></h4>\n            </div>\n            <div class=\"card-body\">\n                <div class=\"atto_bsgrid container-fluid\">\n                    <div class=\"row-fluid\">\n                        <div class=\"col-md-6 span6\">\n                            <p><img src=\"@@PLUGINFILE@@/kisspng-unit-circle-mathematics-trigonometry-area.png\" alt=\"Points Reamarquables\" width=\"450\" height=\"449\"></p>\n                        </div>\n                        <img src=\"@@PLUGINFILE@@/kisspng-unit-circle-trigonometry-trigonometric-functions-r-mathematics.png\" alt=\"Points Reamarquables\" class=\"img-responsive atto_image_button_text-bottom\" width=\"450\" height=\"450\">\n                        <div class=\"col-md-6 span6\"></div>\n                    </div>\n                </div>\n            </div>\n            <div class=\"card-body\"></div>\n        </div>\n        <!--fin de card three-->\n    </div>\n    <!-- fin Accordion card three -->\n</div>\n<!-- fin de l\'accordion -->\n<script type=\"text/javascript\">\n    // <![CDATA[\n    new function htmlpdf() {\n        const doc = new jsPDF({\n            orientation: \"landscape\",\n            unit: \"in\",\n            format: [4, 2]\n        });\n\n        doc.text(\"Hello world!\", 1, 1);\n        doc.save(\"two-by-four.pdf\");\n    }\n    // ]]>\n</script>\n<script src=\"https://code.jquery.com/jquery-3.3.1.slim.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.0/jspdf.umd.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.9.3/Chart.min.js\" type=\"text/javascript\"></script>\n<script src=\"https://cdnjs.cloudflare.com/ajax/libs/numjs/0.16.0/numjs.min.js\" type=\"text/javascript\"></script>', 1, 0, NULL, 5, 'a:3:{s:12:\"printheading\";s:1:\"1\";s:10:\"printintro\";s:1:\"0\";s:17:\"printlastmodified\";s:1:\"1\";}', 10, 1641406237);

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

--
-- Structure de la table `mdl_portfolio_instance`
--

CREATE TABLE `mdl_portfolio_instance` (
  `id` bigint(10) NOT NULL,
  `plugin` varchar(50) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='base table (not including config data) for instances of port' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_portfolio_instance_config`
--

CREATE TABLE `mdl_portfolio_instance_config` (
  `id` bigint(10) NOT NULL,
  `instance` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='config for portfolio plugin instances' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_portfolio_instance_user`
--

CREATE TABLE `mdl_portfolio_instance_user` (
  `id` bigint(10) NOT NULL,
  `instance` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='user data for portfolio instances.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_portfolio_log`
--

CREATE TABLE `mdl_portfolio_log` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `time` bigint(10) NOT NULL,
  `portfolio` bigint(10) NOT NULL,
  `caller_class` varchar(150) NOT NULL DEFAULT '',
  `caller_file` varchar(255) NOT NULL DEFAULT '',
  `caller_component` varchar(255) DEFAULT NULL,
  `caller_sha1` varchar(255) NOT NULL DEFAULT '',
  `tempdataid` bigint(10) NOT NULL DEFAULT 0,
  `returnurl` varchar(255) NOT NULL DEFAULT '',
  `continueurl` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='log of portfolio transfers (used to later check for duplicat' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_portfolio_mahara_queue`
--

CREATE TABLE `mdl_portfolio_mahara_queue` (
  `id` bigint(10) NOT NULL,
  `transferid` bigint(10) NOT NULL,
  `token` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='maps mahara tokens to transfer ids' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_portfolio_tempdata`
--

CREATE TABLE `mdl_portfolio_tempdata` (
  `id` bigint(10) NOT NULL,
  `data` longtext DEFAULT NULL,
  `expirytime` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT 0,
  `queued` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='stores temporary data for portfolio exports. the id of this ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_post`
--

CREATE TABLE `mdl_post` (
  `id` bigint(10) NOT NULL,
  `module` varchar(20) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `moduleid` bigint(10) NOT NULL DEFAULT 0,
  `coursemoduleid` bigint(10) NOT NULL DEFAULT 0,
  `subject` varchar(128) NOT NULL DEFAULT '',
  `summary` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `uniquehash` varchar(255) NOT NULL DEFAULT '',
  `rating` bigint(10) NOT NULL DEFAULT 0,
  `format` bigint(10) NOT NULL DEFAULT 0,
  `summaryformat` tinyint(2) NOT NULL DEFAULT 0,
  `attachment` varchar(100) DEFAULT NULL,
  `publishstate` varchar(20) NOT NULL DEFAULT 'draft',
  `lastmodified` bigint(10) NOT NULL DEFAULT 0,
  `created` bigint(10) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Generic post table to hold data blog entries etc in differen' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_profiling`
--

CREATE TABLE `mdl_profiling` (
  `id` bigint(10) NOT NULL,
  `runid` varchar(32) NOT NULL DEFAULT '',
  `url` varchar(255) NOT NULL DEFAULT '',
  `data` longtext NOT NULL,
  `totalexecutiontime` bigint(10) NOT NULL,
  `totalcputime` bigint(10) NOT NULL,
  `totalcalls` bigint(10) NOT NULL,
  `totalmemory` bigint(10) NOT NULL,
  `runreference` tinyint(2) NOT NULL DEFAULT 0,
  `runcomment` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the results of all the profiling runs' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddimageortext`
--

CREATE TABLE `mdl_qtype_ddimageortext` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines drag and drop (text or images onto a background imag' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddimageortext_drags`
--

CREATE TABLE `mdl_qtype_ddimageortext_drags` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `draggroup` bigint(10) NOT NULL DEFAULT 0,
  `infinite` smallint(4) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Images to drag. Actual file names are not stored here we use' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddimageortext_drops`
--

CREATE TABLE `mdl_qtype_ddimageortext_drops` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `xleft` bigint(10) NOT NULL DEFAULT 0,
  `ytop` bigint(10) NOT NULL DEFAULT 0,
  `choice` bigint(10) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Drop boxes' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddmarker`
--

CREATE TABLE `mdl_qtype_ddmarker` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0,
  `showmisplaced` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines drag and drop (text or images onto a background imag' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddmarker_drags`
--

CREATE TABLE `mdl_qtype_ddmarker_drags` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `label` longtext NOT NULL,
  `infinite` smallint(4) NOT NULL DEFAULT 0,
  `noofdrags` bigint(10) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Labels for markers to drag.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_ddmarker_drops`
--

CREATE TABLE `mdl_qtype_ddmarker_drops` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `no` bigint(10) NOT NULL DEFAULT 0,
  `shape` varchar(255) DEFAULT NULL,
  `coords` longtext NOT NULL,
  `choice` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='drop regions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_essay_options`
--

CREATE TABLE `mdl_qtype_essay_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `responseformat` varchar(16) NOT NULL DEFAULT 'editor',
  `responserequired` tinyint(2) NOT NULL DEFAULT 1,
  `responsefieldlines` smallint(4) NOT NULL DEFAULT 15,
  `attachments` smallint(4) NOT NULL DEFAULT 0,
  `attachmentsrequired` smallint(4) NOT NULL DEFAULT 0,
  `graderinfo` longtext DEFAULT NULL,
  `graderinfoformat` smallint(4) NOT NULL DEFAULT 0,
  `responsetemplate` longtext DEFAULT NULL,
  `responsetemplateformat` smallint(4) NOT NULL DEFAULT 0,
  `filetypeslist` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Extra options for essay questions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_formulas_answers`
--

CREATE TABLE `mdl_qtype_formulas_answers` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `partindex` bigint(10) NOT NULL DEFAULT 0,
  `placeholder` varchar(40) DEFAULT NULL,
  `answermark` double NOT NULL,
  `answertype` bigint(10) NOT NULL DEFAULT 0,
  `numbox` bigint(10) NOT NULL,
  `vars1` longtext DEFAULT NULL,
  `answer` longtext NOT NULL,
  `vars2` longtext DEFAULT NULL,
  `correctness` longtext NOT NULL,
  `unitpenalty` double DEFAULT NULL,
  `postunit` longtext DEFAULT NULL,
  `ruleid` bigint(10) NOT NULL,
  `otherrule` longtext DEFAULT NULL,
  `subqtext` longtext DEFAULT NULL,
  `subqtextformat` tinyint(2) NOT NULL DEFAULT 0,
  `feedback` longtext DEFAULT NULL,
  `feedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partcorrectfb` longtext DEFAULT NULL,
  `partcorrectfbformat` tinyint(2) NOT NULL DEFAULT 0,
  `partpartiallycorrectfb` longtext DEFAULT NULL,
  `partpartiallycorrectfbformat` tinyint(2) NOT NULL DEFAULT 0,
  `partincorrectfb` longtext DEFAULT NULL,
  `partincorrectfbformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Answers for formulas question type' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_qtype_formulas_answers`
--

INSERT INTO `mdl_qtype_formulas_answers` (`id`, `questionid`, `partindex`, `placeholder`, `answermark`, `answertype`, `numbox`, `vars1`, `answer`, `vars2`, `correctness`, `unitpenalty`, `postunit`, `ruleid`, `otherrule`, `subqtext`, `subqtextformat`, `feedback`, `feedbackformat`, `partcorrectfb`, `partcorrectfbformat`, `partpartiallycorrectfb`, `partpartiallycorrectfbformat`, `partincorrectfb`, `partincorrectfbformat`) VALUES
(1, 1, 0, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 0.1, '', 1, '', '<p>\n    <script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n    <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n\n</p>\n<div id=\"box1\" class=\"jxgbox\" style=\"width: 600px; height: 600px; margin-left: 1px; margin-right: auto;\">&nbsp;</div>\n<p>\n    <script type=\"text/javascript\">\n        var nameSpace1 = {};\n        nameSpace1.board = JXG.JSXGraph.initBoard(\'box1\', {\n            boundingbox: [-10, 10, 10, -10],\n            axis: true\n        });\n        nameSpace1.O = nameSpace1.board.create(\'point\', [0, 0], {\n            fixed: true,\n            size: 1,\n            name: \'O\',\n            withLabel: true\n        });\n        nameSpace1.alpha = nameSpace1.board.create(\'slider\', [\n            [-9, 8],\n            [0, 8],\n            [0, 90, 360]\n        ], {\n            name: \'alpha\',\n            withLabel: true,\n            snapWidth: 1\n        });\n        nameSpace1.p1 = nameSpace1.board.create(\'point\', [0, 3], {\n            visible: true,\n            size: 1,\n            name: \'M\'\n        });\n        nameSpace1.sliderVal = function() {\n            return \"<center>La valeur de l\'angle α est: \" + nameSpace1.alpha.Value().toFixed(2) + \"<\\center>\";\n        };\n        nameSpace1.alphatext = nameSpace1.board.create(\'text\', [-9, 9, nameSpace1.sliderVal]);\n        nameSpace1.px = function(a, b) {\n            var angle = nameSpace1.alpha.Value() * Math.PI / 180;\n            return a * Math.cos(angle) - b * Math.sin(angle);\n\n\n        }\n        nameSpace1.py = function(a, b) {\n            var angle = nameSpace1.alpha.Value() * Math.PI / 180;\n            return a * Math.sin(angle) + b * Math.cos(angle);\n        }\n\n        nameSpace1.p2x = function() {\n            return nameSpace1.px(nameSpace1.p1.X(), nameSpace1.p1.Y());\n        }\n        nameSpace1.p2y = function() {\n            return nameSpace1.py(nameSpace1.p1.X(), nameSpace1.p1.Y());\n        }\n\n        nameSpace1.li1 = nameSpace1.board.create(\'line\', [nameSpace1.O, nameSpace1.p1], {\n            color: \'red\',\n            straightFirst: false,\n            straightLast: false,\n            strokeWidth: 1,\n            lastArrow: true,\n            name: \"Vecteur OM\",\n            withLabel: false,\n            label: {\n                position: \'top\',\n                offsets: [0, 10],\n                color: \'red\'\n            }\n        });\n        nameSpace1.p2 = nameSpace1.board.create(\'point\', [nameSpace1.p2x, nameSpace1.p2y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"M\'\"\n        });\n        nameSpace1.li2 = nameSpace1.board.create(\'line\', [nameSpace1.O, nameSpace1.p2], {\n            color: \'blue\',\n            straightFirst: false,\n            straightLast: false,\n            strokeWidth: 1,\n            lastArrow: true,\n            name: \"Vecteur OM\'\",\n            withLabel: false,\n            label: {\n                position: \'top\',\n                offsets: [0, 10],\n                color: \'blue\'\n            }\n        });\n        nameSpace1.MOM1 = nameSpace1.board.create(\'angle\', [nameSpace1.p1, nameSpace1.O, nameSpace1.p2])\n\n        nameSpace1.ci = nameSpace1.board.createElement(\'circle\', [\"O\", \"M\"], {\n            strokeColor: \'#00ff00\',\n            strokeWidth: 1\n        });\n        nameSpace1.txt = nameSpace1.board.create(\'text\', [-9.5, -9.5, \"Rotation d\'angle α\"], {\n            fontSize: 15,\n            color: \'green\'\n        });\n    </script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(2, 2, 0, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 0.1, '', 1, '', '<p>\n    <script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n    <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n\n</p>\n<div id=\"box2\" class=\"jxgbox\" style=\"width: 600px; height: 600px; margin-left: 1px; margin-right: auto;\">&nbsp;</div>\n<p>\n    <script type=\"text/javascript\">\n        var nameSpace2 = {};\n        nameSpace2.board = JXG.JSXGraph.initBoard(\'box2\', {\n            boundingbox: [-10, 10, 10, -10],\n            axis: true\n        });\n        nameSpace2.O = nameSpace2.board.create(\'point\', [0, 0], {\n            fixed: true,\n            size: 1,\n            name: \'O\',\n            withLabel: true,\n            visible: false\n        });\n        nameSpace2.alpha = nameSpace2.board.create(\'slider\', [\n            [-9, 8],\n            [0, 8],\n            [0, 90, 360]\n        ], {\n            name: \'alpha\',\n            withLabel: true,\n            snapWidth: 1\n        });\n        nameSpace2.p1 = nameSpace2.board.create(\'point\', [1, 1], {\n            visible: true,\n            size: 1,\n            name: \'A\'\n        });\n        nameSpace2.p2 = nameSpace2.board.create(\'point\', [1, 4], {\n            visible: true,\n            size: 1,\n            name: \'B\'\n        });\n        nameSpace2.p3 = nameSpace2.board.create(\'point\', [2, 5], {\n            visible: true,\n            size: 1,\n            name: \'C\'\n        });\n        nameSpace2.p4 = nameSpace2.board.create(\'point\', [3, 4], {\n            visible: true,\n            size: 1,\n            name: \'D\'\n        });\n        nameSpace2.p5 = nameSpace2.board.create(\'point\', [3, 1], {\n            visible: true,\n            size: 1,\n            name: \'E\'\n        });\n        nameSpace2.poly1 = nameSpace2.board.create(\'polygon\', [\"A\", \"B\", \"C\", \"D\", \"E\"], {\n            color: \'red\'\n        });\n        nameSpace2.sliderVal = function() {\n            return \"<center>La valeur de l\'angle &alpha; est: \" + nameSpace2.alpha.Value().toFixed(2) + \"<\\center>\";\n        };\n        nameSpace2.alphatext = nameSpace2.board.create(\'text\', [-9, 9, nameSpace2.sliderVal]);\n        nameSpace2.qx = function(a, b) {\n            var angle = nameSpace2.alpha.Value() * Math.PI / 180;\n            return a * Math.cos(angle) - b * Math.sin(angle);\n\n\n        }\n        nameSpace2.qy = function(a, b) {\n            var angle = nameSpace2.alpha.Value() * Math.PI / 180;\n            return a * Math.sin(angle) + b * Math.cos(angle);\n        }\n\n        nameSpace2.q1x = function() {\n            return nameSpace2.qx(nameSpace2.p1.X(), nameSpace2.p1.Y());\n        }\n        nameSpace2.q1y = function() {\n            return nameSpace2.qy(nameSpace2.p1.X(), nameSpace2.p1.Y());\n        }\n\n        nameSpace2.q2x = function() {\n            return nameSpace2.qx(nameSpace2.p2.X(), nameSpace2.p2.Y());\n        }\n        nameSpace2.q2y = function() {\n            return nameSpace2.qy(nameSpace2.p2.X(), nameSpace2.p2.Y());\n        }\n\n        nameSpace2.q3x = function() {\n            return nameSpace2.qx(nameSpace2.p3.X(), nameSpace2.p3.Y());\n        }\n        nameSpace2.q3y = function() {\n            return nameSpace2.qy(nameSpace2.p3.X(), nameSpace2.p3.Y());\n        }\n        nameSpace2.q4x = function() {\n            return nameSpace2.qx(nameSpace2.p4.X(), nameSpace2.p4.Y());\n        }\n        nameSpace2.q4y = function() {\n            return nameSpace2.qy(nameSpace2.p4.X(), nameSpace2.p4.Y());\n        }\n\n        nameSpace2.q5x = function() {\n            return nameSpace2.qx(nameSpace2.p5.X(), nameSpace2.p5.Y());\n        }\n        nameSpace2.q5y = function() {\n            return nameSpace2.qy(nameSpace2.p5.X(), nameSpace2.p5.Y());\n        }\n        nameSpace2.q1 = nameSpace2.board.create(\'point\', [nameSpace2.q1x, nameSpace2.q1y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"A\'\"\n        });\n        nameSpace2.q2 = nameSpace2.board.create(\'point\', [nameSpace2.q2x, nameSpace2.q2y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"B\'\"\n        });\n        nameSpace2.q3 = nameSpace2.board.create(\'point\', [nameSpace2.q3x, nameSpace2.q3y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"C\'\"\n        });\n        nameSpace2.q4 = nameSpace2.board.create(\'point\', [nameSpace2.q4x, nameSpace2.q4y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"D\'\"\n        });\n        nameSpace2.q5 = nameSpace2.board.create(\'point\', [nameSpace2.q5x, nameSpace2.q5y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"E\'\"\n        });\n\n        nameSpace2.poly2 = nameSpace2.board.create(\'polygon\', [\"A\'\", \"B\'\", \"C\'\", \"D\'\", \"E\'\"], {\n            color: \'blue\'\n        });\n        nameSpace2.txt = nameSpace2.board.create(\'text\', [-9.5, -9.5, \"Rotation d\'angle &alpha;\"], {\n            fontSize: 15,\n            color: \'green\'\n        });\n    </script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(3, 3, 0, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 0.1, '', 1, '', '<p>\n    <script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n    <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n\n</p>\n<div id=\"box4\" class=\"jxgbox\" style=\"width: 600px; height: 600px; margin-left: 1px; margin-right: auto;\">&nbsp;</div>\n<p>\n    <script type=\"text/javascript\">\n        var nameSpace4 = {};\n        nameSpace4.board = JXG.JSXGraph.initBoard(\'box4\', {\n            boundingbox: [-10, 10, 10, -10],\n            axis: true\n        });\n        nameSpace4.p0 = nameSpace4.board.create(\'point\', [0, 0], {\n            fixed: true,\n            size: 1,\n            name: \'O\',\n            visible: false\n        });\n        nameSpace4.p1 = nameSpace4.board.create(\'point\', [5, 1], {\n            visible: true,\n            size: 1,\n            name: \'U\',\n            withLabel: false\n        });\n        nameSpace4.bx = function() {\n            return -nameSpace4.p1.Y();\n        }\n        nameSpace4.by = function() {\n            return nameSpace4.p1.X();\n        }\n\n        nameSpace4.p2 = nameSpace4.board.create(\'point\', [nameSpace4.bx, nameSpace4.by], {\n            visible: false,\n            size: 1,\n            name: \'V\'\n        });\n        nameSpace4.d1 = nameSpace4.board.create(\'line\', [nameSpace4.p0, nameSpace4.p1], {\n            color: \'blue\',\n            straightFirst: true,\n            straightLast: true,\n            strokeWidth: 1,\n            name: \"(OU)\"\n        });\n        nameSpace4.d2 = nameSpace4.board.create(\'line\', [nameSpace4.p0, nameSpace4.p2], {\n            color: \'green\',\n            straightFirst: true,\n            straightLast: true,\n            strokeWidth: 1,\n            name: \"(OV)\",\n            visible: false\n        });\n\n\n        nameSpace4.p3 = nameSpace4.board.create(\'point\', [1, 1], {\n            visible: true,\n            size: 1,\n            name: \'A\'\n        });\n        nameSpace4.par3 = nameSpace4.board.create(\'parallel\', [nameSpace4.d2, nameSpace4.p3], {\n            strokeWidth: 1,\n            visible: false\n        });\n        nameSpace4.I3 = nameSpace4.board.create(\'intersection\', [nameSpace4.par3, nameSpace4.d1], {\n            name: \"IA\",\n            size: 1,\n            visible: false\n        });\n        nameSpace4.q3x = function() {\n            return 2 * nameSpace4.I3.X() - nameSpace4.p3.X();\n        }\n        nameSpace4.q3y = function() {\n            return 2 * nameSpace4.I3.Y() - nameSpace4.p3.Y();\n        }\n        nameSpace4.q3 = nameSpace4.board.create(\'point\', [nameSpace4.q3x, nameSpace4.q3y], {\n            color: \'blue\',\n            name: \"A\'\",\n            size: 1,\n            visible: true\n        });\n\n\n        nameSpace4.p4 = nameSpace4.board.create(\'point\', [1, 4], {\n            visible: true,\n            size: 1,\n            name: \'B\'\n        });\n        nameSpace4.par4 = nameSpace4.board.create(\'parallel\', [nameSpace4.d2, nameSpace4.p4], {\n            strokeWidth: 1,\n            visible: false\n        });\n        nameSpace4.I4 = nameSpace4.board.create(\'intersection\', [nameSpace4.par4, nameSpace4.d1], {\n            name: \"IB\",\n            size: 1,\n            visible: false\n        });\n        nameSpace4.q4x = function() {\n            return 2 * nameSpace4.I4.X() - nameSpace4.p4.X();\n        }\n        nameSpace4.q4y = function() {\n            return 2 * nameSpace4.I4.Y() - nameSpace4.p4.Y();\n        }\n        nameSpace4.q4 = nameSpace4.board.create(\'point\', [nameSpace4.q4x, nameSpace4.q4y], {\n            color: \'blue\',\n            name: \"B\'\",\n            size: 1,\n            visible: true\n        });\n\n        nameSpace4.p5 = nameSpace4.board.create(\'point\', [2, 5], {\n            visible: true,\n            size: 1,\n            name: \'C\'\n        });\n        nameSpace4.par5 = nameSpace4.board.create(\'parallel\', [nameSpace4.d2, nameSpace4.p5], {\n            strokeWidth: 1,\n            visible: false\n        });\n        nameSpace4.I5 = nameSpace4.board.create(\'intersection\', [nameSpace4.par5, nameSpace4.d1], {\n            name: \"IC\",\n            size: 1,\n            visible: false\n        });\n        nameSpace4.q5x = function() {\n            return 2 * nameSpace4.I5.X() - nameSpace4.p5.X();\n        }\n        nameSpace4.q5y = function() {\n            return 2 * nameSpace4.I5.Y() - nameSpace4.p5.Y();\n        }\n        nameSpace4.q5 = nameSpace4.board.create(\'point\', [nameSpace4.q5x, nameSpace4.q5y], {\n            color: \'blue\',\n            name: \"C\'\",\n            size: 1,\n            visible: true\n        });\n\n        nameSpace4.p6 = nameSpace4.board.create(\'point\', [3, 4], {\n            visible: true,\n            size: 1,\n            name: \'D\'\n        });\n        nameSpace4.par6 = nameSpace4.board.create(\'parallel\', [nameSpace4.d2, nameSpace4.p6], {\n            strokeWidth: 1,\n            visible: false\n        });\n        nameSpace4.I6 = nameSpace4.board.create(\'intersection\', [nameSpace4.par6, nameSpace4.d1], {\n            name: \"ID\",\n            size: 1,\n            visible: false\n        });\n        nameSpace4.q6x = function() {\n            return 2 * nameSpace4.I6.X() - nameSpace4.p6.X();\n        }\n        nameSpace4.q6y = function() {\n            return 2 * nameSpace4.I6.Y() - nameSpace4.p6.Y();\n        }\n        nameSpace4.q6 = nameSpace4.board.create(\'point\', [nameSpace4.q6x, nameSpace4.q6y], {\n            color: \'blue\',\n            name: \"D\'\",\n            size: 1,\n            visible: true\n        });\n\n        nameSpace4.p7 = nameSpace4.board.create(\'point\', [3, 1], {\n            visible: true,\n            size: 1,\n            name: \'E\'\n        });\n        nameSpace4.par7 = nameSpace4.board.create(\'parallel\', [nameSpace4.d2, nameSpace4.p7], {\n            strokeWidth: 1,\n            visible: false\n        });\n        nameSpace4.I7 = nameSpace4.board.create(\'intersection\', [nameSpace4.par7, nameSpace4.d1], {\n            name: \"IE\",\n            size: 1,\n            visible: false\n        });\n        nameSpace4.q7x = function() {\n            return 2 * nameSpace4.I7.X() - nameSpace4.p7.X();\n        }\n        nameSpace4.q7y = function() {\n            return 2 * nameSpace4.I7.Y() - nameSpace4.p7.Y();\n        }\n        nameSpace4.q7 = nameSpace4.board.create(\'point\', [nameSpace4.q7x, nameSpace4.q7y], {\n            color: \'blue\',\n            name: \"E\'\",\n            size: 1,\n            visible: true\n        });\n\n        nameSpace4.poly1 = nameSpace4.board.create(\'polygon\', [\"A\", \"B\", \"C\", \"D\", \"E\"], {\n            color: \'red\'\n        });\n        nameSpace4.poly2 = nameSpace4.board.create(\'polygon\', [\"A\'\", \"B\'\", \"C\'\", \"D\'\", \"E\'\"], {\n            color: \'blue\'\n        });\n\n        nameSpace4.txt = nameSpace4.board.create(\'text\', [-9.5, -9.5, \"SymÃ©trie orthogonale par rapport Ã  une droite\"], {\n            fontSize: 15,\n            color: \'green\'\n        });\n    </script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(4, 4, 0, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 0.1, '', 1, '', '<p>\n    <script type=\"text/javascript\" src=\"http://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n    <script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n\n</p>\n<div id=\"box2\" class=\"jxgbox\" style=\"width: 600px; height: 600px; margin-left: 1px; margin-right: auto;\">&nbsp;</div>\n<p>\n    <script type=\"text/javascript\">\n        \n        var nameSpace2 = {};\n        nameSpace2.board = JXG.JSXGraph.initBoard(\'box2\', {\n            boundingbox: [-10, 10, 10, -10],\n            axis: true\n        });\n        nameSpace2.O = nameSpace2.board.create(\'point\', [0, 0], {\n            fixed: true,\n            size: 1,\n            name: \'O\',\n            withLabel: true\n        });\n\n        nameSpace2.p1 = nameSpace2.board.create(\'point\', [1, 1], {\n            visible: true,\n            size: 1,\n            name: \'A\'\n        });\n        nameSpace2.p2 = nameSpace2.board.create(\'point\', [1, 4], {\n            visible: true,\n            size: 1,\n            name: \'B\'\n        });\n        nameSpace2.p3 = nameSpace2.board.create(\'point\', [2, 5], {\n            visible: true,\n            size: 1,\n            name: \'C\'\n        });\n        nameSpace2.p4 = nameSpace2.board.create(\'point\', [3, 4], {\n            visible: true,\n            size: 1,\n            name: \'D\'\n        });\n        nameSpace2.p5 = nameSpace2.board.create(\'point\', [3, 1], {\n            visible: true,\n            size: 1,\n            name: \'E\'\n        });\n        nameSpace2.poly1 = nameSpace2.board.create(\'polygon\', [\"A\", \"B\", \"C\", \"D\", \"E\"], {\n            color: \'red\'\n        });\n\n        nameSpace2.qx = function(p) {\n            return -p.X();\n\n\n        }\n        nameSpace2.qy = function(p) {\n            return -p.Y();\n        }\n\n        nameSpace2.q1x = function() {\n            return nameSpace2.qx(nameSpace2.p1);\n\n        }\n\n        nameSpace2.q1y = function() {\n            return nameSpace2.qy(nameSpace2.p1);\n\n        }\n        nameSpace2.q2x = function() {\n            return nameSpace2.qx(nameSpace2.p2);\n\n        }\n\n        nameSpace2.q2y = function() {\n            return nameSpace2.qy(nameSpace2.p2);\n\n        }\n        nameSpace2.q3x = function() {\n            return nameSpace2.qx(nameSpace2.p3);\n\n        }\n\n        nameSpace2.q3y = function() {\n            return nameSpace2.qy(nameSpace2.p3);\n\n        }\n\n        nameSpace2.q4x = function() {\n            return nameSpace2.qx(nameSpace2.p4);\n\n        }\n\n        nameSpace2.q4y = function() {\n            return nameSpace2.qy(nameSpace2.p4);\n\n        }\n\n        nameSpace2.q5x = function() {\n            return nameSpace2.qx(nameSpace2.p5);\n\n        }\n\n        nameSpace2.q5y = function() {\n            return nameSpace2.qy(nameSpace2.p5);\n\n        }\n        nameSpace2.q1 = nameSpace2.board.create(\'point\', [nameSpace2.q1x, nameSpace2.q1y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"A\'\"\n        });\n        nameSpace2.q2 = nameSpace2.board.create(\'point\', [nameSpace2.q2x, nameSpace2.q2y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"B\'\"\n        });\n        nameSpace2.q3 = nameSpace2.board.create(\'point\', [nameSpace2.q3x, nameSpace2.q3y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"C\'\"\n        });\n        nameSpace2.q4 = nameSpace2.board.create(\'point\', [nameSpace2.q4x, nameSpace2.q4y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"D\'\"\n        });\n        nameSpace2.q5 = nameSpace2.board.create(\'point\', [nameSpace2.q5x, nameSpace2.q5y], {\n            visible: true,\n            color: \'blue\',\n            size: 1,\n            name: \"E\'\"\n        });\n        nameSpace2.poly2 = nameSpace2.board.create(\'polygon\', [\"A\'\", \"B\'\", \"C\'\", \"D\'\", \"E\'\"], {\n            color: \'blue\'\n        });\n        nameSpace2.txt = nameSpace2.board.create(\'text\', [-9.5, -9.5, \"SymÃ©trie centrale\"], {\n            fontSize: 15,\n            color: \'green\'\n        });\n    </script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(5, 5, 0, '', 1, 0, 2, '', '[ansNum,den]', '', '(_0/_1 == ansNum/den)*.5 +(_0==redNum)*.25 + (_1==redDen)*.25', 1, '', 1, '', '<br><table>\n    <tbody>\n        <tr>\n            <td rowspan=\"2\">\n                <h3>What improper fraction represents the amount of circle shaded?&nbsp;</h3>\n            </td>\n            <td style=\"border-bottom:1px solid black\"><h3>{_0}</h3></td>\n      </tr><tr> <td><h3>{_1}\n            </h3></td>\n        </tr>\n    </tbody>\n</table><br>', 1, '<p dir=\"ltr\" style=\"text-align: left;\"></p><p dir=\"ltr\"><strong>The circle is divided into {numberWord} equal sections.&nbsp; &nbsp;Each section represents \\(\\frac{1}{{den}}\\).</strong></p><p dir=\"ltr\">There are {num} sections shaded in the left circle.</p><p dir=\"ltr\">{FBWhole}.&nbsp; Each whole circle represents \\(\\frac{{den}}{{den}}\\).</p><p dir=\"ltr\">Altogether there are {ansNum}&nbsp; {denWord}&nbsp; shaded.&nbsp;</p><p dir=\"ltr\">The fraction is \\(\\frac{{ansNum}}{{den}}\\).</p>Write the answer in lowest terms.<br>The GCF of {ansNum} and {den} = {GCFFrac}<br><br>The fraction can be reduced if the GCF is greater than 1.<br>To reduce the fraction divide the numerator and denominator each by the GCF<br><br>{ansNum}/{GCFFrac} = {redNum}<br>{den}/{GCFFrac}={redDen}<br><br><strong>The answer as an improper fraction in simplest form is: \\(\\frac{{redNum}}{{redDen}}\\)</strong><br><br><p></p>', 1, '', 1, '', 1, '', 1),
(6, 5, 1, '', 1, 0, 3, 'gcfFrac=gcd(num,den);\nredMNum=num/gcfFrac;\nredMDen=den/gcfFrac;\nwhole=(redMDen==redMNum)?whole+1:whole;\nredMNum=(redMDen==redMNum)?0:redMNum;', '[whole,redMNum,redMDen]', '', '(_0==whole)*.3 + (_1/_2==num/den)*.2+(_1==redMNum)*.25 + (_2==redMDen)*.25', 1, '', 1, '', '<br>\n<table>\n    <tbody>\n        <tr>\n            <td rowspan=\"2\">\n                <h3>What mixed number represents the part of the shaded circle?&nbsp; &nbsp;&nbsp;</h3>\n            </td>\n          <td rowspan=\"2\"><h3>\n            {_0}</h3></td>\n            <td style=\"border-bottom:1px solid black\">\n                <h3>{_1}</h3>\n            </td>\n        </tr>\n        <tr>\n            <td>\n                <h3>{_2}\n                </h3>\n            </td>\n        </tr>\n    </tbody>\n</table><br>', 1, '<p dir=\"ltr\" style=\"text-align: left;\">{FBWhole}.<br></p><p dir=\"ltr\" style=\"text-align: left;\">Write the fraction in lowest terms.<br>The GCF of {num} and {den} = {gcfFrac}<br><br>A fraction can be reduced if the GCF is greater than 1.<br>To reduce the fraction divide the numerator and denominator each by the GCF<br><br>{num}/{gcfFrac} = {redMNum}<br>{den}/{gcfFrac}={redMDen}<br><br><strong>The answer as a Mixed Number in simplest form is: {whole}\\(\\frac{{redMNum}}{{redMDen}}\\)</strong><br></p>', 1, '', 1, '', 1, '', 1),
(7, 7, 0, '', 1, 0, 1, '', 'tf', '', '_relerr < 0.01', 1, '', 1, '', '<p> 1. Quel point est l’origine du cercle trigonométrique ?</p>\n<p>{_0:pt}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(8, 7, 1, '', 1, 0, 1, '', 'tf1', '', '_relerr < 0.01', 1, '', 1, '', '<p>2. Quel nombre est associé au point B ?</p>\n<p>{_0:maximum}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(9, 7, 2, '', 1, 0, 1, '', 'tf2', '', '_relerr < 0.01', 1, '', 1, '', '<p>3. Quel point est associé au nombre π ?</p>\n<p>{_0:pt2}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(10, 8, 0, '', 1, 10, 1, '', 'tf', '', '_relerr < 0.01', 1, '', 1, '', '<p>1. Donner la période de la fonction sinus : </p>\n<p>{_0:periode}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(11, 8, 1, '', 1, 0, 1, '', 'tf1', '', '_relerr < 0.01', 1, '', 1, '', '<p>2. Pour quelles valeurs de x la fonction est-elle maximum sur l’intervalle [0 ; 2π].</p>\n<p>{_0:maximum}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(12, 8, 2, '', 1, 0, 1, '', 'tf2', '', '_relerr < 0.01', 1, '', 1, '', '<p>3. Sur quels intervalles la fonction sinus est-elle croissante ?</p>\n<p>{_0:croissance}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(13, 8, 3, '', 1, 10, 7, '', '[0,tf3,1,tf4,-1,tf3,0]', '', '_relerr < 0.02', 1, '', 1, '', '<p>4. En utilisant la courbe représentative de la fonction sinus, compléter son tableau de variations.</p>\n<div style=\"width: 1050px; margin: 1%; position: relative; margin-top: 1%; transform: translate(1%, 0);\"><!--<div style=\"width: 900px; margin: 0px; position: relative; margin-top: 10px; transform: translate(10px, 0);\">--> <img class=\"img-responsive\" src=\"@@PLUGINFILE@@/Cadre-foncVariable.png\" alt=\"\" width=\"850\" height=\"100\" /> <br />\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 20px;\"><em><strong>x</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 130px;\"><em><strong>0</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 480px;\"><em><strong>pi/2</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 850px;\"><em><strong>pi</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 20px;\"><em><strong>sin(x)</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 130px;\"><em><strong>{_0}</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 250px;\"><em><strong>{_1:fleche1}</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 850px;\"><em><strong>{_4}</strong></em></h3>\n<br />\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 480px;\"><em><strong>{_2}           <em><strong>{_3:fleche2}</strong></em><br /></strong></em></h3>\n<!--<div style=\"position: absolute; top: 22px; left: 349px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 20px; left: 366px;\">{#1}</div>\n<div style=\"position: absolute; top: 90px; left: 392px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 88px; left: 409px;\">{#2}</div>--></div>\n<!--<div style=\"text-align: center; margin-top: 15px;\"><strong>Fig.</strong> <span class=\"math\" style=\"font-size: 95%;\"><em></em></span></div>-->\n<p>\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n<script type=\"text/javascript\">// <![CDATA[\n$(window).on(\"load\", function() {\n            // Format the input boxes\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n            $(\".formulas_number_unit\").css(\"width\", \"80px\");\n            $(\".formulas_number_unit\").css(\"text-align\", \"center\");\n            $(\".formulas_number_unit\").css(\"font-family\", \"Times New Roman\");\n            // Format the text\n            $(\".math\").css(\"font-family\", \"Times New Roman\");\n        });\n// ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n// ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n// ]]></script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(14, 9, 0, '', 1, 10, 1, '', 'tf', '', '_relerr < 0.01', 1, '', 1, '', '<p>1. Donner la période de la fonction sinus :&nbsp;</p>\n<p>{_0:periode}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(15, 9, 1, '', 1, 0, 1, '', 'tf1', '', '_relerr < 0.01', 1, '', 1, '', '<p>2. Pour quelles valeurs de x la fonction est-elle&nbsp;maximum sur l’intervalle [0 ; 2π].</p>\n<p>{_0:maximum}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(16, 9, 2, '', 1, 0, 1, '', 'tf2', '', '_relerr < 0.01', 1, '', 1, '', '<p>3. Sur quels intervalles la fonction sinus est-elle croissante ?</p>\n<p>{_0:croissance}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(17, 9, 3, '', 1, 10, 7, '', '[0,tf3,1,tf4,-1,tf3,0]', '', '_relerr < 0.02', 1, '', 1, '', '<p>4. En utilisant la courbe représentative&nbsp;de la fonction sinus,&nbsp;compléter son tableau de variations.</p>\n<div style=\"width: 1050px; margin: 1%; position: relative; margin-top: 1%; transform: translate(1%, 0);\">\n    <!--<div style=\"width: 900px; margin: 0px; position: relative; margin-top: 10px; transform: translate(10px, 0);\">--><img class=\"img-responsive\" src=\"@@PLUGINFILE@@/Cadre-foncVariable.png\" alt=\"\" width=\"850\" height=\"100\">\n    <h3 class=\"math\" style=\"position: absolute; top: 50px; left: 20px;\"><em><strong>x</strong></em></h3>\n    <h3 class=\"math\" style=\"position: absolute; top: 50px; left: 130px;\"><em><strong>0&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>\\(  \\pi/2  \\)&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></em>\n        <em style=\"font-size: 1.75rem;\"><strong>\\( 3 \\pi/2  \\)&nbsp;&nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \\( 2 \\pi  \\) &nbsp;</strong></em>\n    </h3>\n    <h3 class=\"math\" style=\"position: absolute; top: 180px; left: 20px;\"><em><strong>sin(x)&nbsp; &nbsp; &nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>{_0}&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>{_1:fleche1}&nbsp; &nbsp; &nbsp;&nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>{_2}&nbsp; &nbsp; &nbsp;&nbsp;</strong></em>\n        <em style=\"font-size: 1.75rem;\"><strong>{_3:fleche2}&nbsp; &nbsp; &nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>{_4}&nbsp; &nbsp; &nbsp; &nbsp;</strong></em><em style=\"font-size: 1.75rem;\"><strong>{_5:fleche1}&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></em>\n        <em style=\"font-size: 1.75rem;\"><strong>{_6}</strong></em>\n    </h3>\n    &nbsp;\n    <!--<div style=\"position: absolute; top: 22px; left: 349px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 20px; left: 366px;\">{#1}</div>\n<div style=\"position: absolute; top: 90px; left: 392px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 88px; left: 409px;\">{#2}</div>--></div>\n<!--<div style=\"text-align: center; margin-top: 15px;\"><strong>Fig.</strong> <span class=\"math\" style=\"font-size: 95%;\"><em></em></span></div>-->\n<p>\n    <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n    <script type=\"text/javascript\">\n        // <![CDATA[\n        $(window).on(\"load\", function() {\n            // Format the input boxes\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n            $(\".formulas_number_unit\").css(\"width\", \"80px\");\n            $(\".formulas_number_unit\").css(\"text-align\", \"center\");\n            $(\".formulas_number_unit\").css(\"font-family\", \"Times New Roman\");\n            // Format the text\n            $(\".math\").css(\"font-family\", \"Times New Roman\");\n        });\n        // ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n        // ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n        // ]]>\n    </script>\n</p>', 1, '', 1, '', 1, '', 1, '', 1),
(18, 10, 0, '', 1, 10, 1, '', 'tf', '', '_relerr < 0.01', 1, '', 1, '', '<p>1. Donner la période de la fonction sinus : </p>\n<p>{_0:periode}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(19, 10, 1, '', 1, 0, 1, '', 'tf1', '', '_relerr < 0.01', 1, '', 1, '', '<p>2. Pour quelles valeurs de x la fonction est-elle maximum sur l’intervalle [0 ; 2π].</p>\n<p>{_0:maximum}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(20, 10, 2, '', 1, 0, 1, '', 'tf2', '', '_relerr < 0.01', 1, '', 1, '', '<p>3. Sur quels intervalles la fonction sinus est-elle croissante ?</p>\n<p>{_0:croissance}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(21, 10, 3, '', 1, 10, 7, '', '[0,tf3,1,tf4,-1,tf3,0]', '', '_relerr < 0.02', 1, '', 1, '', '<p>4. En utilisant la courbe représentative de la fonction sinus, compléter son tableau de variations.</p>\n<div style=\"width: 1050px; margin: 1%; position: relative; margin-top: 1%; transform: translate(1%, 0);\">\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 20px;\"><em><strong>x</strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 130px;\"><em><strong>0                              </strong></em><em><strong>\\(\\pi/2 \\)                      </strong></em><em style=\"font-size: 1.75rem;\"><span style=\"font-weight: bolder;\">\\(3 \\pi/2 \\)                </span></em><em style=\"font-size: 1.75rem;\"><span style=\"font-weight: bolder;\">\\(2 \\pi \\)</span></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 850px;\"><em><strong> </strong></em></h3>\n<h3 class=\"math\" style=\"position: absolute; top: 130px; left: 20px;\"><em><strong>sin(x) </strong></em><em><strong>{_0} </strong></em><em><strong>{_1:fleche1} </strong></em><em><strong>{_2} </strong></em><em><strong>{_3:fleche2} </strong></em><em><strong>{_4} </strong></em><em><strong>{_5:fleche1} </strong></em><em><strong>{_6} </strong></em></h3>\n<img class=\"img-responsive\" src=\"@@PLUGINFILE@@/Cadre-foncVariable.png\" alt=\"\" width=\"825\" height=\"97\" /><br />\n<h3 class=\"math\" style=\"position: absolute; top: 180px; left: 480px;\"><em><strong> </strong></em></h3>\n<!--<div style=\"position: absolute; top: 22px; left: 349px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 20px; left: 366px;\">{#1}</div>\n<div style=\"position: absolute; top: 90px; left: 392px;\">\\(=\\)</div>\n<div style=\"position: absolute; top: 88px; left: 409px;\">{#2}</div>--></div>\n<!--<div style=\"text-align: center; margin-top: 15px;\"><strong>Fig.</strong> <span class=\"math\" style=\"font-size: 95%;\"><em></em></span></div>-->\n<p>\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n<script type=\"text/javascript\">// <![CDATA[\n$(window).on(\"load\", function() {\n            // Format the input boxes\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n            $(\".formulas_number_unit\").css(\"width\", \"80px\");\n            $(\".formulas_number_unit\").css(\"text-align\", \"center\");\n            $(\".formulas_number_unit\").css(\"font-family\", \"Times New Roman\");\n            // Format the text\n            $(\".math\").css(\"font-family\", \"Times New Roman\");\n        });\n// ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n// ]]><span data-mce-type=\"bookmark\" id=\"mce_0_start\" data-mce-style=\"overflow:hidden;line-height:0px\" style=\"overflow:hidden;line-height:0px\"></span>\n// ]]></script>\n</p>\n<h3 class=\"math\" style=\"position: absolute; top: 50px; left: 130px;\"><em><span style=\"font-weight: bolder;\"> </span></em><em style=\"font-size: 1.75rem;\"><span style=\"font-weight: bolder;\"><br /></span></em></h3>', 1, '', 1, '', 1, '', 1, '', 1),
(22, 11, 0, '', 1, 10, 4, '', '[A1,B1,C1,D1]', '', '_relerr < 0.01', 1, '', 1, '', '<h3>&nbsp;Compléter le tableau avec les valeurs suivantes :&nbsp;</h3>\n<table cellspacing=\"4\" cellpadding=\"4\" border=\"2\"><thead><tr><th scope=\"col\"><h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h3>{a}</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h3>{b}</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h3>{c}</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h3>{d}</h3>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: center;\">\n<h3>{_0}π</h3>\n</td>\n<td style=\"text-align: center;\">\n<h3>{_1}π</h3>\n</td>\n<td style=\"text-align: center;\">\n<h3>{_2}π</h3>\n</td>\n<td style=\"text-align: center;\">\n<h3>{_3}π</h3>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br><br></p>\n<p>&nbsp;</p>', 1, '', 1, '', 1, '', 1, '', 1),
(23, 12, 0, '', 1, 10, 4, '', '[A1,B1,C1,D1]', '', '_relerr < 0.01', 1, '', 1, '', '<h3> Compléter le tableau avec les valeurs suivantes : </h3>\n<table border=\"2\" cellspacing=\"4\" cellpadding=\"4\">\n<thead>\n<tr><th scope=\"col\">\n<h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{a}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{b}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{c}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{d}</h5>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_0}π      </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_1}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_2}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_3}π     </h5>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(24, 13, 0, '', 1, 10, 4, '', '[A1,B1,C1,D1]', '', '_relerr < 0.01', 1, '', 1, '', '<h3>&nbsp;Compléter le tableau avec les valeurs suivantes :&nbsp;</h3>\n<table cellspacing=\"4\" cellpadding=\"4\" border=\"2\">\n<thead>\n<tr><th scope=\"col\">\n<h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{a}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{b}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{c}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{d}</h5>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_0}π &nbsp;&nbsp; &nbsp;&nbsp;</h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_1}π &nbsp;&nbsp; &nbsp;</h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_2}π &nbsp; &nbsp;&nbsp;</h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_3}π &nbsp;&nbsp; &nbsp;</h5>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br><br></p>\n<p>&nbsp;</p>', 1, '', 1, '', 1, '', 1, '', 1),
(25, 14, 0, '', 2, 10, 4, '', '[a,b,c,d]', '', '(_relerr < 0.01)+(_0==a)*0.25+(_1==b)*0.25+(_2==c)*0.25+(_3==d)*0.25', 1, '', 1, '', '<h3> Compléter le tableau avec les valeurs suivantes : </h3>\n<table border=\"2\" cellspacing=\"4\" cellpadding=\"4\">\n<thead>\n<tr><th scope=\"col\">\n<h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{a1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{b1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{c1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{d1}</h5>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">   {_0}π      </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_1}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_2}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_3}π     </h5>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(26, 15, 0, '', 1, 10, 4, '', '[a,b,c,d]', '', '_relerr < 0.01', 1, '', 1, '', '<h3> Compléter le tableau avec les valeurs suivantes : </h3>\n<table border=\"2\" cellspacing=\"4\" cellpadding=\"4\">\n<thead>\n<tr><th scope=\"col\">\n<h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{a}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{b}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{c}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{d}</h5>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_0}π      </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_1}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_2}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5>{_3}π     </h5>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(27, 16, 0, '', 2, 10, 4, '', '[a,b,c,d]', '', '(_relerr < 0.01)+(_0==a)*0.25+(_1==b)*0.25+(_2==c)*0.25+(_3==d)*0.25', 1, '', 1, '', '<h3> Compléter le tableau avec les valeurs suivantes : </h3>\n<table border=\"2\" cellspacing=\"4\" cellpadding=\"4\">\n<thead>\n<tr><th scope=\"col\">\n<h3>Mesure en degrés</h3>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{a1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{b1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{c1}</h5>\n</th><th style=\"text-align: center;\" scope=\"col\">\n<h5>{d1}</h5>\n</th></tr>\n</thead>\n<tbody>\n<tr>\n<td>\n<h3>Mesure en radians</h3>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">   {_0}π      </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_1}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_2}π     </h5>\n</td>\n<td style=\"text-align: left;\">\n<h5 style=\"text-align: center;\">{_3}π     </h5>\n</td>\n</tr>\n</tbody>\n</table>\n<p><br /><br /></p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(28, 17, 0, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(29, 17, 1, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(30, 17, 2, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(31, 18, 0, '', 1, 10, 1, '', 'X0', '', '_relerr < 0.05', 0, '', 1, '', '<p>&nbsp;1. Donner par lecture graphique la valeur de</p>\n<p>\\(\\cos(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(32, 18, 1, '', 1, 10, 1, '', 'Y0', '', '_relerr < 0.05', 1, '', 1, '', '<p>2. Donner par lecture graphique la valeur de</p>\n<p>\\(\\sin(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(33, 18, 2, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 0, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(34, 19, 0, '', 1, 10, 1, '', 'X0', '', '_relerr < 0.05', 1, '', 1, '', '<p> 1. Donner par lecture graphique la valeur de</p>\n<p>\\(\\cos(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(35, 19, 1, '', 1, 10, 1, '', 'Y0', '', '_relerr < 0.05', 1, '', 1, '', '<p>2. Donner par lecture graphique la valeur de</p>\n<p>\\(\\sin(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(36, 19, 2, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(37, 20, 0, '', 1, 10, 1, '', 'X0', '', '_relerr < 0.05', 1, '', 1, '', '<p> 1. Donner par lecture graphique la valeur de</p>\n<p>\\(\\cos(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(38, 20, 1, '', 1, 10, 1, '', 'Y0', '', '_relerr < 0.05', 1, '', 1, '', '<p>2. Donner par lecture graphique la valeur de</p>\n<p>\\(\\sin(x)=\\){_0}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(39, 20, 2, '', 1, 0, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '', 1, '', 1, '', 1, '', 1, '', 1),
(40, 21, 0, '', 1, 10, 3, '', '[Lagn[0],Lagn[1],Lagn[2]]', '', '_relerr < 0.01', 1, '', 1, '', '<p>Point {Pts[1]} = {_0} <br /> Point {Pts[2]} = {_1} <br />Point {Pts[3]} = {_2}\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 400px; height: 400px;\"> </div>\n<p> </p>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: false,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n\n\n//brd.suspendUpdate();\n\n    //var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    //var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\ncirc = brd.create(\'circle\',[[0,0], [1,0]],{fixed:true}); \n\n\n    var i, p2 = [],L=[], alpha, steps = {stp}; \n\n    for (i=0;i<steps;i++) {\n        \n        alpha = 2 * Math.PI / steps; \n        \n        X0= Math.cos(i * alpha);\n        Y0= Math.sin(i * alpha);\n        p2.push(brd.create(\'point\',[X0, Y0], {size:0, withLabel:false}));\n        L.push(brd.create(\'segment\',[[0,0],[X0, Y0]], {withLabel:false,dash:2}));\n       \n    }\n    var p3 = [];\n	//p3[0] = brd.create(\'point\',[{LXp[0]},{LYp[0]}],{size:4,name:\'{Pts[0]}\',Color:\'green\'});\n	p3[1] = brd.create(\'point\',[{LXp[0]},{LYp[0]}],{size:4,name:\'{Pts[1]}\',Color:\'green\'});\n	p3[2] = brd.create(\'point\',[{LXp[1]},{LYp[1]}],{size:4,name:\'{Pts[2]}\',Color:\'green\'});\n	p3[3] = brd.create(\'point\',[{LXp[2]},{LYp[2]}],{size:4,name:\'{Pts[3]}\',Color:\'green\'});\n	//p3[4] = brd.create(\'point\',[{LXp[4]},{LYp[4]}],{size:4,name:\'{Pts[4]}\',Color:\'green\'});\n       \n   \n//brd.unsuspendUpdate();\n// ]]></script>\n</p>', 1, '<p>Par construction le cercle est dévisé en {stp} parties identiques</p>\n<p>chaque part correspond, donc à \\(\\frac{2\\Pi}{{stp}}\\)</p>\n<p>Le point {Pts[1]} a pour image \\({=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[0]}</p>\n<p>Le point {Pts[2]} a pour image \\(2\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[1]}</p>\n<p>Le point {Pts[3]} a pour image \\(3\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[2]}</p>', 1, '', 1, '', 1, '', 1),
(41, 22, 0, '', 2, 10, 4, '', '[Lagn[0],LXp[0],Lagn[0],LYp[0]]', '', '(_relerr < 0.05)+(_0==Lagn[0])*0.25+(_1==LXp[0])*0.25+(_2==Lagn[0])*0.25+(_3==LYp[0])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[0]} sont cos( {_0} ) = {_1} et sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(42, 22, 1, '', 2, 10, 4, '', '[Lagn[1],LXp[1],Lagn[1],LYp[1]]', '', '(_relerr < 0.05)+(_0==Lagn[1])*0.25+(_1==LXp[1])*0.25+(_2==Lagn[1])*0.25+(_3==LYp[1])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[1]} sont cos( {_0} ) = {_1}  et  sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(43, 22, 2, '', 2, 10, 4, '', '[Lagn[2],LXp[2],Lagn[2],LYp[2]]', '', '(_relerr < 0.05)+(_0==Lagn[2])*0.25+(_1==LXp[2])*0.25+(_2==Lagn[2])*0.25+(_3==LYp[2])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[2]} sont cos( {_0} ) = {_1}  et  sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(44, 23, 0, '', 2, 10, 4, '', '[Lagn[0],LXp[0],Lagn[0],LYp[0]]', '', '(_relerr < 0.05)+(_0==Lagn[0])*0.25+(_1==LXp[0])*0.25+(_2==Lagn[0])*0.25+(_3==LYp[0])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[0]} sont cos( {_0} ) = {_1} et sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(45, 23, 1, '', 2, 10, 4, '', '[Lagn[1],LXp[1],Lagn[1],LYp[1]]', '', '(_relerr < 0.05)+(_0==Lagn[1])*0.25+(_1==LXp[1])*0.25+(_2==Lagn[1])*0.25+(_3==LYp[1])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[1]} sont cos( {_0} ) = {_1}  et  sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(46, 23, 2, '', 2, 10, 4, '', '[Lagn[2],LXp[2],Lagn[2],LYp[2]]', '', '(_relerr < 0.05)+(_0==Lagn[2])*0.25+(_1==LXp[2])*0.25+(_2==Lagn[2])*0.25+(_3==LYp[2])*0.25', 1, '', 1, '', '<h5>Coordonnées du point {Pts[2]} sont cos( {_0} ) = {_1}  et  sin( {_2}) = {_3}</h5>', 1, '', 1, '', 1, '', 1, '', 1),
(47, 24, 0, '', 1, 0, 1, '', 'tt2', '', '_err == 0', 1, '', 1, '', '<p>1. Rappeler l\'expression pour calculer la puissance apparente S :</p>\n<p> S= {_0:Chx}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(48, 24, 1, '', 1, 10, 1, '', 'rep1', '', '_relerr < 0.01', 1, 'VA', 1, '', '<p>2. donner la puissance apparente d\'une lampe.</p>\n<p>S={_0} {_u}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(49, 24, 2, '', 1, 10, 1, '', 'rep2', '', '_relerr < 0.01', 1, 'W', 1, '', '<p>3. Quelle est la puissance consommée par l’aspirateur sachant qu’il est parcouru par un courant de {cr} A?</p>\n<p>{_0} {_u}</p>', 1, '', 1, '', 1, '', 1, '', 1);
INSERT INTO `mdl_qtype_formulas_answers` (`id`, `questionid`, `partindex`, `placeholder`, `answermark`, `answertype`, `numbox`, `vars1`, `answer`, `vars2`, `correctness`, `unitpenalty`, `postunit`, `ruleid`, `otherrule`, `subqtext`, `subqtextformat`, `feedback`, `feedbackformat`, `partcorrectfb`, `partcorrectfbformat`, `partpartiallycorrectfb`, `partpartiallycorrectfbformat`, `partincorrectfb`, `partincorrectfbformat`) VALUES
(50, 24, 3, '', 1, 10, 1, '', 'rep3', '', '_relerr < 0.01', 1, 'W', 1, '', '<p>4. Calculer la puissance totale consommée par l’installation.</p>\n<p>{_0} {_u}</p>', 1, '', 1, '', 1, '', 1, '', 1);
INSERT INTO `mdl_qtype_formulas_answers` (`id`, `questionid`, `partindex`, `placeholder`, `answermark`, `answertype`, `numbox`, `vars1`, `answer`, `vars2`, `correctness`, `unitpenalty`, `postunit`, `ruleid`, `otherrule`, `subqtext`, `subqtextformat`, `feedback`, `feedbackformat`, `partcorrectfb`, `partcorrectfbformat`, `partpartiallycorrectfb`, `partpartiallycorrectfbformat`, `partincorrectfb`, `partincorrectfbformat`) VALUES
(51, 25, 0, '', 1, 10, 3, 'x={4:30};', '[aSol,megaSol,phiSol]', '', '_err == 0.00', 1, '', 1, '', '<p>\n    <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n    <script type=\"text/javascript\">\n        // <![CDATA[\n        $(window).on(\"load\", function() {\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n            $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n        });\n        // ]]>\n    </script>\n</p>\n<!-- The answer placeholder is placed in a div element\n       in order to have the green check or red cross mark on the same line as the choices -->\n<h4><span style=\"color: #ff6600;\"><strong><em>1) S’approprier:</em></strong></span></h4>\n<h4><span style=\"color: #ff6600;\"><strong><em>rappel \" Une grandeur sinusoïdale a pour expression générale : \\(f(t) = a \\sin (ω t + φ)\\)\"<br></em></strong></span></h4>\n<p>On vous propose la representation graphique de la tension définie par l\'expression suivante :</p>\n<p>\\(u(t) =a\\sin(\\omega t + \\varphi)\\) <br></p>\n<p><br></p>\n<p>\n  <!-- debut de geogebra-->\n\n\n\n<script src=\"https://cdn.geogebra.org/apps/deployggb.js\"></script>\n\n\n\n</p><div id=\"ggbApplet\"></div>\n\n<script>\nvar parameters = {\n\"id\": \"ggbApplet\",\n\"width\":1276,\n\"height\":688,\n\"showMenuBar\":true,\n\"showAlgebraInput\":true,\n\"showToolBar\":true,\n\"customToolBar\":\"0 39 59 | 1 501 67 , 5 19 , 72 | 2 15 45 , 18 65 , 7 37 | 4 3 8 9 , 13 44 , 58 , 47 | 16 51 64 , 70 | 10 34 53 11 , 24  20 22 , 21 23 | 55 56 57 , 12 | 36 46 , 38 49 50 , 71 | 30 29 54 32 31 33 | 17 26 62 73 , 14 66 68 | 25 52 60 61 | 40 41 42 , 27 28 35 , 6\",\n\"showToolBarHelp\":false,\n\"showResetIcon\":false,\n\"enableLabelDrags\":false,\n\"enableShiftDragZoom\":true,\n\"enableRightClick\":false,\n\"errorDialogsActive\":false,\n\"useBrowserForJS\":false,\n\"allowStyleBar\":false,\n\"preventFocus\":false,\n\"showZoomButtons\":true,\n\"capturingThreshold\":3,\n// add code here to run when the applet starts\n\"appletOnLoad\":function(api){ /* api.evalCommand(\'Segment((1,2),(3,4))\');*/ },\n\"showFullscreenButton\":true,\n\"scale\":1,\n\"disableAutoScale\":false,\n\"allowUpscale\":false,\n\"clickToLoad\":false,\n\"appName\":\"classic\",\n\"showSuggestionButtons\":true,\n\"buttonRounding\":0.7,\n\"buttonShadows\":false,\n\"language\":\"fr\",\n// use this instead of ggbBase64 to load a material from geogebra.org\n// \"material_id\":\"RHYH3UQ8\",\n// use this instead of ggbBase64 to load a .ggb file\n// \"filename\":\"myfile.ggb\",\n\"ggbBase64\":\"UEsDBBQACAgIADewMVQAAAAAAAAAAAAAAAAWAAAAZ2VvZ2VicmFfamF2YXNjcmlwdC5qc0srzUsuyczPU0hPT/LP88zLLNHQVKiu5QIAUEsHCEXM3l0aAAAAGAAAAFBLAwQUAAgICAA3sDFUAAAAAAAAAAAAAAAAFwAAAGdlb2dlYnJhX2RlZmF1bHRzMmQueG1s7VrfU9s4EH6+/hUaP909kNhOnASG0KGdubnOAL05mM69KvbG0aFIPkkGh7++suRfIQkEB0qg5QFrFWklfftpvVr5+GM2p+gGhCScjR2v4zoIWMgjwuKxk6rpwcj5ePLhOAYew0RgNOVijtXYCfKWVT8tdQL3MK/DSTJ2QoqlJKGDEopV3mXsRA5CmSRHjF/gOcgEh3AZzmCOz3iIldEyUyo56nZvb2875XgdLuJuHKtOJrUCPVcmx05RONLqljrd9kxz33W97r/nZ1b9AWFSYRaCg/Q6IpjilCqpi0BhDkwhtUhg7CScLmLOHETxBOjY+buUix5jZ+g6Jx9+O6aEwaVaUEBqRsJrBlLPKHAKNa4t/EWiCHI8HcT1Sola6PJw5HRzDXLGbxGf/Aeh1qpECtWgRjBt9M+fOeUCCd0x6DlIWyPQ2iZmCEyTGdaljufaP69/6HrewPNtb4oXINANpnlrU4NTxUOj0NROMZVQttVDn/MI7C/9oj0jc2MVJBUkZiEyAYhMqVqqtu7CEKXSd9wtYF0LcI7dEsK2oobYeyWIXQOwu4Kvu794TlMW5govvmFRrY6llDbwHAROGzR8t78Bj2Gw/4BUi/ucipsmu3p9122Fx67sqLU+Lxa775SHtithqrFXtYR+nwqAPxqIeu3wHA4NoPlDI+oHwSvtOG89qCHnIpIoGzsX+MJBi+J5Z5+miUHnktwVQwbNWmOOeuabIaZE1gifGaFGtrcGWjvHbbiq3wv32Hrgvb4zezJfn4D1gdeCzxEkwPRYaonUXitSD0YG+fwxsY+3zel+K06vgflrM4jSEUqrEMgPLK/z58/sM9bg+4X9AzFZClW93i+UnxnlZRb3d44j3iK2polFUeb/9TmPzxMK2ctCv8lPD3756c1+2nsEZwlxLlVgXZZyha/f7j24t0eprcDd/ejJU0Xzkb8wBUKCOZLIlaVdAyRXWtVXdiUwk3mKZPms8FDY2DhEny0foP3XOeC8dZvB/2zJrRHt1Yhu84gheJjK2hJWqkwxenemwGlGKMFisTrSix1Dt8ly+O2inc1vY3+PsxwCLx7y2e0SPntMuvfhs1dyU/cpvHtAuWd2e/pJfzN6NxoPXm//b4VYJ/benav9IaxfE85joUASzB62h4KsDhyvjNBICe6pMaZcz1+CINMqkSZ1EH1eXHrlZTNyAcUjlNSGjeslfbFSI4VkQZgSjS3Dc93BToKwTzi8jgVPWbQy7+eBbA/yfJthCznLbwXLBL2VKtj6e0qd18vP69CUxMCsA5QIZW5B14VrV4juyprMK2oWXlFz5zXYoBcgSIZOy36nZfNTvyz0ykK/LAQNGNvFyMbgiXYrjaDlnvfutztnvqVb0Z+GCD8glGLpXDvx2olclHJFqMC6Ea0vLXNO5dy3cRsb2LOZK5KSSBNrTrTpDrRN5zgztsUTyWmq4DIUAKz+zMGS+5ZEapaf2A3CU5LlNCpeTDMuyJ1+X1WIoHx3nFLzScTSfeI6WvkP36fcJ7Fe8c5+HbOY1hv21Eq1QWzS3zS6nwlcb6cmpG6B6KDjj3reKOi5Q294GIwGWyLsjZoI25+2BvjZ7t9e0Cs9ybf463wLFmGdUOy5m3jijob+YNAf+MHh4dAb9Ic782bCOQVcH4s+lXLjwmhlN28KmbY3zwvGCuEMwusJz5b49rSz4Z9VRf0hx35+uGDWuNL0GZNB3cb3Wt3ym7CT71BLBwihQ3PPDgUAALUmAABQSwMEFAAICAgAN7AxVAAAAAAAAAAAAAAAABcAAABnZW9nZWJyYV9kZWZhdWx0czNkLnhtbO1XwXKbMBA9N1+h0T02wuDEGZOMJz20M0mmnVx6lcUaq8USkWRj/Gv9h35ThUAOaWq38bjtdCYcYKXdldj3nnZgfLVe5GgFSnMpEkx6AUYgmEy5yBK8NLPTc3x1eTLOQGYwVRTNpFpQk+C4jtzm2VEvDkb1HC2KBLOcas0ZRkVOTZ2S4BQjtNb8Qsg7ugBdUAb3bA4LeiMZNW6VuTHFRb9flmXP79eTKutnmemttV3AvqvQCW6NC7vck6Ry4MLDICD9T7c3zfKnXGhDBQOMbB0pzOgyN9qakMMChEGmKiDBdM31wG6R0ynkCZ7Uw7cYtfEJHpBggC9P3oz1XJZITj8Ds7NGLWGb4wb9Osa6r2UuFVIJtpBk7j51d5oXc2otC5ULzWkFCq1oXnvdDF0ayVy2m53RXIOPtfvcyhQaT9TGC75wACJtwGJPMNIFQOqsprjAEVE5TrvrcQH3psoBmTlnXwRoC27cSaqNdzxNoZZGkwMPoknR9T3BBVWWTqMc2Y0NtupvX+vwcb8F+Rnc9nUEdPD+4MZPALc0HgT4aOQQD8nIYe6eW9TjY6HOpFSpRuuGSlS1z037LDsUz2h9mtrdemQP9sE+7HeDyaTgrAPme2E50BavWhRsqVbwRMhxg2tbgfQlSF+D9EXIsu0IKx+z8jGrbaHeVXpXuenU/lLywjh27JHw7NmJIUFzkWgUEDIk4X96gngGYmUBkUrblhi0GFeBl5CfWRMvLtLObFrDrWNfWfE1mvi8iQ+fhN4YeCPyRtzhZs9R3iu3hyVN3Xlvmfzox48aGwTkoLMbBtGOdnl2tJP7pzgLdnPWuDwtlTc24ZHoRJOhN868ce6N0R7K+aLIOePmF81a5tUcUiXFY7/uTHVpb1rLIRC/VCokHjipxOSZVqK2UcSjYRANo6Mp59A+sadz182ZUWVAcyo6Lfy6dvz4ATJ8/QDZDaUAswXirra7soxfZfkSWeqlmtnv858Js3U9hTf6V83+ceG/Ik3yu9Lsd/4z+v5f5vI7UEsHCJiLw8X/AgAAbQ0AAFBLAwQUAAgICAA3sDFUAAAAAAAAAAAAAAAADAAAAGdlb2dlYnJhLnhtbN1Z3W4jtxW+3jwFMReFndgS/2dmK23gBAUaYDdd1OkiaNELaoaSpjuaUWYoW1rsRa8C5AnyAn2TPsC+Q5+k55Az+rPXkdcNWtT2iBzykDznOx8PD+XRl+tFSW5s0xZ1NY7YgEbEVlmdF9VsHK3c9DKJvnzx2Whm65mdNIZM62Zh3DhSKLkdB28DRVNsM8vlOMpK07ZFFpFlaRwOGUd5RIp8HMWSpxM6FZfCKHMpaZZdppLllzJhOpWK8zw2ESHrtnhe1d+ahW2XJrPX2dwuzMs6M86vN3du+Xw4vL29HfSaDepmNpzNJoN1C0uBVVU7jrrKc5juYNCt8OKcUjb8/tXLMP1lUbXOVJmNCFq8Kl589mx0W1R5fUtui9zNAR9BVUTmtpjNAYNE84gMUWoJQCxt5oob28LYvVdvtFssIy9mKux/Fmqk3NoTkby4KXLbjCM6YFTFMmZcS6FjgIVFpG4KW7lOmHWLDvvpRjeFvQ3zYs0vKWkag4OKtpiUFjRoVmBWUU0bgLR/bd2mtBPT9O87fdgF/IJA8c7iVODWgMM44qliF1LTi5SxC6Vo0GV/4Yi4ui79tJSolLx/TzjllFxgwULBodA6dNHQRkUoeChkKFSQkWG4DKIyyMggI8WenVNTtvuGdu87S7uGA1N7Q8W+oYzSC3w0PB6BIzuTPTsZGvGeMNTeF4Kg3szrj4XsXnV4jX3BaChY15ngh8dLP9Ei8UkWsY/z5c6idwjTr8h4rE9fkj/J0K2ZTCR31+TqI2Y+Ed3tomoPW1jL//nnzpLiUXZ+HNvTV9QH2/CB1X8xEnzC4jE9iAF9AAgl68qHIPk1lFKMH2pFGFGwbRVhKUajGD5i3L6cMGhL8BXeFJNEkBTFcfMqBSMUJcxHIh+HBDTr1ItCvMPdDJ8cHuxQQsCDwkpIeHAEHHLwCN8Ww6N9DSOFAnQUIkV8o0iITInS2KBiRgQlHN5jSmBGgdMzryJER/xjJATGmPCEwHxgFPbSp22y+6PjPViPhv0xNOpgJu0cZbtY4uyiReBF6k+FDn6Pe+eDHfwStQcfaOXdINBM9ENCUA6Q9bFfoZNkHHwDjtHYGIeoSjzcnZ8kAcZ17mLBY0oBsIAlTscD4HIPczxvYnRlhzkszvdR55poTmJ0IhAEjjKdoO4wKSfgL41DP+ITSIrqttiCO7flcgu7x7Golit3gF22yPuqq4+k8zp7+9UR1ta0rq+DEGQKu4QkZA4H+cqzUWkmtoSU7xp5QMiNKTG6+vmndeVIRwFOIz+dz41GdpWVRV6Y6g34vU9Dvl0tJrYhvlqjgX4SHE62SZQ/IvokSisZZLK6bvLrTQs8Ies/2wZGx3qQcpZC8GAJY0KkEdmEHkHFIBEi4YmgsYgFsjQzyHCmE8oHIBwnUmktNKy16fvYIEklZzrmSsI+4josbW+urXNgf0vM2rY9dLOmyPfr37Rf1WW+hX9ZF5X72izdqvHZMhxHDdp0Vc1K65H0DobcMns7qdfXAUId5vpus7QYmf36k9nXdVk3BPYfV5BgzrpyEkovg4ptpaiXoV6imwMn3fazlHsJX05C6aXAyUG1zlDRW8lov0zR+ngJk+9TyjMEE9VVVbiX/Ysrsrc7S1E++L+H8HBK9h+acjQ8ot7IlP4O0BNxUed2j8Sj4UH/6K1tKlsGzlXg9lW9aoN48KzXetXa18bNr6r8j3YGm/W1wYjpQJEgurMvt1mxgIGhvWO8QRL8CQwLrbmdNbbHIygT3OB7EetlY03ezq11W5eGHbEv5o3p1R+1WVMskbZkAvH6rd1RMy9aA/E+37MIbW1B6QwjD6DsEGG4rq3cvG78DcQ4bMGNXdoFXDeI8xytVgvb4F2u89eHn/xdBjRadXpJgbfBsNHBX6Se/A1iy5Gbd3hB971E9pQ35XJuwi0o/DCZQoqsWU9gs8HwsoWji11/mE5b68h6HF0yyAU3UMq97ldbQvQBqcTbFlkUlU8YI7IwMFZjzUzaulw5uHOCx6rdnTNY08cwSvGyC2MgKmFtg/ckrEyLtd1GDYC2eAcc2xLGE/oqEOCAbruN6eawA+BiF3an6+KEr/y+yHNb7XEMeOfdCUFzGfbL0tqw07YD4Qq+8fFpR4Vh52H09RqI1+ItvnfUFZwfa5jt7EySz8mHv5+fkyEBp/uT5GFqXB0zAxDhCfxwCnE6SWKm9cMcoL/EgAPdH+bpj8faXLKBkEylXEO6laRxKp5CWk+bU1Q+hbSKeQppdippL8WAHdkSOHxP+0mM5ltGq1DbILf/y4wGRD+F0w/ywhzTgtNPjV79Yf1UIjzo6T448cfHJiZ1H5vU/0VscnbtLOsC1G9+WNXut6szd07GxPzzZ0hSK3IGoYo48gX58CM5DxLR3cCF80RHkz5MgO5gtTf4zc8jiEBPdHyffgX4w6pvDm9twxdwN2hfmu/s98cpiE/SW6D5dHelg3TzFWiGft9m7+Git12tdaZxrzGNJUgX0FZSpngSx5Ajy4SlISpxOYg5ZOGapjKJ00RCUvkufFl8msf4gcccOWsf4xp+kmtOPlYe6ZF7MJJaq1RSLuHmrTCh3yAYTNE4pkwruMVTzdUjMRJHrH7zGIjE/xJE8QDIkvBUJBLCn+bsd5CLeR7xgeCphnwgBuh0DDe/kzFadfCszta43b+Z/oWSf/30D7L2n2cCUpWr8wtyZqACceDsDMLA5wRkMRKcn//1vvRluqp8NhztFjnhFPAxQP6KMeDecKseCrf70A3383x/We/+QfLi31BLBwghizivHwgAAOwZAABQSwECFAAUAAgICAA3sDFURczeXRoAAAAYAAAAFgAAAAAAAAAAAAAAAAAAAAAAZ2VvZ2VicmFfamF2YXNjcmlwdC5qc1BLAQIUABQACAgIADewMVShQ3PPDgUAALUmAAAXAAAAAAAAAAAAAAAAAF4AAABnZW9nZWJyYV9kZWZhdWx0czJkLnhtbFBLAQIUABQACAgIADewMVSYi8PF/wIAAG0NAAAXAAAAAAAAAAAAAAAAALEFAABnZW9nZWJyYV9kZWZhdWx0czNkLnhtbFBLAQIUABQACAgIADewMVQhizivHwgAAOwZAAAMAAAAAAAAAAAAAAAAAPUIAABnZW9nZWJyYS54bWxQSwUGAAAAAAQABAAIAQAAThEAAAAA\",\n};\n// is3D=is 3D applet using 3D view, AV=Algebra View, SV=Spreadsheet View, CV=CAS View, EV2=Graphics View 2, CP=Construction Protocol, PC=Probability Calculator DA=Data Analysis, FI=Function Inspector, macro=Macros\nvar views = {\'is3D\': 0,\'AV\': 0,\'SV\': 0,\'CV\': 0,\'EV2\': 0,\'CP\': 0,\'PC\': 0,\'DA\': 0,\'FI\': 0,\'macro\': 0};\nvar applet = new GGBApplet(parameters, \'5.0\', views);\nwindow.onload = function() {applet.inject(\'ggbApplet\')};\napplet.setPreviewImage(\'data:image/png;base64,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\',\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWgAAAA+CAMAAAAxm3G5AAACPVBMVEUAAAD////Ly8v///+UlJT////////////z8/P///+wsLDi4uJubm78/Pz4+Pj///////////96enrs7Oy+vr7////////////////X19eGhoaUlJT///////+hoaH///////////////////////////////////////9vb2////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////96enqHh4f////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Gxsb///////+0tLT///+ampofHx/X19fb29sBAQEHBwcODg7l5eWJiYn///////9DQ0O9vb2jo6P29vaqqqpwcHBJSUnLy8uAgIBFRUU0NDR/f3+enp4yMjIpKSmdnZ3u7u6qqqrKysoFBQV1dXUkJCT///9lZWWYmP8AAACoqKhMTID29vbPz89ubm4KCg8GBgYdHTDw8PDf398TEyDs7OwmJkA/Pz9ycsBfX6CRkZGPj/B8fNCfn5+BgYF4eHg5OWAwMFA4ODgqKioQEBCFheBycr9NTU0wMDBeXl4YGBj6+vpCQnBoaGhXV1d7e89VVZBpabB5IoDqAAAAk3RSTlMA/b/50Pzw98/7w8Px49ja7fPkyMAJ5+TpwNnP9gTI9ahHsfLFlPEi1/DSzUQGAr9sUBYNGBHct97KmmfU0LShe0A3HqWLcY9+eFhKKSDj2FU9u2M6Gw8L4MfCdSa5gKyXh2BNhFo0MS0rE+td/qqd/p7+/fz9/PTn/PwQB/37yPPu6Ofm9/Dv7eXk49/d3djDoJ3CiGq2AAAXqElEQVR42u1cBXcbRxDW6nR3OsmyJNsCO6pBZtmO7ZiZGWJK4thO4nCapE2ZmZnkXCkpMzO3v623vEdu2r6m7WunfW0iLcx8Ozs7MzsrjzM1VB89lu7rjEciyURNxUDTSpvnb6aWocGOcCSqSpKaKk+2N040t/7p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\',\'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAMAAAC5zwKfAAAAhFBMVEUAAABmZmb///9qampsbGz+/v6qqqpvb29ubm6enp6rq6t3d3d1dXVxcXH6+vqCgoJ+fn719fXv7+/n5+eTk5N0dHSXl5eNjY2KioqIiIji4uLe3t6UlJSQkJDr6+vW1tbCwsK5ubmioqK7u7uzs7OmpqaFhYXk5OR7e3vNzc3Jycmvr6833NujAAAAAXRSTlMAQObYZgAAAlhJREFUWMPVmNuW2jAMRS2Ogk0JCZBwvzPATNv//7/SdrqyBoxl2U/dH7DXUeSLYvP/czrPAPAdgG+DTNsCRKAvMJKlQwLIA4BWb2st02tAQ13OFcloSncUR2wnmGKZG5k3gKIBRN8H6YAQ0pGacchHKawEnxo4wadn5vdZSmbr37rpYOcRgjKA4NMzevQtBaF68TBlgogOQ5Wavxww/ta1I4e0iOQBx6poTmwpFtf5BuShnPTuNH2GvmbrPeF7f6jWu1jlLNhi/lb0PpVNbaH6iqW3gH7R+8fk+9BSBG3XEn/Cjv0RHB+RpIR3iubMiBS2QWGn3LSOo64DhEvuqN5XFhERSUrYMT3MHAVgSehRnsCCUCj5ieYMDpa8lRM+dmduERigakHoYbKvnV+4vAuXJJTsVR4An7C+C8dSQj9rfnE+LJ0o9PMT/jYPZonCDfuF1zJR+PZC2E8UNsNX1/MtRVhtxnh1Oiz0y6ZYDxgv1+FCnbC5gkMDslI4PQp7WSecrJ+ulxxhNV1YiOchYoXFumUmEoUc1+Vi3xdvvrqbNcWE0x/MJGGihZPDeASKFQ6lkqtp7UAypfkEwYTV+9ZBN34hlHB/YdYO7lePEdvi776wluLAxQQjYvO7Fx8WKUP2HPSMPV1KBkWzFP8bmUmBe3gYoEyQ9Gcmr8GOEWXB5pFzXkbzTEkZ1J1HXbTc4fzGIOPVRv6A+VXDBOBEXyAjSMfYSOTEy30QgjNRrEBRsOaBOIKb0TAWwmFrtOwgFJvAyuLBCiKUA5PDrp4xs3PsmO1wrpXl8wsCuyePXN5O7AAAAABJRU5ErkJggg==\');\n</script>\n\n\n\n    <!-- fin de geogebra-->\n<p></p>\n<p>Modifier les curseurs et noter leur influence sur la courbe.</p>\n<p>a) influence de a :{_0:At:MCE}</p>\n<p>b) influence de \\(\\omega\\) :{_1:megat:MCE}</p>\n<p>c) influence de \\(\\varphi\\) :{_2:phit:MCE}</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>', 1, '', 1, '', 1, '', 1, '', 1);
INSERT INTO `mdl_qtype_formulas_answers` (`id`, `questionid`, `partindex`, `placeholder`, `answermark`, `answertype`, `numbox`, `vars1`, `answer`, `vars2`, `correctness`, `unitpenalty`, `postunit`, `ruleid`, `otherrule`, `subqtext`, `subqtextformat`, `feedback`, `feedbackformat`, `partcorrectfb`, `partcorrectfbformat`, `partpartiallycorrectfb`, `partpartiallycorrectfbformat`, `partincorrectfb`, `partincorrectfbformat`) VALUES
(52, 25, 1, '', 1, 10, 1, 'x={4:30};', '1', '', '_err == 0.00', 1, '', 1, '', '<p>c) Donner l\'équation pour déterminer le nombre de paniers <em>\\(x\\) </em>pour lequel les deux tarifs sont égaux.</p>\n<p>{_0} ={_1}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(53, 25, 2, '', 1, 10, 1, '', 'n', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>2)&nbsp;S’approprier Réaliser: Résolution avec un tableur Geogebra<br></em></strong></span></p>\n<p>&nbsp;</p>\n<p><strong><em>a)Dans Geogebra tableur, Saisissez</em></strong></p>\n<p>_la formule suivante dans la cellule B2&nbsp; =<em>{pr1}</em>×A2</p>\n<p>_la formule suivante dans la cellule C2&nbsp; =<em>{pr1}</em>×A2 +<em>{ad}</em></p>\n<p><em>Complétez, par recopie des formules précédentes, <br></em></p>\n<p><em>les cellules jusqu’à la ligne {_0}&nbsp; ou les tarifs sont identiques</em></p>\n<p><strong><em><br> </em></strong></p>\n<p>&nbsp;</p>\n<div>&nbsp;</div>\n<p>&nbsp;</p>\n<!--<table>\n    <caption></caption>\n    <thead>\n        <tr>\n            <th scope=\"col\"><br></th>\n            <th scope=\"col\">\n\n\n            </th>\n        </tr>\n    </thead>\n    <tbody>\n    </tbody>\n</table><strong><em>\n<br><br></em></strong>\n<p></p><br>\n<p>&nbsp;</p>\n<p>&nbsp;</p>-->', 1, '', 1, '', 1, '', 1, '', 1),
(54, 25, 3, '', 2, 10, 1, 'x={4:30};', '1', '', '_err == 0.00', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>3)&nbsp; Réaliser: Résolution par la méthode algébrique (calcul)<br></em></strong></span></p>\n<p>a)Complétez les étapes de la résolution de l’équation</p>\n<p>&nbsp; \\({equ1}={equ2}\\) ;</p>\n<p>{_0} − {_1} =\\({ad}\\);</p>\n<p>{_2} = \\({ad}\\);</p>\n<p>&nbsp;</p>', 1, '', 1, '', 1, '', 1, '', 1),
(55, 25, 4, '', 1, 10, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '<p>b)La solution est</p>\n<p>\\({equ0}\\) = <span style=\"left: 511.52px; top: 1060.79px; font-size: 16.605px; font-family: monospace; transform: scaleX(0.875354);\">{_0} </span>\\ <span style=\"left: 511.52px; top: 1060.79px; font-size: 16.605px; font-family: monospace; transform: scaleX(0.875354);\">{_1} = {_2}</span></p>\n<p>&nbsp;</p>', 1, '', 1, '', 1, '', 1, '', 1),
(56, 25, 5, '', 1, 10, 1, '', '1', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>4)&nbsp; Valider Communiquer: Répondez à la problématique<br></em></strong></span></p>\n<p>Les deux tarifs sont égaux pour {_0} paniers commandés.</p>', 1, '', 1, '', 1, '', 1, '', 1),
(57, 26, 0, '', 1, 10, 1, 'n={4:30};', 'tt0', '', '_err == 0.00', 1, '', 1, '', '<p>\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n<script type=\"text/javascript\">// <![CDATA[\n$(window).on(\"load\", function() {\n        $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n        $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n    });\n// ]]></script>\n</p>\n<!-- The answer placeholder is placed in a div element\n       in order to have the green check or red cross mark on the same line as the choices -->\n<p><span style=\"color: #ff6600;\"><strong><em>1) S’approprier:</em></strong></span></p>\n<p> Cochez parmi les propositions suivantes celle qui exprime le nombre de points qu’atteindra {joueur1}</p>\n<p>{_0:Cht}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(58, 26, 1, '', 1, 10, 2, 'x={4:30};', '[tt1,tt2]', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>2) S’approprier:</em></strong></span></p>\n<p>Pour déterminez le nombre de combats que <em><em>{joueur1}</em></em> doit gagner pour atteindre le niveau « conquérant »,</p>\n<p>il faut résoudre {_0:Cht2:MCE} suivante :</p>\n<p>{_1:Cht3}</p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(59, 26, 2, '', 1, 10, 3, '', '[tt3,tt4,tt5]', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>3)Réaliser: </em></strong><em><span style=\"color: #ff6600;\"><strong><em>Résolution par la méthode algébrique (calcul)</em></strong></span></em><strong><em><br /></em></strong></span></p>\n<p>Pour résoudre  l\'inéquation  suivante {Chv0}. Il faut procéder par étapes,</p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td>L\'étape1 est :</td>\n<td>{_0:Cht4}</td>\n</tr>\n<tr>\n<td>L\'étape2 est :</td>\n<td>{_1:Cht5}</td>\n</tr>\n<tr>\n<td>La solution est :</td>\n<td>{_2:Cht6}</td>\n</tr>\n</tbody>\n</table>', 1, '', 1, '', 1, '', 1, '', 1),
(60, 26, 3, '', 2, 0, 1, 'x={4:30};', 'res', '', '_err == 0.00', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>4)  Réaliser: Résolution graphique (notion d\'intervalle)<br /></em></strong></span></p>\n<p>La représentation graphique de la solution de l\'inéquation  {Chv0}. est</p>\n<p> </p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<div id=\"box1\" class=\"jxgbox\" style=\"width: 500px; height: 100px;\"> </div>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'box1\', {\n        boundingbox: [{= -rep1 / 3}, 2, {= 3 * rep1}, -1],\n        axis: false,\n        grid: false,\n        showNavigation: false,\n        showCopyright: false\n    });\n    var xaxis = brd.create(\'axis\', [\n        [0, 0],\n        [1, 0]\n    ], {\n        name: \'x\',\n        withLabel: true,\n        strokeWidth: 2,\n        strokeColor: \'#FFC107\',\n        label: {\n            position: \'rt\',\n            offset: [-10, 15]\n        }\n    });\n    xaxis.removeAllTicks();\n    var t = brd.create(\'ticks\', [xaxis, 2], {\n        majorHeight: 6,\n        label: {\n            offset: [-2, -12]\n        },\n        minorTicks: 1,\n        drawZero: true,\n        drawLabels: false\n    });\n    var prep1 = brd.create(\'point\', [{rep1}, 0], {withLabel: true,\n        label: {\n            offset: [-2, -12]\n        },\n        name: \'{rep1}\',\n        size: 1,\n        fontSize: 20,\n        fixed: true,\n        showInfobox: false\n    });\n\n    var int1 = brd.create(\'comb\', [\n        [{rep1}, 0],[{= 10 * rep1}, 0]\n        \n        \n        \n    ], {\n        strokeColor: \'red\',\n        width: 0.3,\n        frequency: 0.3,\n        angle: Math.PI / 4\n    });\n// ]]></script>\n<p> Quelle inégalité correspond à cette représentation graphique</p>\n<p>{_0:aa}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(61, 27, 0, '', 1, 10, 1, 'n={4:30};', 'tt0', '', '_err == 0.00', 1, '', 1, '', '<p>\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js\"></script>\n<script type=\"text/javascript\">// <![CDATA[\n$(window).on(\"load\", function() {\n        $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"padding-right\", \"40px\");\n        $(\".multichoice_answer .r0, .multichoice_answer .r1\").css(\"display\", \"inline-block\");\n    });\n// ]]></script>\n</p>\n<!-- The answer placeholder is placed in a div element\n       in order to have the green check or red cross mark on the same line as the choices -->\n<p><span style=\"color: #ff6600;\"><strong><em>1) S’approprier:</em></strong></span></p>\n<p> Cochez parmi les propositions suivantes celle qui exprime le nombre de points qu’atteindra {joueur2}</p>\n<p>{_0:Cht}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(62, 27, 1, '', 1, 10, 2, 'x={4:30};', '[tt1,tt2]', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>2) S’approprier:</em></strong></span></p>\n<p>Pour déterminez le nombre de combats que <em><em>{joueur2}</em></em> doit gagner pour être un « guerrier invincible »,</p>\n<p>il faut résoudre {_0:Cht2:MCE} suivante :</p>\n<p>{_1:Cht3}</p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1),
(63, 27, 2, '', 1, 10, 3, '', '[tt3,tt4,tt5]', '', '_relerr < 0.01', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>3)Réaliser: </em></strong><em><span style=\"color: #ff6600;\"><strong><em>Résolution par la méthode algébrique (calcul)</em></strong></span></em><strong><em><br /></em></strong></span></p>\n<p>Pour résoudre  l\'inéquation  suivante {Chv0}. Il faut procéder par étapes,</p>\n<table border=\"0\">\n<tbody>\n<tr>\n<td>L\'étape1 est :</td>\n<td>{_0:Cht4}</td>\n</tr>\n<tr>\n<td>L\'étape2 est :</td>\n<td>{_1:Cht5}</td>\n</tr>\n<tr>\n<td>La solution est :</td>\n<td>{_2:Cht6}</td>\n</tr>\n</tbody>\n</table>', 1, '', 1, '', 1, '', 1, '', 1),
(64, 27, 3, '', 2, 0, 1, 'x={4:30};', 'res', '', '_err == 0.00', 1, '', 1, '', '<p><span style=\"color: #ff6600;\"><strong><em>4)  Réaliser: Résolution graphique (notion d\'intervalle)<br /></em></strong></span></p>\n<p>La représentation graphique de la solution de l\'inéquation  {Chv0}. est</p>\n<p> </p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<div id=\"box1\" class=\"jxgbox\" style=\"width: 500px; height: 100px;\"> </div>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'box1\',{boundingbox:[{=-rep1/3},2,{=3*rep1},-1],			\n					axis:false,\n					grid:false, \n					showNavigation:false, \n					showCopyright:false }); \nvar xaxis = brd.create(\'axis\', [ [0,0],[1,0] ], \n			  { name:\'x\', withLabel: true, strokeWidth:2,	\n				strokeColor:\'#FFC107\', \n				label: {\n					position: \'rt\', \n					offset: [-10, 15]}}); \n					xaxis.removeAllTicks(); \nvar t = brd.create(\'ticks\', [xaxis, 2], \n			  { majorHeight:6, \n				label: {\n					offset: [-2, -12] }, \n					minorTicks: 1, \n					drawZero:true, \n					drawLabels: false\n					}); \nvar prep1=brd.create(\'point\',[{rep1},0],{withLabel:true,label: {offset: [-2, -12] },  \nname:\'{rep1}\',size:1,fontSize:20,fixed:true,showInfobox:false});\n\nvar int1 = brd.create(\'comb\', [[{rep1},0],[{=10*rep1},0]], {strokeColor: \'red\',width: 0.3, frequency: 0.3, angle: Math.PI / 4});\n// ]]></script>\n<p> Quelle inégalité correspond à cette représentation graphique</p>\n<p>{_0:aa}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(65, 28, 0, '', 1, 0, 1, '', 'richtung-1', '', '_relerr < 0.01', 1, '', 1, '', '<p> <span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"7\" data-number-of-phrases=\"8\"><span>Dans quelle direction va le drone lors de la première partie de son vol?</span></span></span></p>\n<p>In which direction does the drone go on the first part of its flight?</p>\n<p>{_0:answers:MCE}</p>', 1, '', 1, '', 1, '', 1, '', 1),
(66, 28, 1, '', 1, 10, 1, '', 'strecke1', '', '_relerr < 0.01', 1, '', 1, '', '<p> <span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"9\" data-number-of-phrases=\"10\"><span>Quelle est la distance entre les points A et B ?</span></span></span></p>\n<p>How big is the distance between points A and B?</p>\n<p>{_0} km</p>', 1, '', 1, '', 1, '', 1, '', 1),
(67, 28, 2, '', 1, 10, 1, '', 'strecke2', '', '_relerr < 0.01', 1, '', 1, '', '<p> <span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"11\" data-number-of-phrases=\"12\"><span>Quelle est la distance entre B et C ?</span></span></span></p>\n<p>How big is the distance between B and C?</p>\n<p>{_0} km</p>', 1, '', 1, '', 1, '', 1, '', 1),
(68, 28, 3, '', 1, 10, 3, '', '[zeith,zeitm,zeits]', '', '_relerr < 0.01', 1, '', 1, '', '<p> <span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"13\" data-number-of-phrases=\"14\"><span>Combien de temps dure tout le vol lorsque les drones ont besoin de {minuten} minutes pour couvrir une distance de {km} km.</span></span></span></p>\n<p><span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"13\" data-number-of-phrases=\"14\"><span><span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"15\" data-number-of-phrases=\"16\"><span>Calculez le temps de vol en heures, minutes et secondes.</span></span></span></span></span></span></p>\n<p>How long does the whole flight take when the drones needs {minuten} minutes to cover a distance of {km} km.</p>\n<p>Calculate the flight time in hours, minutes, and seconds.</p>\n<p>{_0} h {_1} mn {_2} s</p>\n<p> </p>\n<p> </p>', 1, '', 1, '', 1, '', 1, '', 1);

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

--
-- Structure de la table `mdl_qtype_formulas_options`
--

CREATE TABLE `mdl_qtype_formulas_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `varsrandom` longtext DEFAULT NULL,
  `varsglobal` longtext DEFAULT NULL,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0,
  `answernumbering` varchar(10) NOT NULL DEFAULT 'none'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for formulas question type' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_qtype_formulas_options`
--

INSERT INTO `mdl_qtype_formulas_options` (`id`, `questionid`, `varsrandom`, `varsglobal`, `correctfeedback`, `correctfeedbackformat`, `partiallycorrectfeedback`, `partiallycorrectfeedbackformat`, `incorrectfeedback`, `incorrectfeedbackformat`, `shownumcorrect`, `answernumbering`) VALUES
(1, 1, 'Fv={2:10};Fh={-10:-3};bn={1000:9999};\nFv1={2:10};Fh1={4:10};', 'MB=join(\"\", \"MyBoxH1\", bn);#réference à la jsxbox dans la div\nFsh=Fh+Fh1;Fsv=Fv+Fv1;', '<p>Réponse correct</p>', 1, '<p>partiellement correct</p>', 1, '<p>Réponse incorrect</p>', 1, 1, 'none'),
(2, 2, 'Fv={2:10};Fh={-10:-3};bn={1000:9999};\nFv1={2:10};Fh1={4:10};', 'MB=join(\"\", \"MyBoxH1\", bn);#réference à la jsxbox dans la div\nFsh=Fh+Fh1;Fsv=Fv+Fv1;', '<p>Réponse correct</p>', 1, '<p>partiellement correct</p>', 1, '<p>Réponse incorrect</p>', 1, 1, 'none'),
(3, 3, 'Fv={2:10};Fh={-10:-3};bn={1000:9999};\nFv1={2:10};Fh1={4:10};', 'MB=join(\"\", \"MyBoxH1\", bn);#réference à la jsxbox dans la div\nFsh=Fh+Fh1;Fsv=Fv+Fv1;', '<p>Réponse correct</p>', 1, '<p>partiellement correct</p>', 1, '<p>Réponse incorrect</p>', 1, 1, 'none'),
(4, 4, 'Fv={2:10};Fh={-10:-3};bn={1000:9999};\nFv1={2:10};Fh1={4:10};', 'MB=join(\"\", \"MyBoxH1\", bn);#réference à la jsxbox dans la div\nFsh=Fh+Fh1;Fsv=Fv+Fv1;', '<p>Réponse correct</p>', 1, '<p>partiellement correct</p>', 1, '<p>Réponse incorrect</p>', 1, 1, 'none'),
(5, 5, 'fraction={[1,2],[1,3],[2,3],[1,4],[2,4],[3,4],[1,5],[2,5],[3,5],[1,6],[2,6],[3,6],[4,6],[5,6],[1,7],[2,7],[3,7],[4,7],[5,7],[6,7],[1,8],[2,8],[3,8],[4,8],[5,8],[6,8],[7,8],[1,10],[2,10],[3,10],[4,10],[5,10],[6,10],[7,10],[8,10],[9,10]};\ncolors=shuffle([\"green\",\"red\",\"brown\",\"purple\",\"black\",\"blue\",\"orange\"]);\nwhole={1,2};', 'num=fraction[0];\nden=fraction[1];\nwidth=150*(whole+1);\ndenWord=pick(den,\"\",\"\",\"halves\",\"thirds\",\"fourths\",\"fifths\",\"sixths\",\"sevenths\",\"eighths\",\"ninths\",\"tenths\");\nnumberWord=pick(den,\"\",\"\",\"two\",\"three\",\"four\",\"five\",\"six\",\"seven\",\"eight\",\"nine\",\"ten\");\nansNum=den*whole+num;\nGCFFrac=gcd(ansNum,den);\nredNum=ansNum/GCFFrac;\nredDen=den/GCFFrac;\nFBWhole=pick(whole==1,\"There are 2 circles shaded\",\"There is 1 circle shaded\");\nx=fill(11,0);\ny=fill(11,0);\nsectX=cos(deg2rad(num*360/den));\nsectY=sin(deg2rad(num*360/den));\n\nx[0]=cos(deg2rad(360/den));\ny[0]=sin(deg2rad(360/den));\nx[1]=cos(deg2rad(2*360/den));\ny[1]=sin(deg2rad(2*360/den));\nx[2]=cos(deg2rad(3*360/den));\ny[2]=sin(deg2rad(3*360/den));\nx[3]=cos(deg2rad(4*360/den));\ny[3]=sin(deg2rad(4*360/den));\nx[4]=cos(deg2rad(5*360/den));\ny[4]=sin(deg2rad(5*360/den));\nx[5]=cos(deg2rad(6*360/den));\ny[5]=sin(deg2rad(6*360/den));\nx[6]=cos(deg2rad(7*360/den));\ny[6]=sin(deg2rad(7*360/den));\nx[7]=cos(deg2rad(8*360/den));\ny[7]=sin(deg2rad(8*360/den));\nx[8]=cos(deg2rad(9*360/den));\ny[8]=sin(deg2rad(9*360/den));\nx[9]=cos(deg2rad(10*360/den));\ny[9]=sin(deg2rad(10*360/den));\nx[10]=cos(deg2rad(11*360/den));\ny[10]=sin(deg2rad(11*360/den));\n\n\n\n\n\nfillColor=\"white\";\nshadeColor=colors[0];\nshadeColor2=colors[1];\ns1Fill=pick(1<=num,fillColor,shadeColor);\ns2Fill=pick(2<=num,fillColor,shadeColor);\ns3Fill=pick(3<=num,fillColor,shadeColor);\ns4Fill=pick(4<=num,fillColor,shadeColor);\ns5Fill=pick(5<=num,fillColor,shadeColor);\ns6Fill=pick(6<=num,fillColor,shadeColor);\ns7Fill=pick(7<=num,fillColor,shadeColor);\ns8Fill=pick(8<=num,fillColor,shadeColor);', 'Your answer is correct.', 1, 'Your answer is partially correct.', 1, 'Your answer is incorrect.', 1, 1, 'abc'),
(6, 7, 'vl=shuffle([0,1,2]);\nvl1=shuffle([0,1,2]);\nvl2=shuffle([0,1,2]);', 'ch0=join(\"\",\"A\");\nch1=join(\"\",\"B\");\nch2=join(\"\",\"C\");\nChx=[ch0,ch1,ch2];\nper=[ch0, ch1,ch2]; # Choix de point\nL=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl=vl; # soit t un tableau initialisé aux valeurs de vl\nt=vl;\nfor (i:[0:3]) {t[i]=L==vl[i]?i:0;}\ntf=0;\nfor (i:[0:3]) {tf=tf+t[i];}\npt=[per[vl[0]],per[vl[1]],per[vl[2]]];\n\nchx0=join(\"\",\"&pi;&divide4\");\nchx1=join(\"\",\"&pi;\");\nchx2=join(\"\",\"&pi;&divide2\");\nChx=[chx0,chx1,chx2];\nmaxi=[chx0, chx1,chx2]; # Choix de valeur maximale\nL1=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl1=vl1; # soit t un tableau initialisé aux valeurs de vl\nt1=vl1;\nfor (i:[0:3]) {t[i]=L1==vl1[i]?i:0;}\ntf1=0;\nfor (i:[0:3]) {tf1=tf1+t[i];}\nmaximum=[maxi[vl1[0]],maxi[vl1[1]],maxi[vl1[2]]];\n\nper2=[ch0, ch1,ch2]; # Choix de point\nL2=2;  #la position 2 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl2=vl2; # soit t un tableau initialisé aux valeurs de vl\nt2=vl2;\nfor (i:[0:3]) {t[i]=L2==vl2[i]?i:0;}\ntf2=0;\nfor (i:[0:3]) {tf2=tf2+t[i];}\npt2=[per2[vl2[0]],per2[vl2[1]],per2[vl2[2]]];\n\n\n\nR=1; # rayon', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(7, 8, 'vl=shuffle([0,1,2]);\nvl1=shuffle([0,1,2]);\nvl2=shuffle([0,1,2]);\n\nvl3=shuffle([0,1]);#choix des flèches de droite\nvl4=shuffle([0,1]);#choix des flèches de gauche\na={-4:-1:1,1:4:1}; b={-5:-1:1,1:5:1}; c={-3:-1:1,1:3:1};\nm={-3:-1:1,1:3:1};', 'ch0=join(\"\",\"&pi;\");\nch1=join(\"\",\"2&times; &pi;\");\nch2=join(\"\",\"3&times; &pi;\");\nChx=[ch0,ch1,ch2];\nper=[ch0, ch1,ch2]; # Choix de la periode\nL=1;  #la position 1 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl=vl; # soit t un tableau initialisé aux valeurs de vl\nt=vl;\nfor (i:[0:3]) {t[i]=L==vl[i]?i:0;}\ntf=0;\nfor (i:[0:3]) {tf=tf+t[i];}\nperiode=[per[vl[0]],per[vl[1]],per[vl[2]]];\n\nchx0=join(\"\",\"&pi;&divide2\");\nchx1=join(\"\",\"0\");\nchx2=join(\"\",\"&pi;\");\nChx=[chx0,chx1,chx2];\nmaxi=[chx0, chx1,chx2]; # Choix de valeur maximale\nL1=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl1=vl1; # soit t un tableau initialisé aux valeurs de vl\nt1=vl1;\nfor (i:[0:3]) {t[i]=L1==vl1[i]?i:0;}\ntf1=0;\nfor (i:[0:3]) {tf1=tf1+t[i];}\nmaximum=[maxi[vl1[0]],maxi[vl1[1]],maxi[vl1[2]]];\n\nchox0=join(\"\",\"[0 ; &pi;&divide2]\");\nchox1=join(\"\",\"[&pi;&divide2 ; &pi;]\");\nchox2=join(\"\",\"[0 ; &pi;]\");\nChox=[chox0,chox1,chox2];\ncroi=[chox0, chox1,chox2]; # Choix de valeur maximale\nL2=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl2=vl2; # soit t un tableau initialisé aux valeurs de vl\nt2=vl2;\nfor (i:[0:3]) {t[i]=L2==vl2[i]?i:0;}\ntf2=0;\nfor (i:[0:3]) {tf2=tf2+t[i];}\ncroissance=[croi[vl2[0]],croi[vl2[1]],croi[vl2[2]]];\n\nSign=[\"+\",\"-\"];\n#add=[\"http://moodle.my-cours.net/draftfile.php/5/user/draft/763922346/\"];\nadd=[\"http://my-cours.net/images/formes/\"];\nTa=a; T1a=Ta<0; SignT1a=Sign[T1a];Ter1=abs(Ta); Ter=2*Ter1;\nTb=b; T1b=Tb<0; SignT1b=Sign[T1b];Ter2=abs(Tb);\nTc=c; T1c=Tc<0; SignT1c=Sign[T1c];Ter3=abs(Tc);\nTm=m; T1m=Tm<0; SignT1m=Sign[T1m];Ter4=abs(Tm);\nfpm=SignT1a;\n#imgs=[\"FlecheBat11.png\",\"FlecheBat22.png\",\"FlecheHaut11.png\",\"FlecheHaut22.png\"];\nimgs=[\"FlecheBat11.png\",\"FlecheHaut11.png\"];\n#affichage des images \nPicg0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicg1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict1=[Picg0, Picg1];\n\n\nR=a>0?0:1;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl3=vl3;\n# soit t un tableau initialisé aux valeurs de vl1\nt3=vl3;\nfor (i:[0:2]) {t3[i]=R==vl3[i]?i:0;}\n\ntf3=0;\nfor (i:[0:2]) {tf3=tf3+t3[i];}\nfleche1=[Pict1[vl3[0]],Pict1[vl3[1]]];\n\n#*********\n#affichage des images \nPicj0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicj1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict2=[Picj0, Picj1];\nZ=a>0?1:0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl4=vl4;\n# soit t4 un tableau initialisé aux valeurs de vl4\nt4=vl4;\nfor (i:[0:2]) {t4[i]=Z==vl4[i]?i:0;}\ntf4=0;\nfor (i:[0:2]) {tf4=tf4+t4[i];}\nfleche2=[Pict2[vl4[0]],Pict2[vl4[1]]];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(8, 9, 'vl=shuffle([0,1,2]);\nvl1=shuffle([0,1,2]);\nvl2=shuffle([0,1,2]);\n\nvl3=shuffle([0,1]);#choix des flèches de droite\nvl4=shuffle([0,1]);#choix des flèches de gauche\na={-4:-1:1,1:4:1}; b={-5:-1:1,1:5:1}; c={-3:-1:1,1:3:1};\nm={-3:-1:1,1:3:1};', 'ch0=join(\"\",\"&pi;\");\nch1=join(\"\",\"2&times; &pi;\");\nch2=join(\"\",\"3&times; &pi;\");\nChx=[ch0,ch1,ch2];\nper=[ch0, ch1,ch2]; # Choix de la periode\nL=1;  #la position 1 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl=vl; # soit t un tableau initialisé aux valeurs de vl\nt=vl;\nfor (i:[0:3]) {t[i]=L==vl[i]?i:0;}\ntf=0;\nfor (i:[0:3]) {tf=tf+t[i];}\nperiode=[per[vl[0]],per[vl[1]],per[vl[2]]];\n\nchx0=join(\"\",\"&pi;&divide2\");\nchx1=join(\"\",\"0\");\nchx2=join(\"\",\"&pi;\");\nChx=[chx0,chx1,chx2];\nmaxi=[chx0, chx1,chx2]; # Choix de valeur maximale\nL1=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl1=vl1; # soit t un tableau initialisé aux valeurs de vl\nt1=vl1;\nfor (i:[0:3]) {t[i]=L1==vl1[i]?i:0;}\ntf1=0;\nfor (i:[0:3]) {tf1=tf1+t[i];}\nmaximum=[maxi[vl1[0]],maxi[vl1[1]],maxi[vl1[2]]];\n\nchox0=join(\"\",\"[0 ; &pi;&divide2]\");\nchox1=join(\"\",\"[&pi;&divide2 ; &pi;]\");\nchox2=join(\"\",\"[0 ; &pi;]\");\nChox=[chox0,chox1,chox2];\ncroi=[chox0, chox1,chox2]; # Choix de valeur maximale\nL2=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl2=vl2; # soit t un tableau initialisé aux valeurs de vl\nt2=vl2;\nfor (i:[0:3]) {t[i]=L2==vl2[i]?i:0;}\ntf2=0;\nfor (i:[0:3]) {tf2=tf2+t[i];}\ncroissance=[croi[vl2[0]],croi[vl2[1]],croi[vl2[2]]];\n\nSign=[\"+\",\"-\"];\n#add=[\"http://moodle.my-cours.net/draftfile.php/5/user/draft/763922346/\"];\nadd=[\"http://my-cours.net/images/formes/\"];\nTa=a; T1a=Ta<0; SignT1a=Sign[T1a];Ter1=abs(Ta); Ter=2*Ter1;\nTb=b; T1b=Tb<0; SignT1b=Sign[T1b];Ter2=abs(Tb);\nTc=c; T1c=Tc<0; SignT1c=Sign[T1c];Ter3=abs(Tc);\nTm=m; T1m=Tm<0; SignT1m=Sign[T1m];Ter4=abs(Tm);\nfpm=SignT1a;\n#imgs=[\"FlecheBat11.png\",\"FlecheBat22.png\",\"FlecheHaut11.png\",\"FlecheHaut22.png\"];\nimgs=[\"FlecheBat11.png\",\"FlecheHaut11.png\"];\n#affichage des images \nPicg0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicg1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict1=[Picg0, Picg1];\n\n\nR=a>0?0:1;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl3=vl3;\n# soit t un tableau initialisé aux valeurs de vl1\nt3=vl3;\nfor (i:[0:2]) {t3[i]=R==vl3[i]?i:0;}\n\ntf3=0;\nfor (i:[0:2]) {tf3=tf3+t3[i];}\nfleche1=[Pict1[vl3[0]],Pict1[vl3[1]]];\n\n#*********\n#affichage des images \nPicj0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicj1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict2=[Picj0, Picj1];\nZ=a>0?1:0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl4=vl4;\n# soit t4 un tableau initialisé aux valeurs de vl4\nt4=vl4;\nfor (i:[0:2]) {t4[i]=Z==vl4[i]?i:0;}\ntf4=0;\nfor (i:[0:2]) {tf4=tf4+t4[i];}\nfleche2=[Pict2[vl4[0]],Pict2[vl4[1]]];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(9, 10, 'vl=shuffle([0,1,2]);\nvl1=shuffle([0,1,2]);\nvl2=shuffle([0,1,2]);\n\nvl3=shuffle([0,1]);#choix des flèches de droite\nvl4=shuffle([0,1]);#choix des flèches de gauche\na={-4:-1:1,1:4:1}; b={-5:-1:1,1:5:1}; c={-3:-1:1,1:3:1};\nm={-3:-1:1,1:3:1};', 'ch0=join(\"\",\"&pi;\");\nch1=join(\"\",\"2&times; &pi;\");\nch2=join(\"\",\"3&times; &pi;\");\nChx=[ch0,ch1,ch2];\nper=[ch0, ch1,ch2]; # Choix de la periode\nL=1;  #la position 1 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl=vl; # soit t un tableau initialisé aux valeurs de vl\nt=vl;\nfor (i:[0:3]) {t[i]=L==vl[i]?i:0;}\ntf=0;\nfor (i:[0:3]) {tf=tf+t[i];}\nperiode=[per[vl[0]],per[vl[1]],per[vl[2]]];\n\nchx0=join(\"\",\"&pi;&divide2\");\nchx1=join(\"\",\"0\");\nchx2=join(\"\",\"&pi;\");\nChx=[chx0,chx1,chx2];\nmaxi=[chx0, chx1,chx2]; # Choix de valeur maximale\nL1=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl1=vl1; # soit t un tableau initialisé aux valeurs de vl\nt1=vl1;\nfor (i:[0:3]) {t[i]=L1==vl1[i]?i:0;}\ntf1=0;\nfor (i:[0:3]) {tf1=tf1+t[i];}\nmaximum=[maxi[vl1[0]],maxi[vl1[1]],maxi[vl1[2]]];\n\nchox0=join(\"\",\"[0 ; &pi;&divide2]\");\nchox1=join(\"\",\"[&pi;&divide2 ; &pi;]\");\nchox2=join(\"\",\"[0 ; &pi;]\");\nChox=[chox0,chox1,chox2];\ncroi=[chox0, chox1,chox2]; # Choix de valeur maximale\nL2=0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl2=vl2; # soit t un tableau initialisé aux valeurs de vl\nt2=vl2;\nfor (i:[0:3]) {t[i]=L2==vl2[i]?i:0;}\ntf2=0;\nfor (i:[0:3]) {tf2=tf2+t[i];}\ncroissance=[croi[vl2[0]],croi[vl2[1]],croi[vl2[2]]];\n\nSign=[\"+\",\"-\"];\n#add=[\"http://moodle.my-cours.net/draftfile.php/5/user/draft/763922346/\"];\nadd=[\"http://my-cours.net/images/formes/\"];\nTa=a; T1a=Ta<0; SignT1a=Sign[T1a];Ter1=abs(Ta); Ter=2*Ter1;\nTb=b; T1b=Tb<0; SignT1b=Sign[T1b];Ter2=abs(Tb);\nTc=c; T1c=Tc<0; SignT1c=Sign[T1c];Ter3=abs(Tc);\nTm=m; T1m=Tm<0; SignT1m=Sign[T1m];Ter4=abs(Tm);\nfpm=SignT1a;\n#imgs=[\"FlecheBat11.png\",\"FlecheBat22.png\",\"FlecheHaut11.png\",\"FlecheHaut22.png\"];\nimgs=[\"FlecheBat11.png\",\"FlecheHaut11.png\"];\n#affichage des images \nPicg0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicg1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict1=[Picg0, Picg1];\n\n\nR=a>0?0:1;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl3=vl3;\n# soit t un tableau initialisé aux valeurs de vl1\nt3=vl3;\nfor (i:[0:2]) {t3[i]=R==vl3[i]?i:0;}\n\ntf3=0;\nfor (i:[0:2]) {tf3=tf3+t3[i];}\nfleche1=[Pict1[vl3[0]],Pict1[vl3[1]]];\n\n#*********\n#affichage des images \nPicj0=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[0],[\">\"]);\nPicj1=join(\"\",[\"<img  intrinsicsize=\",\"60x 60\",\" width=\",30,\" height=\",30,\" src=\"],add[0],imgs[1],[\">\"]);\n\nPict2=[Picj0, Picj1];\nZ=a>0?1:0;  #la position 0 est la bonne réponse\n# Définissons le tableau global c comme étant égal au tableau aléatoire c. \n#(Les noms  peuvent être différents, mais ils n\'ont pas besoin d\'être différents).\nvl4=vl4;\n# soit t4 un tableau initialisé aux valeurs de vl4\nt4=vl4;\nfor (i:[0:2]) {t4[i]=Z==vl4[i]?i:0;}\ntf4=0;\nfor (i:[0:2]) {tf4=tf4+t4[i];}\nfleche2=[Pict2[vl4[0]],Pict2[vl4[1]]];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(10, 11, 'a={0:360:15};\nb={0:360:15};\nc={0:360:15};\nd={0:360:15};', 'A1=round((a*2)/360,2);\nB1=round((b*2)/360,2);\nC1=round((c*2)/360,2);\nD1=round((d*2)/360,2);\nA=join(\"\",A1,\"π \");\nB=join(\"\",B1,\"π \");\nC=join(\"\",C1,\"π \");\nD=join(\"\",D1,\"π \");', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(11, 12, 'a={0:360:15};#les valeurs en degrés\nb={0:360:15};\nc={0:360:15};\nd={0:360:15};', 'A1=round((a*2)/360,2);#le résultat en radian\nB1=round((b*2)/360,2);\nC1=round((c*2)/360,2);\nD1=round((d*2)/360,2);\nA=join(\"\",\"<p>\",A1,\"+\",\"π \",\"</p>\");\nB=join(\"\",B1,\"π \");\nC=join(\"\",C1,\"π \");\nD=join(\"\",D1,\"π \");', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(12, 13, 'a={0:360:15};#les valeurs en degrés\nb={0:360:15};\nc={0:360:15};\nd={0:360:15};', 'A1=round((a*2)/360,2);#le résultat en radian\nB1=round((b*2)/360,2);\nC1=round((c*2)/360,2);\nD1=round((d*2)/360,2);\nA=join(\"\",\"<p>\",A1,\"+\",\"π \",\"</p>\");\nB=join(\"\",B1,\"π \");\nC=join(\"\",C1,\"π \");\nD=join(\"\",D1,\"π \");', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(13, 14, 'a1={10:45:5};#les valeurs d\'angle  en degrés\nb1={50:90:5};\nc1={100:140:5};\nd1={145:180:5};', 'R=4; # rayon \na=round((a1)/180,2);#le résultat en radian\nb=round((b1)/180,2);\nc=round((c1)/180,2);\nd=round((d1)/180,2);\nA=join(\"\",\"<p>\",a,\"+\",\"π \",\"</p>\");\nB=join(\"\",b,\"π \");\nC=join(\"\",c,\"π \");\nD=join(\"\",d,\"π \");\n#calcul des positions des points\nxa=round(R*cos(a),2);  ya=round(R*sin(a),2);\nxb=round(R*cos(b),2); yb=round(R*sin(b),2);\nxc=round(R*cos(c),2);  yc=round(R*sin(c),2);\nxd=round(R*cos(d),2); yd=round(R*sin(d),2);', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(14, 15, 'a1={10:45:5};#les valeurs d\'angle  en degrés\nb1={50:90:5};\nc1={100:140:5};\nd1={145:180:5};\ns1={5:180:10};', 'R=4; # rayon \na=round((a1*pi())/180,2);#le résultat en radian\nb=round((b1*pi())/180,2);\nc=round((c1*pi())/180,2);\nd=round((d1*pi())/180,2);\nsl=round((s1*pi())/180,2);\nA=join(\"\",\"<p>\",a,\"+\",\"π \",\"</p>\");\nB=join(\"\",b,\"π \");\nC=join(\"\",c,\"π \");\nD=join(\"\",d,\"π \");\n#calcul des positions des points\nxa=round(R*cos(a),2);  ya=round(R*sin(a),2);\nxb=round(R*cos(b),2); yb=round(R*sin(b),2);\nxc=round(R*cos(c),2);  yc=round(R*sin(c),2);\nxd=round(R*cos(d),2); yd=round(R*sin(d),2);', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(15, 16, 'a1={10:45:5};#les valeurs d\'angle  en degrés\nb1={50:90:5};\nc1={100:140:5};\nd1={145:180:5};', 'R=4; # rayon \na=round((a1*pi())/180,2);#le résultat en radian\nb=round((b1*pi())/180,2);\nc=round((c1*pi())/180,2);\nd=round((d1*pi())/180,2);\nA=join(\"\",\"<p>\",a,\"+\",\"π \",\"</p>\");\nB=join(\"\",b,\"π \");\nC=join(\"\",c,\"π \");\nD=join(\"\",d,\"π \");\n#calcul des positions des points\nxa=round(R*cos(a),2);  ya=round(R*sin(a),2);\nxb=round(R*cos(b),2); yb=round(R*sin(b),2);\nxc=round(R*cos(c),2);  yc=round(R*sin(c),2);\nxd=round(R*cos(d),2); yd=round(R*sin(d),2);', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(16, 17, 'ts={120:250:10};\nvl=shuffle([0,1,2]);\nvl1=shuffle([0,1,2]);\nvl2=shuffle([0,1,2]);\nstp={3:12:3,4:20:2};', '', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(17, 18, 'angDg=shuffle([15:360:5]);#Angle en degré\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);', 'anD0=angDg[0];\nanR0=deg2rad(anD0); #Angle en rad\n#Les coordonnées du points Pts\nX0=round(cos(anR0),2); Y0 =round(sin(anR0),2);\nP=Pts[0];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(18, 19, 'angDg=shuffle([15:360:5]);#Angle en degré\nstp={6:24:6};\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);', 'anD0=angDg[0];\nanR0=deg2rad(anD0); #Angle en rad\n#Les coordonnées du points Pts\nX0=round(cos(anR0),2); Y0 =round(sin(anR0),2);\nP=Pts[0];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(19, 20, 'angDg=shuffle([15:360:5]);#Angle en degré\nstp={6:24:6};\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);', 'anD0=angDg[0];\nanR0=deg2rad(anD0); #Angle en rad\n#Les coordonnées du points Pts\nX0=round(cos(anR0),2); Y0 =round(sin(anR0),2);\nP=Pts[0];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(20, 21, '#idee source  : https://jsxgraph.org/wiki/index.php?title=Least-squares_line_fitting\npasAngle=shuffle([3,4,5,6,8,9,12,15,18,20,30]);\nn={3:11};\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);\n', 'stp=pasAngle[n];\n#Des angles pour placer qlq pts\nk=floor(stp/4); \nkp=k<=2?3:k;\nctn=2*pi();\nagdn=fill(6,0) ;agn=fill(6,0);Xp=fill(6,0);Yp=fill(6,0);\n  for(i:[1:6]) agdn[i]=round((kp-1)*(i)*360/stp,2);  \n  for(i:[1:6]) agn[i]=round((kp-1)*(i)*2*pi()/stp,2);\n  for(i:[1:6]) Xp[i]=round(cos(agn[i]),2);\n  for(i:[1:6]) Yp[i]=round(sin(agn[i]),2);\nLagn=[agn[1],agn[2],agn[3],agn[4],agn[5]];\nLXp=[Xp[1],Xp[2],Xp[3],Xp[4],Xp[5]];\nLYp=[Yp[1],Yp[2],Yp[3],Yp[4],Yp[5]];\n\n', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(21, 22, '#idee source  : https://jsxgraph.org/wiki/index.php?title=Least-squares_line_fitting\npasAngle=shuffle([3,4,5,6,8,9,12,15,18,20,30]);\nn={3:11};\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);\n', 'stp=pasAngle[n];\n#Des angles pour placer qlq pts\nk=floor(stp/4); \nkp=k<=2?3:k;\nctn=2*pi();\nagdn=fill(6,0) ;agn=fill(6,0);agn0=fill(6,0);Xp=fill(6,0);Yp=fill(6,0);\n  for(i:[1:6]) {\n             agdn[i]=round((kp-1)*(i)*360/stp,2);  \n             agn[i] =round((kp-1)*(i)*2*pi()/stp,2);\n};  \n  #for(i:[1:6]) agn[i]=round(deg2rad(agdn[i]),2);\n   for(i:[1:6]) {\n      agn0[i]= (agn[i]>= 2*pi())?(agn[i]-2*pi()):agn[i];\n      Xp[i]=round(cos(agn0[i]),2);\n      Yp[i]=round(sin(agn0[i]),2);\n };\nLagn=[agn0[1],agn0[2],agn0[3],agn0[4],agn0[5]];\nLXp=[Xp[1],Xp[2],Xp[3],Xp[4],Xp[5]];\nLYp=[Yp[1],Yp[2],Yp[3],Yp[4],Yp[5]];\n\n', '<p>Par construction le cercle est dévisé en {stp} parties identiques</p>\n<p>chaque part correspond, donc à \\(\\frac{2\\Pi}{{stp}}\\)</p>\n<p>Le point {Pts[1]} a pour image \\({=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[0]}</p>\n<p>donc cos ({Lagn[1]}) ={LXp[1]}  et sin({Lagn[1]}) ={LYp[1]}</p>\n<p>Le point {Pts[2]} a pour image \\(2\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[1]}</p>\n<p>donc cos ({Lagn[2]}) ={LXp[2]}  et sin({Lagn[2]}) ={LYp[2]}</p>\n<p>Le point {Pts[3]} a pour image \\(3\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[2]}</p>\n<p>donc cos ({Lagn[3]}) ={LXp[3]}  et sin({Lagn[3]}) ={LYp[3]}</p>\n<p><strong> </strong></p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(22, 23, '#idee source  : https://jsxgraph.org/wiki/index.php?title=Least-squares_line_fitting\npasAngle=shuffle([3,4,5,6,8,9,12,15,18,20,30]);\nn={3:11};\nPts=shuffle([\"A\",\"B\",\"C\",\"D\",\"E\",\"F\",\"G\",\"H\",\"L\",\"M\"]);', 'stp=pasAngle[n];\n#Des angles pour placer qlq pts\nk=floor(stp/4); \nkp=k<=2?3:k;\nctn=2*pi();\nagdn=fill(6,0) ;agn=fill(6,0);agn0=fill(6,0);Xp=fill(6,0);Yp=fill(6,0);V0=fill(6,0);\n   #for(i:[1:6]) agn[i]=round(deg2rad(agdn[i]),2);\n   for(i:[1:6]) {\n             agdn[i]=round((kp-1)*(i)*360/stp,2);  \n             agn[i] =round((kp-1)*(i)*2*pi()/stp,2);\n             V0[i]=ceil(agn[i]/(2*pi())); \n             agn0[i]= (agn[i]>= 2*pi())?(agn[i]-2*V0[i]*pi()):agn[i];\n             Xp[i]=round(cos(agn0[i]),2);\n             Yp[i]=round(sin(agn0[i]),2);\n };\nLV0=[V0[1],V0[2],V0[3],V0[4],V0[5]];\nLagn=[agn0[1],agn0[2],agn0[3],agn0[4],agn0[5]];\nLXp=[Xp[1],Xp[2],Xp[3],Xp[4],Xp[5]];\nLYp=[Yp[1],Yp[2],Yp[3],Yp[4],Yp[5]];', '<p>Par construction le cercle est dévisé en {stp} parties identiques</p>\n<p>chaque part correspond, donc à \\(\\frac{2\\Pi}{{stp}}\\)</p>\n<p>Le point {Pts[1]} a pour image \\({=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[0]}</p>\n<p>donc cos ({Lagn[1]}) ={LXp[1]}  et sin({Lagn[1]}) ={LYp[1]}</p>\n<p>Le point {Pts[2]} a pour image \\(2\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[1]}</p>\n<p>donc cos ({Lagn[2]}) ={LXp[2]}  et sin({Lagn[2]}) ={LYp[2]}</p>\n<p>Le point {Pts[3]} a pour image \\(3\\times{=kp-1}\\times\\frac{2\\Pi}{{stp}}\\) = {Lagn[2]}</p>\n<p>donc cos ({Lagn[3]}) ={LXp[3]}  et sin({Lagn[3]}) ={LYp[3]}</p>\n<p><strong> </strong></p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(23, 24, 'p={10:100:1}; p1={1000:2000:100}; a={0.6:0.92:0.01}; cr={4:7:0.5};\nc=shuffle([0:3]);', 'Chx0= \"\\\\(\\U \\\\times \\I\\\\)\";\nChx1=\"\\\\(\\U \\\\times \\I \\\\times\\\\cos(\\\\varphi)\\\\)\";\nChx2=\"\\\\(\\u(t) \\\\times \\i(t) \\\\times\\\\cos(\\\\varphi)\\\\)\";\n#eq0 = \"\\\\(\\U \\\\times \\I\\\\)\";\n#eq1= \"\\\\(\\U \\\\times \\I \\\\times\\\\cos(\\\\varphi)\\\\)\";\n#eq2= \"\\\\(\\u(t) \\\\times \\i(t) \\\\times\\\\cos(\\\\varphi)\\\\)\";\n#menu=[eq0,eq1,eq2];\n\nfct=[Chx0, Chx1,Chx2];\npos2=0; #position de la bonne réponse\nc=c; t2=c; for (i:[0:3]) {t2[i]=pos2==c[i]?i:0;}\ntt2=0; for (i:[0:3]) {tt2=tt2+t2[i];}\nChx=[fct[c[0]],fct[c[1]],fct[c[2]]];\n\nrep1= p; rep2= round(230*a*cr,1); rep3=p+p1+rep2;', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'none'),
(24, 25, 'n={0,1,2}; #choix variable\nord=shuffle([0,1,2]);', '#1) S’approprier:\n#a)\na0=\"Quand a augmente, la valeur maximale de la tension augmente\";\na1=\"Quand a diminue, la période diminue.\";\na2=\"Quand a augmente, la courbe se décale horizontalement\";\nAt=sort([a0,a1,a2],ord);\naSol=ord[0];\n#b)\nmega0=join(\"\",\"Quand\",\" \\\\(\\omega\\\\)\",\" augmente, la periode augmente\"); \nmega1=join(\"\",\"Quand\",\" \\\\(\\omega\\\\)\",\"la valeur maximale de la tension diminue\");\nmega2=join(\"\",\"Quand\",\" \\\\(\\omega\\\\)\",\" la courbe se décale vers le haut\");\nmegat=sort([mega0,mega1,mega2],ord);\nmegaSol=ord[0]; \n#c)\nphi0=\"Quand \\\\(\\varphi\\\\) varie,la courbe se décale horizontalement.\";\nphi1=\"Quand \\\\(\\varphi\\\\) diminue, la valeur maximale de la tension diminue\";\nphi2=\"Quand \\\\(\\varphi\\\\) augmente, la période diminue\";\nphit=sort([phi0,phi1,phi2],ord);\nphiSol=ord[0]; ', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(25, 26, 'perso=shuffle([\"Sofiane\" ,\" Luka\",\"Najib\",\"Denis\",\"Samir\",\"Manu\"]);\ngain1={150:350:30};gain2={4550:9350:150}; gain3={10550:20350:350};\nk1={5:15};k2={20:45}; k3={55:85};\nc0=shuffle([0,1,2,3]);c1=shuffle([0,1,2]);c2=shuffle([0,1,2,3]);\nc3=shuffle([0,1,2]);\nord=shuffle([0,1,2,3]);', 'pt1=k1*gain1; pt2=k2*gain1; pt3=k3*gain1;pt4=2*pt3;\njoueur1=perso[0]; joueur2=perso[2];\nrep1=round((pt3-gain1)/pt1,2);\nrep2=round((pt3/gain1) -pt1,2);\nrep3=round((pt3+gain1)/pt1,2);\n#1) S’approprier:\n\nChx0= join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\+ \\\",gain1,\"\\\\)\");\nChx1=join(\"\",\"\\\\(\\\",gain1, \"\\\\times \\x \\+ \\\",pt1,\"\\\\)\");\nChx2=join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\\\)\");\nChx3=join(\"\",\"\\\\(\\\",gain1,\" \\\\times \\x \\\\)\");\nfct=[Chx0, Chx1,Chx2,Chx3];\nsol0=1; #position de la bonne réponse\nc0=c0; t0=c0; for (i:[0:4]) {t0[i]=sol0==c0[i]?i:0;}\ntt0=0; for (i:[0:4]) {tt0=tt0+t0[i];}\nCht=[fct[c0[0]],fct[c0[1]],fct[c0[2]],fct[c0[3]]];\n#2) S’approprier:  equation inéquation\ntxt1=\"équation\"; txt2=\"inéquation\"; txt3=\"problème\";\nChtxt=[txt1,txt2,txt3];\nsol1=1; #position de la bonne réponse\nc1=c1; t1=c1; for (i:[0:3]) {t1[i]=sol1==c1[i]?i:0;}\ntt1=0; for (i:[0:3]) {tt1=tt1+t1[i];}\nCht2=[Chtxt[c1[0]],Chtxt[c1[1]],Chtxt[c1[2]]];\n\n#Suite de la partie 2\nChv0= join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\+ \\\",gain1,\"\\\\geq\",pt3,\"\\\\)\");\nChv1=join(\"\",\"\\\\(\\\",gain1, \"\\\\times \\x \\+ \\\",pt1,\"\\\\geq\",pt3,\"\\\\)\");\nChv2=join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x\",\"\\\\geq\",pt3,\" \\\\)\");\nChv3=join(\"\",\"\\\\(\\\",gain1,\" \\\\times \\x\",\"\\\\geq\",pt3,\" \\\\)\");\nfcv=[Chv0, Chv1,Chv2,Chv3];\n#ligne\nsol2=1; #position de la bonne réponse\nc2=c2; t2=c2; for (i:[0:4]) {t2[i]=sol2==c2[i]?i:0;}\ntt2=0; for (i:[0:4]) {tt2=tt2+t2[i];}\nCht3=[fcv[c2[0]],fcv[c2[1]],fcv[c2[2]],fcv[c2[3]]];\n#equ0=poly(\"x\",[1,0]);\n#equ1=poly(\"x\",[pr1,0]);\n#equ2=poly(\"x\",[pr2,ad]);#equ21=poly(\"x\",[pr2,0]);\n#3)Réaliser: Etapes de résolution\n#Pour l\'etape 1\nChv00= join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\\\geq\",pt3,\"\\- \\\",gain1,\"\\\\)\");\nChv01= join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\\\geq\",\"\\\\dfrac{\",pt3,\"}{\",gain1,\"}\", \"\\\\)\");\nChv02= join(\"\",\"\\\\(\\\",pt1,\" \\\\times \\x \\\\geq\",gain1,\"\\+ \\\",pt3,\"\\\\)\");\nLchv=[Chv00,Chv01,Chv02];\nsol3=0;\nc3=c3;t3=c3;for (i:[0:3]) {t3[i]=sol3==c3[i]?i:0;}\ntt3=0; for (i:[0:3]) {tt3=tt3+t3[i];}\nCht4=[Lchv[c3[0]],Lchv[c3[1]],Lchv[c3[2]]];\n#Pour l\'etape 2\nChv03= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt3,\"\\- \\\",gain1,\"}{\",pt1,\"}\\\\)\");\nChv04= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt3,\"}{\",gain1,\"}\\-\",pt1, \"\\\\)\");\nChv05= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt3,\"\\+ \\\",gain1,\"}{\",pt1,\"}\\\\)\");\n\nLcht=[Chv03,Chv04,Chv05];\nsol4=0;\nc3=c3;t4=c3;for (i:[0:3]) {t4[i]=sol4==c3[i]?i:0;}\ntt4=0; for (i:[0:3]) {tt4=tt4+t4[i];}\nCht5=[Lcht[c3[0]],Lcht[c3[1]],Lcht[c3[2]]];\n#Pour l\'etape 3\nChv06= join(\"\",\"\\\\(\\x \\\\geq\\\",rep1,\"\\\\)\");\nChv07= join(\"\",\"\\\\(\\x \\\\geq\\\",rep2, \"\\\\)\");\nChv08= join(\"\",\"\\\\(\\x \\\\geq\\\",rep3,\"\\\\)\");\n\nLchn=[Chv06,Chv07,Chv08];\nsol5=0;\nc3=c3;t5=c3;for (i:[0:3]) {t5[i]=sol5==c3[i]?i:0;}\ntt5=0; for (i:[0:3]) {tt5=tt5+t5[i];}\nCht6=[Lchn[c3[0]],Lchn[c3[1]],Lchn[c3[2]]];\n\n#4)  Réaliser: Résolution graphique (notion d\'intervalle)\na1=join(\"\",\"\\\\(\\x \\\\geq\\\",rep1,\"\\\\)\");\na2=join(\"\",\"\\\\(\\x \\\\leq\\\",rep1,\"\\\\)\");\na3=join(\"\",\"\\\\(\\x \\<\\\",rep1,\"\\\\)\");\na4=join(\"\",\"\\\\(\\x \\>\\\",rep1,\"\\\\)\");\n\naa=sort([a1,a2,a3,a4], ord);;\nres=ord[0];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(26, 27, 'perso=shuffle([\"Sofiane\" ,\" Luka\",\"Najib\",\"Denis\",\"Samir\",\"Manu\"]);\ngain1={150:350:30};gain2={4550:9350:150}; gain3={10550:20350:350};\nk1={5:15};k2={20:45}; k3={55:85};\nc0=shuffle([0,1,2,3]);c1=shuffle([0,1,2]);c2=shuffle([0,1,2,3]);\nc3=shuffle([0,1,2]);\nord=shuffle([0,1,2,3]);', 'pt1=k1*gain1; pt2=k2*gain1; pt3=k3*gain1;pt4=2*pt3;\njoueur1=perso[0]; joueur2=perso[2];\nrep1=round((pt4-gain1)/pt2,2);\nrep2=round((pt4/gain1) -pt2,2);\nrep3=round((pt4+gain1)/pt2,2);\n#1) S’approprier:\n\nChx0= join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\+ \\\",gain1,\"\\\\)\");\nChx1=join(\"\",\"\\\\(\\\",gain1, \"\\\\times \\x \\+ \\\",pt2,\"\\\\)\");\nChx2=join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\\\)\");\nChx3=join(\"\",\"\\\\(\\\",gain1,\" \\\\times \\x \\\\)\");\nfct=[Chx0, Chx1,Chx2,Chx3];\nsol0=1; #position de la bonne réponse\nc0=c0; t0=c0; for (i:[0:4]) {t0[i]=sol0==c0[i]?i:0;}\ntt0=0; for (i:[0:4]) {tt0=tt0+t0[i];}\nCht=[fct[c0[0]],fct[c0[1]],fct[c0[2]],fct[c0[3]]];\n#2) S’approprier:  equation inéquation\ntxt1=\"équation\"; txt2=\"inéquation\"; txt3=\"problème\";\nChtxt=[txt1,txt2,txt3];\nsol1=1; #position de la bonne réponse\nc1=c1; t1=c1; for (i:[0:3]) {t1[i]=sol1==c1[i]?i:0;}\ntt1=0; for (i:[0:3]) {tt1=tt1+t1[i];}\nCht2=[Chtxt[c1[0]],Chtxt[c1[1]],Chtxt[c1[2]]];\n\n#Suite de la partie 2\nChv0= join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\+ \\\",gain1,\"\\\\geq\",pt4,\"\\\\)\");\nChv1=join(\"\",\"\\\\(\\\",gain1, \"\\\\times \\x \\+ \\\",pt2,\"\\\\geq\",pt4,\"\\\\)\");\nChv2=join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x\",\"\\\\geq\",pt4,\" \\\\)\");\nChv3=join(\"\",\"\\\\(\\\",gain1,\" \\\\times \\x\",\"\\\\geq\",pt4,\" \\\\)\");\nfcv=[Chv0, Chv1,Chv2,Chv3];\n#ligne\nsol2=1; #position de la bonne réponse\nc2=c2; t2=c2; for (i:[0:4]) {t2[i]=sol2==c2[i]?i:0;}\ntt2=0; for (i:[0:4]) {tt2=tt2+t2[i];}\nCht3=[fcv[c2[0]],fcv[c2[1]],fcv[c2[2]],fcv[c2[3]]];\n#equ0=poly(\"x\",[1,0]);\n#equ1=poly(\"x\",[pr1,0]);\n#equ2=poly(\"x\",[pr2,ad]);#equ21=poly(\"x\",[pr2,0]);\n#3)Réaliser: Etapes de résolution\n#Pour l\'etape 1\nChv00= join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\\\geq\",pt4,\"\\- \\\",gain1,\"\\\\)\");\nChv01= join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\\\geq\",\"\\\\dfrac{\",pt4,\"}{\",gain1,\"}\", \"\\\\)\");\nChv02= join(\"\",\"\\\\(\\\",pt2,\" \\\\times \\x \\\\geq\",gain1,\"\\+ \\\",pt4,\"\\\\)\");\nLchv=[Chv00,Chv01,Chv02];\nsol3=0;\nc3=c3;t3=c3;for (i:[0:3]) {t3[i]=sol3==c3[i]?i:0;}\ntt3=0; for (i:[0:3]) {tt3=tt3+t3[i];}\nCht4=[Lchv[c3[0]],Lchv[c3[1]],Lchv[c3[2]]];\n#Pour l\'etape 2\nChv03= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt4,\"\\- \\\",gain1,\"}{\",pt2,\"}\\\\)\");\nChv04= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt4,\"}{\",gain1,\"}\\-\",pt2, \"\\\\)\");\nChv05= join(\"\",\"\\\\(\\x \\\\geq\",\"\\\\dfrac{\",pt4,\"\\+ \\\",gain1,\"}{\",pt2,\"}\\\\)\");\n\nLcht=[Chv03,Chv04,Chv05];\nsol4=0;\nc3=c3;t4=c3;for (i:[0:3]) {t4[i]=sol4==c3[i]?i:0;}\ntt4=0; for (i:[0:3]) {tt4=tt4+t4[i];}\nCht5=[Lcht[c3[0]],Lcht[c3[1]],Lcht[c3[2]]];\n#Pour l\'etape 3\nChv06= join(\"\",\"\\\\(\\x \\\\geq\\\",rep1,\"\\\\)\");\nChv07= join(\"\",\"\\\\(\\x \\\\geq\\\",rep2, \"\\\\)\");\nChv08= join(\"\",\"\\\\(\\x \\\\geq\\\",rep3,\"\\\\)\");\n\nLchn=[Chv06,Chv07,Chv08];\nsol5=0;\nc3=c3;t5=c3;for (i:[0:3]) {t5[i]=sol5==c3[i]?i:0;}\ntt5=0; for (i:[0:3]) {tt5=tt5+t5[i];}\nCht6=[Lchn[c3[0]],Lchn[c3[1]],Lchn[c3[2]]];\n\n#4)  Réaliser: Résolution graphique (notion d\'intervalle)\na1=join(\"\",\"\\\\(\\x \\\\geq\\\",rep1,\"\\\\)\");\na2=join(\"\",\"\\\\(\\x \\\\leq\\\",rep1,\"\\\\)\");\na3=join(\"\",\"\\\\(\\x \\<\\\",rep1,\"\\\\)\");\na4=join(\"\",\"\\\\(\\x \\>\\\",rep1,\"\\\\)\");\n\naa=sort([a1,a2,a3,a4], ord);;\nres=ord[0];', '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 1, 'abc'),
(27, 28, 'Ax = {500:800:0.001};\nAy = {100:300:0.001};\n#1=North, 2=East, 3=South, 4=West\nrichtung = {1:4};\nvs1 = {10:20:0.001};\nvs2x = {-30:30:0.001};\nvs2y = {-30:30:0.001};\nminuten = {10,12,15,20};\nkm = {10:20};', 'answers=[\"Norden\",\"Osten\",\"Süden\",\"Westen\"];\nvs1 = (vs1==0) ? 12.345 : vs1;\nBy = (richtung==1) ? Ay+vs1 : Ay;\nBy = (richtung==3) ? Ay-vs1 : By;\nBx = (richtung==2) ? Ax+vs1 : Ax;\nBx = (richtung==4) ? Ax-vs1 : Bx;\nCx = Bx+vs2x;\nCy = By+vs2y;\nstrecke1 = abs(vs1);\nstrecke2 = sqrt(vs2x*vs2x+vs2y*vs2y);\nstrecke_gesamt = strecke1+strecke2;\ngeschw = km/minuten*60;\nzeit = strecke_gesamt/geschw;\nzeith = floor(zeit);\nzeitm = floor((zeit-zeith)*60);\nzeits = (zeit-zeith)*3600-zeitm*60;\nrichtungw = pick(richtung,\"\",\"North\",\"East\",\"South\",\"West\");', '<p>Your answer is correct.</p>', 1, '<p>Your answer is partially correct.</p>', 1, '<p>Your answer is incorrect.</p>', 1, 1, 'none');

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

--
-- Structure de la table `mdl_qtype_geogebra_options`
--

CREATE TABLE `mdl_qtype_geogebra_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `ggbturl` longtext DEFAULT NULL,
  `ggbparameters` longtext DEFAULT NULL,
  `ggbviews` longtext DEFAULT NULL,
  `ggbcodebaseversion` longtext DEFAULT NULL,
  `ggbxml` longtext DEFAULT NULL,
  `israndomized` tinyint(1) NOT NULL,
  `randomizedvar` longtext DEFAULT NULL,
  `constraints` longtext DEFAULT NULL,
  `isexercise` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for questions of type calculated' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_match_options`
--

CREATE TABLE `mdl_qtype_match_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines the question-type specific options for matching ques' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_match_subquestions`
--

CREATE TABLE `mdl_qtype_match_subquestions` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT 0,
  `answertext` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The subquestions that make up a matching question' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_multichoice_options`
--

CREATE TABLE `mdl_qtype_multichoice_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `layout` smallint(4) NOT NULL DEFAULT 0,
  `single` smallint(4) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0,
  `showstandardinstruction` tinyint(2) NOT NULL DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for multiple choice questions' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_qtype_multichoice_options`
--

INSERT INTO `mdl_qtype_multichoice_options` (`id`, `questionid`, `layout`, `single`, `shuffleanswers`, `correctfeedback`, `correctfeedbackformat`, `partiallycorrectfeedback`, `partiallycorrectfeedbackformat`, `incorrectfeedback`, `incorrectfeedbackformat`, `answernumbering`, `shownumcorrect`, `showstandardinstruction`) VALUES
(1, 6, 0, 1, 1, '<p>Votre réponse est correcte.</p>', 1, '<p>Votre réponse est partiellement correcte.</p>', 1, '<p>Votre réponse est incorrecte.</p>', 1, 'abc', 1, 0);

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

--
-- Structure de la table `mdl_qtype_randomsamatch_options`
--

CREATE TABLE `mdl_qtype_randomsamatch_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `choose` bigint(10) NOT NULL DEFAULT 4,
  `subcats` tinyint(2) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about a random short-answer matching question' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_qtype_shortanswer_options`
--

CREATE TABLE `mdl_qtype_shortanswer_options` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `usecase` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for short answer questions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question`
--

CREATE TABLE `mdl_question` (
  `id` bigint(10) NOT NULL,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `questiontext` longtext NOT NULL,
  `questiontextformat` tinyint(2) NOT NULL DEFAULT 0,
  `generalfeedback` longtext NOT NULL,
  `generalfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `defaultmark` decimal(12,7) NOT NULL DEFAULT 1.0000000,
  `penalty` decimal(12,7) NOT NULL DEFAULT 0.3333333,
  `qtype` varchar(20) NOT NULL DEFAULT '',
  `length` bigint(10) NOT NULL DEFAULT 1,
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(255) NOT NULL DEFAULT '',
  `hidden` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `createdby` bigint(10) DEFAULT NULL,
  `modifiedby` bigint(10) DEFAULT NULL,
  `idnumber` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The questions themselves' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_question`
--

INSERT INTO `mdl_question` (`id`, `category`, `parent`, `name`, `questiontext`, `questiontextformat`, `generalfeedback`, `generalfeedbackformat`, `defaultmark`, `penalty`, `qtype`, `length`, `stamp`, `version`, `hidden`, `timecreated`, `timemodified`, `createdby`, `modifiedby`, `idnumber`) VALUES
(1, 2, 0, '01 Trigo rotation d\'angle', '<p>01 Trigo rotation d\'angle<br></p><p>Voici une rotation de vecteur avec un curseur<br></p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+210830165109+C3mrGy', 'mes-classes.net+220102131723+uGFiul', 0, 1630342269, 1641129443, 2, 2, NULL),
(2, 2, 0, '02 Trigo Symétrie par rotation', '<p>02 Trigo Symétrie par rotation</p><p>source: http://gilles.dubois10.free.fr/algebre_lineaire/rotvect.html<br></p><p>Voici une façon de visualiser la symétrie par rotation<br></p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+210830170810+Wyy6EE', 'mes-classes.net+220102131836+d65W5a', 0, 1630343290, 1641129516, 2, 2, NULL),
(3, 2, 0, '03 Trigo Symétrie Axiale', '<p>02 Trigo Symétrie par rotation</p><p>source: http://gilles.dubois10.free.fr/algebre_lineaire/grouporth.html<br></p><p>Voici une façon de visualiser la symétrie par rotation<br></p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+210830194516+UIb9TN', 'mes-classes.net+220102131907+2Bohdh', 0, 1630352716, 1641129547, 2, 2, NULL),
(4, 2, 0, '04 Trigo Symétrie centrale', '<p>02 Trigo Symétrie par rotation</p><p>source: http://gilles.dubois10.free.fr/algebre_lineaire/grouporth.html<br></p><p>Voici une façon de visualiser la symétrie par rotation<br></p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+210830194740+gItVVV', 'mes-classes.net+210830194853+BxxD1C', 0, 1630352860, 1630352933, 2, 2, NULL),
(5, 2, 0, 'AAA- Part aléatoire sur un cercle', '<jsxgraph width=\"{width}\" height=\"150\">\n    var board = JXG.JSXGraph.initBoard(BOARDID, {boundingbox:[-1.5,1.5,1.5*({whole}+2),-1.5], axis:false, ShowCopyright: false, showNavigation:false});\n\n    board.create(\'circle\', [[0, 0],[1,0]],{strokeColor:\'black\'});\n\n    var s1 = board.create(\'sector\', [[0,0], [1,0], [{sectX},{sectY}]], {\n    anglePoint: {visible:false}, center: {visible: false}, radiusPoint: {visible: false},\n    fillColor: \'{s1Fill}\', strokeColor: \'black\'});\n\n\n    var l1=board.create(\'line\',[[0,0],[{x[0]},{y[0]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l2=board.create(\'line\',[[0,0],[{x[1]},{y[1]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l3=board.create(\'line\',[[0,0],[{x[2]},{y[2]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l4=board.create(\'line\',[[0,0],[{x[3]},{y[3]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l5=board.create(\'line\',[[0,0],[{x[4]},{y[4]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l6=board.create(\'line\',[[0,0],[{x[5]},{y[5]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l7=board.create(\'line\',[[0,0],[{x[6]},{y[6]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l8=board.create(\'line\',[[0,0],[{x[7]},{y[7]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l9=board.create(\'line\',[[0,0],[{x[8]},{y[8]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l10=board.create(\'line\',[[0,0],[{x[9]},{y[9]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n    var l11=board.create(\'line\',[[0,0],[{x[10]},{y[10]}]],{strokeColor:\'black\',straightFirst:false, straightLast:false});\n\n\n    for (let i=0; i&lt;{whole}; i++) {\n    board.create(\'circle\', [[2.5+(2.5*i), 0],[3.5+(2.5*i),0]],{strokeColor:\'black\',fillColor:\'{shadeColor}\'} );\n    }\n\n\n\n</jsxgraph>', 1, '', 1, '2.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220107071220+I5IqC1', 'mes-classes.net+220107071220+REvlY2', 0, 1641539540, 1641539540, 2, 2, NULL),
(6, 2, 0, 'Test1', '<p> un plus un font</p>', 1, '', 1, '1.0000000', '0.3333333', 'multichoice', 1, 'mes-classes.net+220123132539+yfjHqV', 'mes-classes.net+220123132539+zxQ90U', 0, 1642944339, 1642944339, 2, 2, NULL),
(7, 3, 0, '01_utiliser le cercle trigo', '<p>Sur le cercle trigonométrique ci-dessous sont placés les points A, B et C.</p>\n<!--\n    \n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'X\',fixed:true});\n    var p1 = brd.create(\'point\',[{xa},{ya}],{name:\'A\',fixed:true});\n    var p2 = brd.create(\'point\',[{xb},{yb}],{name:\'B\',fixed:true});\n    var p3 = brd.create(\'point\',[{xc},{yc}],{name:\'C\',fixed:true});\n    var p4 = brd.create(\'point\',[{xd},{yd}],{name:\'D\',fixed:true});\n    var L0 = brd.create(\'segment\', [p0, px],  {strokeColor:\'red\',strokeWidth:2,fixed:true});\n    var L1 = brd.create(\'segment\', [p0, p1],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L2 = brd.create(\'segment\', [p0, p2],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L3 = brd.create(\'segment\', [p0, p3],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L4 = brd.create(\'segment\', [p0, p4],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n\n    var AL = brd.create(\'slider\', [[-3,-3],[3,-3],[1,2,6]], {name:\'&alpha;\'});\n     \n    var im = brd.create(\'image\', [urlImg, [-{R},0],[2*{R},{R}]],{fixed:true});\n-->\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\n(function() {  // définir comme fonction\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.5, 1.5, 1.5, -1.5],\n        axis: true,\n        grid: true,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false\n    });\n //  var p0, px, pv, c, a, s;\n\n  \n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'A\',fixed:true});\n    var pv = brd.create(\'point\',[0.707,0.707],{name:\'B\',fixed:true});\n    var pv = brd.create(\'point\',[-1,0],{name:\'C\',fixed:true});\n\n\n  //  var L0 = brd.create(\'segment\', [p0, px],  {strokeColor:\'red\',strokeWidth:2,fixed:true});\n  //  var L1 = brd.create(\'segment\', [p0, pv], {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n\n    c1 = brd.create(\'circle\',[p0, px]); // définir le cercle de centre p0 et rayon R\n    \n  /*  a = brd.create(\'angle\',[px, p0, pv], {radius: {R},name: function() {\n  	return JXG.Math.Geometry.trueAngle(px, p0, pv).toFixed(1) + \'°\';}\n  });*/\n  //  s = brd.create(\'slider\', [[-3,-3],[3,-3],[0, Math.PI*0.5, 2*Math.PI]], {name:\'&alpha;\', snapWidth: Math.PI*0.1});\n    s = brd.create(\'slider\', [[-3,-3],[3,-3],[0, {a}, 2*Math.PI]], {name:\'&alpha;\', snapWidth: Math.PI*0.1});\n\n   /* a.setAngle(function() {\n        return s.Value();\n    });*/\n\n    \n    })();\n// ]]></script>\n</p>', 1, '', 1, '3.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205142+yD1Smr', 'mes-classes.net+220102205142+MJnmfz', 0, 1641156702, 1641156702, 2, 2, 'CT_01'),
(8, 3, 0, '02_Fonction_sinus', '<p id=\"yui_3_17_2_1_1617044681826_11132\">La fonction sinus est représentée ci-dessous sur l’intervalle <strong id=\"yui_3_17_2_1_1617044681826_11133\" style=\"font-size: medium; color: inherit; font-family: inherit;\">[-3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»;3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»].</strong></p>\n<pre><strong style=\"font-size: medium; color: inherit; font-family: inherit;\">      <br /></strong></pre>\n<p><!-- JSXGraph MediaWiki extension 1.2.0 -->\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 700px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar b4 = JXG.JSXGraph.initBoard(\'jxgbox\', {\n            boundingbox: [-4*Math.PI, 1.5, 4*Math.PI, -1.5],\n            axis: false,\n            grid: false,\n            showCopyright: false,\n            showNavigation: true,\n            showFullscreen: true,\n        });\n        var fx = function(x) {\n            return Math.sin(x);\n        };\n        var courbe1 = b4.create(\'functiongraph\', [fx], {\n            withLabel: true,\n            name: \'C_{fts}\',\n            strokeWidth: 3,\n            inverse: true,\n            label: {\n                position: \'rt\',\n                offset: [0, 2],\n                color: \'black\'\n            },\n            strokeColor: \'#066\',\n            highlight: false\n        });\n        var xp0 = b4.create(\'point\', [0, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xp1 = b4.create(\'point\', [1, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var yp = b4.create(\'point\', [0, 1], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xaxis = b4.create(\'axis\', [xp0, xp1], {\n            needsRegularUpdate: false,\n            visible: true,\n            ticks: {\n                label: {\n                    offset: [-2, -2]\n                },\n                scale: Math.PI,\n                scaleSymbol: \'π\'\n            }\n        });\n        var yaxis = b4.create(\'axis\', [xp0, yp], {\n            needsRegularUpdate: false,\n            visible: true\n        });\n        //===========================================\n// ]]></script>\n</p>', 1, '', 1, '4.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205142+osbzIm', 'mes-classes.net+220102205142+h5r2eY', 0, 1641156702, 1641156702, 2, 2, 'CT_02'),
(9, 3, 0, '02_Fonction_sinus (copie)', '<p id=\"yui_3_17_2_1_1617044681826_11132\">La fonction sinus est représentée ci-dessous&nbsp;sur l’intervalle <strong id=\"yui_3_17_2_1_1617044681826_11133\" style=\"font-size: medium; color: inherit; font-family: inherit;\">[-3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»;3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»].</strong></p>\n<pre><strong style=\"font-size: medium; color: inherit; font-family: inherit;\">      <br></strong></pre>\n<p><!-- JSXGraph MediaWiki extension 1.2.0 -->\n<script type=\"text/javascript\" src=\"http://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"http://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 700px; height: 500px;\">&nbsp;</div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar b4 = JXG.JSXGraph.initBoard(\'jxgbox\', {\n            boundingbox: [-4*Math.PI, 1.5, 4*Math.PI, -1.5],\n            axis: false,\n            grid: false,\n            showCopyright: false,\n            showNavigation: true,\n            showFullscreen: true,\n        });\n        var fx = function(x) {\n            return Math.sin(x);\n        };\n        var courbe1 = b4.create(\'functiongraph\', [fx], {\n            withLabel: true,\n            name: \'C_{fts}\',\n            strokeWidth: 3,\n            inverse: true,\n            label: {\n                position: \'rt\',\n                offset: [0, 2],\n                color: \'black\'\n            },\n            strokeColor: \'#066\',\n            highlight: false\n        });\n        var xp0 = b4.create(\'point\', [0, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xp1 = b4.create(\'point\', [1, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var yp = b4.create(\'point\', [0, 1], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xaxis = b4.create(\'axis\', [xp0, xp1], {\n            needsRegularUpdate: false,\n            visible: true,\n            ticks: {\n                label: {\n                    offset: [-2, -2]\n                },\n                scale: Math.PI,\n                scaleSymbol: \'π\'\n            }\n        });\n        var yaxis = b4.create(\'axis\', [xp0, yp], {\n            needsRegularUpdate: false,\n            visible: true\n        });\n        //===========================================\n// ]]></script>\n</p>', 1, '', 1, '4.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205142+X5Q0WG', 'mes-classes.net+220102205143+Lnz3Tj', 0, 1641156702, 1641156702, 2, 2, NULL),
(10, 3, 0, '02_Fonction_sinus-corrigé', '<p id=\"yui_3_17_2_1_1617044681826_11132\">La fonction sinus est représentée ci-dessous sur l’intervalle <strong id=\"yui_3_17_2_1_1617044681826_11133\" style=\"font-size: medium; color: inherit; font-family: inherit;\">[-3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»;3«math xmlns=¨http://www.w3.org/1998/Math/MathML¨»«mi mathvariant=¨normal¨»§#960;«/mi»«/math»].</strong></p>\n<pre><strong style=\"font-size: medium; color: inherit; font-family: inherit;\">      <br /></strong></pre>\n<p><!-- JSXGraph MediaWiki extension 1.2.0 -->\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 700px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar b4 = JXG.JSXGraph.initBoard(\'jxgbox\', {\n            boundingbox: [-4*Math.PI, 1.5, 4*Math.PI, -1.5],\n            axis: false,\n            grid: false,\n            showCopyright: false,\n            showNavigation: true,\n            showFullscreen: true,\n        });\n        var fx = function(x) {\n            return Math.sin(x);\n        };\n        var courbe1 = b4.create(\'functiongraph\', [fx], {\n            withLabel: true,\n            name: \'C_{fts}\',\n            strokeWidth: 3,\n            inverse: true,\n            label: {\n                position: \'rt\',\n                offset: [0, 2],\n                color: \'black\'\n            },\n            strokeColor: \'#066\',\n            highlight: false\n        });\n        var xp0 = b4.create(\'point\', [0, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xp1 = b4.create(\'point\', [1, 0], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var yp = b4.create(\'point\', [0, 1], {\n            needsRegularUpdate: false,\n            visible: false\n        });\n        var xaxis = b4.create(\'axis\', [xp0, xp1], {\n            needsRegularUpdate: false,\n            visible: true,\n            ticks: {\n                label: {\n                    offset: [-2, -2]\n                },\n                scale: Math.PI,\n                scaleSymbol: \'π\'\n            }\n        });\n        var yaxis = b4.create(\'axis\', [xp0, yp], {\n            needsRegularUpdate: false,\n            visible: true\n        });\n        //===========================================\n// ]]></script>\n</p>', 1, '', 1, '4.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+PLL7Go', 'mes-classes.net+220118100659+MVGYFG', 0, 1641156703, 1642500419, 2, 2, NULL),
(11, 3, 0, 'trigo_01', '<p></p><br><p></p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+0J6ffK', 'mes-classes.net+220102205143+mNLzHj', 0, 1641156703, 1641156703, 2, 2, 'trigo_essai'),
(12, 3, 0, 'trigo_02', '<p> </p>\n<p> </p>\n<p> </p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+B44En5', 'mes-classes.net+220102205143+MAyPcU', 0, 1641156703, 1641156703, 2, 2, NULL),
(13, 3, 0, 'trigo_02 (copie)', '<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+AhA5aY', 'mes-classes.net+220102205143+7ESfmV', 0, 1641156703, 1641156703, 2, 2, NULL),
(14, 3, 0, 'trigo_03 RelationRad&DegreV01', '<h4> Donner la mesure en radians des angles mesurés par le rapporteur ci-contre.</h4>\n<p> </p>\n<p> </p>\n<!--\n    \n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'X\',fixed:true});\n    var p1 = brd.create(\'point\',[{xa},{ya}],{name:\'A\',fixed:true});\n    var p2 = brd.create(\'point\',[{xb},{yb}],{name:\'B\',fixed:true});\n    var p3 = brd.create(\'point\',[{xc},{yc}],{name:\'C\',fixed:true});\n    var p4 = brd.create(\'point\',[{xd},{yd}],{name:\'D\',fixed:true});\n    var L1 = brd.create(\'segment\', [p0, p1],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L2 = brd.create(\'segment\', [p0, p2],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L3 = brd.create(\'segment\', [p0, p3],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L4 = brd.create(\'segment\', [p0, p4],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n     \n    var im = brd.create(\'image\', [urlImg, [-{R},0],[2*{R},{R}]],{fixed:true});\n-->\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 400px; height: 200px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-5, 5, 5, -1],\n        axis: false,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false\n    });\n/*\n// Horizontal axis with polar grid lines\nvar ax1 = brd.create(\'axis\', [[0,0], [1,0]], {\n    ticks: {\n        type: \'polar\',         // Polar grid\n        label: {               // Place the labels centered on the grid lines \n            offset:[0, -3], \n            anchorX: \'middle\', \n            anchorY: \'top\'\n        }\n    }\n});\n// Vertical axis with horizontal ticks\nvar ax2 = brd.create(\'axis\', [[0,0], [0,1]], {\n    ticks: {\n        majorHeight: 0,        // Do not show the grid lines \n        tickEndings: [1, 0],   // Let the ticks point to the left\n        label: {               // Position of the labels\n            visible: true, \n            offset: [-6, 0], \n            anchorY: \'middle\', \n            anchorX: \'right\'\n        }\n    }\n});\n*/\n\n    var urlImg = \"@@PLUGINFILE@@/Rapporteur02.png\";\n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'X\',fixed:true});\n    var p1 = brd.create(\'point\',[{xa},{ya}],{name:\'A\',fixed:true});\n    var p2 = brd.create(\'point\',[{xb},{yb}],{name:\'B\',fixed:true});\n    var p3 = brd.create(\'point\',[{xc},{yc}],{name:\'C\',fixed:true});\n    var p4 = brd.create(\'point\',[{xd},{yd}],{name:\'D\',fixed:true});\n    var L1 = brd.create(\'segment\', [p0, p1],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L2 = brd.create(\'segment\', [p0, p2],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L3 = brd.create(\'segment\', [p0, p3],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L4 = brd.create(\'segment\', [p0, p4],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n     \n    var im = brd.create(\'image\', [urlImg, [-({R}-0.5),0],[2*({R}-0.5),{R}-0.5]],{fixed:true});\n// ]]></script>\n</p>', 1, '', 1, '2.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+Prcx2z', 'mes-classes.net+220104154838+9PcIdo', 0, 1641156703, 1641311318, 2, 2, 'ST_03'),
(15, 3, 0, 'trigo_03 RelationRad&DegreV02 avec slider', '<p> Donner la mesure en radians des angles mesurés par le rapporteur ci-contre.</p>\n<p> </p>\n<p> </p>\n<!--\n    \n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'X\',fixed:true});\n    var p1 = brd.create(\'point\',[{xa},{ya}],{name:\'A\',fixed:true});\n    var p2 = brd.create(\'point\',[{xb},{yb}],{name:\'B\',fixed:true});\n    var p3 = brd.create(\'point\',[{xc},{yc}],{name:\'C\',fixed:true});\n    var p4 = brd.create(\'point\',[{xd},{yd}],{name:\'D\',fixed:true});\n    var L0 = brd.create(\'segment\', [p0, px],  {strokeColor:\'red\',strokeWidth:2,fixed:true});\n    var L1 = brd.create(\'segment\', [p0, p1],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L2 = brd.create(\'segment\', [p0, p2],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L3 = brd.create(\'segment\', [p0, p3],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n    var L4 = brd.create(\'segment\', [p0, p4],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n\n    var AL = brd.create(\'slider\', [[-3,-3],[3,-3],[1,2,6]], {name:\'&alpha;\'});\n     \n    var im = brd.create(\'image\', [urlImg, [-{R},0],[2*{R},{R}]],{fixed:true});\n-->\n<p>\n<script type=\"text/javascript\" src=\"http://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"http://jsxgraph.org/distrib/geonext.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\n(function() {  // définir comme fonction\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-5, 5, 5, -5],\n        axis: true,\n        grid: true,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false\n    });\n   var p0, px, pv, c, a, s;\n/*\nvar a = board.create(\'angle\', [p1, p2, p3], {\n	 radius: 1,\n  name: function() {\n  	return JXG.Math.Geometry.trueAngle(p1, p2, p3).toFixed(1) + \'°\';\n  }});\n*/\n  \n    var p0 = brd.create(\'point\',[0,0],{name:\'0\',fixed:true});\n    var px = brd.create(\'point\',[{R},0],{name:\'X\',fixed:true});\n    var pv = brd.create(\'point\',[{xa},{ya}],{name:\'A\'});//point variable qui sera liée au curseur\n\n    var L0 = brd.create(\'segment\', [p0, px],  {strokeColor:\'red\',strokeWidth:2,fixed:true});\n    var L1 = brd.create(\'segment\', [p0, pv],  {strokeColor:\'blue\',strokeWidth:2,fixed:true});\n\n    c1 = brd.create(\'circle\',[p0, px]); // définir le cercle de centre p0 et rayon R\n    \n    a = brd.create(\'angle\',[px, p0, pv], {radius: {R},name: function() {\n  	return JXG.Math.Geometry.trueAngle(px, p0, pv).toFixed(1) + \'°\';}\n  });\n  //  s = brd.create(\'slider\', [[-3,-3],[3,-3],[0, Math.PI*0.5, 2*Math.PI]], {name:\'&alpha;\', snapWidth: Math.PI*0.1});\n    s = brd.create(\'slider\', [[-3,-3],[3,-3],[0, {a}, 2*Math.PI]], {name:\'&alpha;\', snapWidth: Math.PI*0.1});\n\n    a.setAngle(function() {\n        return s.Value();\n    });\n\n    \n    })();\n// ]]></script>\n</p>', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102205143+eE3WEO', 'mes-classes.net+220102205143+HxM6iu', 0, 1641156703, 1641156703, 2, 2, NULL),
(16, 3, 0, 'trigo_00 Utiliser le cercle trigonométrique', '<h4>trigo_00 Utiliser le cercle trigonométrique</h4>\n<h4>Sur le cercle trigonométrique ci-dessous sont placés les points A, B et C.</h4>\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 400px; height: 400px;\"> </div>\n<script type=\"text/javascript\">// <![CDATA[\nvar b = JXG.JSXGraph.initBoard(\'jxgbox\', \n         {boundingbox: [-1.5, 1.5, 1.5, -1.5],\n         axis:false,grid:false,\n         showFullscreen: true,\n         showNavigation:false,\n         showCopyright:false\n});\nvar p0 = b.create(\'point\',[0,0], {name:\'0\',size: 1, face: \'o\',fixed:true});\nvar p1 = b.create(\'point\',[1,0], {name:\'A\',size: 1, face: \'o\',visible:true,fixed:true});\nvar p2 = b.create(\'point\',[0,1], {name:\'K\',size: 1, face: \'o\',visible:true,fixed:true});\nvar p3 = b.create(\'point\',[1,1], {name:\'\',size: 1, face: \'o\',visible:true,fixed:true});\nvar ci = b.create(\'circle\',[p0,p1], {strokeColor:\'blue\',strokeWidth:2});\nvar p5 = b.create(\'glider\',[0.71,0.71,ci], {name:\'A\',size: 1, face: \'o\'});\n\nvar theta = b.create(\'angle\', [\'10\',\'0\',\'M\'],{name:\'&theta;\',type:\'sector\', orthoType:\'square\', orthoSensitivity:2, radius:0.5});\n// ]]></script>', 1, '', 1, '2.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220103210819+erA1GC', 'mes-classes.net+220103220619+mwOoVS', 0, 1641244099, 1641247579, 2, 2, 'Trig00'),
(17, 3, 0, '010 _Mouvement circulaire', '<p>En travaux pratiques de sciences, Marine étudie le relevé du mouvement circulaire d’un solide animé.<br>La position du point M, centre du solide, est relevée toutes les {ts} ms sur la figure ci-après.</p>\n<p>\n    <script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\">&nbsp;</div>\n<p>\n    <script type=\"text/javascript\">\n        // <![CDATA[\n        var brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n            boundingbox: [-5, 5, 5, -5],\n            keepaspectratio: true,\n            axis: false,\n            grid: false,\n            showFullscreen: true,\n            showNavigation: false,\n            showCopyright: false\n        });\n        //keepaspectratio:true\n        var A = [],\n            s = [],\n            B = [],\n            c = [],\n            r = [],\n            k;\n        var axY = brd.create(\'line\', [\n            [0, -1],\n            [0, 3]\n        ], {\n            fixed: true,\n            color: \'blue\'\n        });\n        var axX = brd.create(\'line\', [\n            [-5, 0],\n            [5, 0]\n        ], {\n            fixed: true,\n            color: \'blue\'\n        });\n        var p = brd.create(\'point\', [0, 0], {\n            visible: false\n        });\n        var q = brd.create(\'point\', [3, 3], {\n            visible: false\n        });\n        var circ = brd.create(\'circle\', [p, q], {\n            fixed: true\n        });\n\n        // Create an empty curve\n        var ticks = brd.create(\'curve\', [\n            [0],\n            [0]\n        ], {\n            strokeWidth: 1,\n            strokeColor: \'blue\',\n            strokeOpacity: 0.5\n        });\n\n        // Make ticks out of the curve \n        ticks.updateDataArray = function() {\n            var cx = circ.center.X(),\n                cy = circ.center.Y(),\n                r = circ.Radius(),\n                i,\n                ticklen = 0.3, // Length of ticks in user space coordinates\n                steps = {stp}, // Number of ticks\n                d = ticklen * 0.5,\n                alpha = 2 * Math.PI / steps;\n\n            this.dataX = [];\n            this.dataY = [];\n            for (i = 0; i < steps; i++) {\n                // Start of a tick\n                this.dataX.push(cx + (r - d) * Math.cos(i * alpha));\n                this.dataY.push(cy + (r - d) * Math.sin(i * alpha));\n                // End of tick\n                this.dataX.push(cx + (r + d) * Math.cos(i * alpha));\n                this.dataY.push(cy + (r + d) * Math.sin(i * alpha));\n                // Interrupt the curve\n                this.dataX.push(NaN);\n                this.dataY.push(NaN);\n            }\n        };\n        for (k = 0; k < {\n                stp\n            }; k++) {\n            s[k] = brd.create(\'segment\', [A[k], A[(k + 2) % 5]], {\n                strokeColor: \'blue\',\n                strokeWidth: 1\n            });\n        }\n        brd.update();\n        // ]]>\n    </script>\n</p>\n<!--source code :https://jsxgraph.org/wiki/index.php?title=Circle_with_ticks\n\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\',{axis:false,boundingbox:[-5,5,5,-5],keepaspectratio:true});\n\nvar p = brd.create(\'point\', [0,0]);\nvar q = brd.create(\'point\', [3,3]);\nvar circ = brd.create(\'circle\', [p, q]);\n\n// Create an empty curve\nvar ticks = brd.create(\'curve\', [[0], [0]], \n             {strokeWidth: 1, \n              strokeColor: \'blue\',\n              strokeOpacity: 0.5});\n\n// Make ticks out of the curve \nticks.updateDataArray = function() {\n    var cx = circ.center.X(),\n        cy = circ.center.Y(),\n        r = circ.Radius(),\n        i, \n        ticklen = 0.3,           // Length of ticks in user space coordinates\n        steps = 20,              // Number of ticks\n        d = ticklen * 0.5,\n        alpha = 2 * Math.PI / steps;\n\n    this.dataX = [];\n    this.dataY = [];\n    for (i = 0; i < steps; i++) {\n        // Start of a tick\n        this.dataX.push( cx + (r - d)* Math.cos(i * alpha) );\n        this.dataY.push( cy + (r - d) * Math.sin(i * alpha) );\n        // End of tick\n        this.dataX.push( cx + (r + d) * Math.cos(i * alpha) );\n        this.dataY.push( cy + (r + d) * Math.sin(i * alpha) );\n        // Interrupt the curve\n        this.dataX.push( NaN );\n        this.dataY.push( NaN );\n    }\n};\nbrd.update();\n\n-->', 1, '', 1, '3.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220104195603+XqWoxI', 'mes-classes.net+220118120614+OvdfwN', 0, 1641326163, 1642507574, 2, 2, 'CT_03'),
(18, 3, 0, 'Trigo04_Lecture du sinus et cosinus d\'un nombre réel (a finir)', '<h5>Trigo04_Lecture du sinus et cosinus d\'un nombre réel</h5>\n<h5>Soit {Pts[0]} l\'image d\'un nombre réel \\(x\\)&nbsp; sur le cercle trigonmétrique</h5>\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\">&nbsp;</div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: true,\n        grid: true,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n \n\n    c1 = brd.create(\'circle\',[[0,0], [1,0]]); // définir le cercle de centre p0 et rayon R\n    var p0 = brd.create(\'point\',[{X0},{Y0}],{name:\'{P}\',fixed:true});   \n\n    var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n// ]]></script>\n</p>', 1, '', 1, '3.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220115075434+iAxqKD', 'mes-classes.net+220116201358+v6o4mc', 0, 1642233274, 1642364038, 2, 2, 'CT_04'),
(19, 3, 0, 'Trigo05_Placer l\'image d\'un nombre sur un cercle trigonométrique', '<!--idée est https://www.jeuxmaths.fr/exercice-de-math-image-cercle-trigonometrique.html -->\n<h5>Trigo05_Placer l\'image d\'un nombre sur un cercle trigonométrique</h5>\n<h5><span style=\"color: #ff0000;\"><strong> </strong></span>Placer sur le cercle trigonométrique le point {Pts[0]} image de \\(x\\)</h5>\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: true,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n    circ = brd.create(\'circle\',[[0,0], [1,0]],{fixed:true}); // définir le cercle de centre p0 et rayon R\n    var ticks = brd.create(\'curve\', [[0], [0]], \n             {strokeWidth: 1, \n              strokeColor: \'blue\',\n              strokeOpacity: 0.5});    \n\n    var p0 = brd.create(\'point\',[{X0},{Y0}],{name:\'{P}\',fixed:true});   \n\n    var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n\n    ticks.updateDataArray = function() {\n    var cx = circ.center.X(),\n        cy = circ.center.Y(),\n        r = circ.Radius(),\n        i, \n        ticklen = 0.05,           // Length of ticks in user space coordinates\n        steps = {stp},              // Number of ticks\n        d = ticklen * 5,\n        //strokeColor: \'red\',\n        alpha = 2 * Math.PI / steps;\n\n    this.dataX = [];\n    this.dataY = [];\n    for (i = 0; i < steps; i++) {\n        // Start of a tick\n        this.dataX.push( cx + (r - d)* Math.cos(i * alpha) );\n        this.dataY.push( cy + (r - d)* Math.sin(i * alpha) );\n        // End of tick\n        this.dataX.push( cx + (r + d) * Math.cos(i * alpha) );\n        this.dataY.push( cy + (r + d) * Math.sin(i * alpha) );\n        // Interrupt the curve\n        this.dataX.push( NaN );\n        this.dataY.push( NaN );\n        //brd.create(\'segment\', [[0,0], [this.dataX{i],this.dataY{i]]], {strokeColor:\'green\',strokeWidth:2,dash:2});\n\n    }\n};\nbrd.update();\n// ]]></script>\n</p>\n<!--\nvar circ = brd.create(\'circle\', [p, q]);\n\n// Create an empty curve\nvar ticks = brd.create(\'curve\', [[0], [0]], \n             {strokeWidth: 1, \n              strokeColor: \'blue\',\n              strokeOpacity: 0.5});\n\n// Make ticks out of the curve \nticks.updateDataArray = function() {\n    var cx = circ.center.X(),\n        cy = circ.center.Y(),\n        r = circ.Radius(),\n        i, \n        ticklen = 0.3,           // Length of ticks in user space coordinates\n        steps = 20,              // Number of ticks\n        d = ticklen * 0.5,\n        alpha = 2 * Math.PI / steps;\n\n    this.dataX = [];\n    this.dataY = [];\n    for (i = 0; i < steps; i++) {\n        // Start of a tick\n        this.dataX.push( cx + (r - d)* Math.cos(i * alpha) );\n        this.dataY.push( cy + (r - d) * Math.sin(i * alpha) );\n        // End of tick\n        this.dataX.push( cx + (r + d) * Math.cos(i * alpha) );\n        this.dataY.push( cy + (r + d) * Math.sin(i * alpha) );\n        // Interrupt the curve\n        this.dataX.push( NaN );\n        this.dataY.push( NaN );\n    }\n};\nbrd.update();\n-->', 1, '', 1, '3.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220115213021+m0bBYS', 'mes-classes.net+220120132238+joxG71', 0, 1642282221, 1642684958, 2, 2, 'CT_05'),
(20, 3, 0, 'Trigo05a_Placer l\'image d\'un nombre sur un cercle trigonométrique (copie)', '<!--idée est https://www.jeuxmaths.fr/exercice-de-math-image-cercle-trigonometrique.html -->\n<h5>Trigo05a_Placer l\'image d\'un nombre sur un cercle trigonométrique (copie)</h5>\n<h5><span style=\"color: #ff0000;\"><strong> </strong></span>Placer sur le cercle trigonométrique le point {Pts[0]} image de \\(x\\)</h5>\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 500px; height: 500px;\"> </div>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: true,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n    circ = brd.create(\'circle\',[[0,0], [1,0]],{fixed:true}); // définir le cercle de centre p0 et rayon R\n    var ticks = brd.create(\'curve\', [[0], [0]], \n             {strokeWidth: 1, \n              strokeColor: \'blue\',\n              strokeOpacity: 0.5});    \n\n    var p0 = brd.create(\'point\',[{X0},{Y0}],{name:\'{P}\',fixed:true});   \n\n    var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n\n    ticks.updateDataArray = function() {\n    var cx = circ.center.X(),\n        cy = circ.center.Y(),\n        r = circ.Radius(),\n        i, \n        ticklen = 0.05,           // Length of ticks in user space coordinates\n        steps = {stp},              // Number of ticks\n        d = ticklen * 5,\n        //strokeColor: \'red\',\n        alpha = 2 * Math.PI / steps;\n\nthis.dataX = [];\n    this.dataY = [];\n	pts=[];\n    for (i = 0; i < steps; i++) {\n        // Start of a tick\n        X0=( cx + (r - d)* Math.cos(i * alpha) );\n        Y0=( cy + (r - d)* Math.sin(i * alpha) );\n		// pour placer des points\n		pts.push(brd.create(\'point\',[X0,Y0],{name:\'\',fixed:true});   \n        // End of tick\n        /*this.dataX.push( cx + (r + d) * Math.cos(i * alpha) );\n        this.dataY.push( cy + (r + d) * Math.sin(i * alpha) );\n        this.dataX.push( NaN );\n        this.dataY.push( NaN );*/\n        \n\n    }\n};\nbrd.update();\n// ]]></script>\n</p>\n<!--\nvar circ = brd.create(\'circle\', [p, q]);\n\n// Create an empty curve\nvar ticks = brd.create(\'curve\', [[0], [0]], \n             {strokeWidth: 1, \n              strokeColor: \'blue\',\n              strokeOpacity: 0.5});\n\n// Make ticks out of the curve \nticks.updateDataArray = function() {\n    var cx = circ.center.X(),\n        cy = circ.center.Y(),\n        r = circ.Radius(),\n        i, \n        ticklen = 0.3,           // Length of ticks in user space coordinates\n        steps = 20,              // Number of ticks\n        d = ticklen * 0.5,\n        alpha = 2 * Math.PI / steps;\n\n    this.dataX = [];\n    this.dataY = [];\n    for (i = 0; i < steps; i++) {\n        // Start of a tick\n        this.dataX.push( cx + (r - d)* Math.cos(i * alpha) );\n        this.dataY.push( cy + (r - d) * Math.sin(i * alpha) );\n        // End of tick\n        this.dataX.push( cx + (r + d) * Math.cos(i * alpha) );\n        this.dataY.push( cy + (r + d) * Math.sin(i * alpha) );\n        // Interrupt the curve\n        this.dataX.push( NaN );\n        this.dataY.push( NaN );\n    }\n};\nbrd.update();\n-->', 1, '', 1, '3.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220120132327+Y2nnsC', 'mes-classes.net+220120132848+MKqm9A', 0, 1642685007, 1642685328, 2, 2, 'CT_06'),
(21, 3, 0, 'Trigo05B_Lire l\'image d\'un nombre sur un cercle trigonométrique', '<p>Trigo05B_Lire l\'image d\'un nombre sur un cercle trigonométrique</p>\n<h5>Iire sur le cercle trigonométrique les images  \\(x\\) des points suivants:</h5>\n<!--\n<p>n={n} , stp={stp}   k= {k}</p>\n<p>agdn[1]={agdn[1]}  agn[1] ={agn[1]}  Xp[1]={Xp[1]};      Yp[1]={Yp[1]};  Pts[1]={Pts[1]}</p>\n<p>agdn[2]={agdn[2]}  agn[2] ={agn[2]}  Xp[2]={Xp[2]};      Yp[2]={Yp[2]}; Pts[2]={Pts[2]}</p>\n<p>agdn[3]={agdn[3]}  agn[3] ={agn[3]}  Xp[3]={Xp[3]};      Yp[3]={Yp[3]}; Pts[3]={Pts[3]}</p>\n<p>agdn[4]={agdn[4]}  agn[4] ={agn[4]}  Xp[4]={Xp[4]};      Yp[4]={Yp[4]};  Pts[4]={Pts[4]}</p>\n<p>agdn[5]={agdn[5]}   agn[5] ={agn[5]}  Xp[5]={Xp[5]};      Yp[5]={Yp[5]}; Pts[5]={Pts[5]}</p>\n<p> </p> -->', 1, '', 1, '1.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220120151520+v8Oz3n', 'mes-classes.net+220120222731+cjb2Y4', 0, 1642691720, 1642717651, 2, 2, 'CT_07'),
(22, 3, 0, 'Trigo05C_ Lire les coordonnées d\'un point', '<h5>Trigo05C_ Lire les coordonnées d\'un point</h5>\n<h5>Iire sur le cercle trigonométrique les coordonnées  des points suivants :</h5>\n<h5>(donner l\'angle en radian, et utiliser votre calculatrice)</h5>\n<p> </p>\n<p>n={n} , stp={stp}   k= {k}</p>\n<p>agdn[1]={agdn[1]}  agn[1] ={agn[1]}  agn0[1] ={agn0[1]} ;Xp[1]={Xp[1]};      Yp[1]={Yp[1]};  Pts[1]={Pts[1]}</p>\n<p>agdn[2]={agdn[2]}  agn[2] ={agn[2]}  agn0[2] ={agn0[2]}  ; Xp[2]={Xp[2]};      Yp[2]={Yp[2]}; Pts[2]={Pts[2]}</p>\n<p>agdn[3]={agdn[3]}  agn[3] ={agn[3]}  agn0[3] ={agn0[3]} ; Xp[3]={Xp[3]};      Yp[3]={Yp[3]}; Pts[3]={Pts[3]}</p>\n<p>agdn[4]={agdn[4]}  agn[4] ={agn[4]}  agn0[4] ={agn0[4]} ; Xp[4]={Xp[4]};      Yp[4]={Yp[4]};  Pts[4]={Pts[4]}</p>\n<p>agdn[5]={agdn[5]}   agn[5] ={agn[5]}  agn0[5] ={agn0[5]} ; Xp[5]={Xp[5]};      Yp[5]={Yp[5]}; Pts[5]={Pts[5]}</p>\n<p> </p>\n<p>--&gt;</p>\n<p>\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 400px; height: 400px;\"> </div>\n<p> </p>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: false,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n\n//brd.suspendUpdate();\n\n    //var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    //var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    circ = brd.create(\'circle\',[[0,0], [1,0]],{fixed:true}); \n\n    var i, p2 = [],L=[], alpha, steps = {stp}; \n\n    for (i=0;i<steps;i++) {        \n        alpha = 2 * Math.PI / steps;         \n        X0= Math.cos(i * alpha);\n        Y0= Math.sin(i * alpha);\n        p2.push(brd.create(\'point\',[X0, Y0], {size:0, withLabel:false}));\n        L.push(brd.create(\'segment\',[[0,0],[X0, Y0]], {withLabel:false,dash:2}));       \n    }\n    var p3 = [];	\n	p3[0] = brd.create(\'point\',[{LXp[0]},{LYp[0]}],{size:4,name:\'{Pts[0]}\',Color:\'green\'});\n	p3[1] = brd.create(\'point\',[{LXp[1]},{LYp[1]}],{size:4,name:\'{Pts[1]}\',Color:\'green\'});\n	p3[2] = brd.create(\'point\',[{LXp[2]},{LYp[2]}],{size:4,name:\'{Pts[2]}\',Color:\'green\'});\n   \n//brd.unsuspendUpdate();\n// ]]></script>\n</p>', 1, '', 1, '6.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220120223605+XAMVat', 'mes-classes.net+220121102607+MfgpJk', 0, 1642718165, 1642760767, 2, 2, 'CT_08'),
(23, 3, 0, 'Trigo05CModi_ Lire les coordonnées d\'un point (Modifier)', '<h5>Trigo05C_ Lire les coordonnées d\'un point</h5>\n<h5>Iire sur le cercle trigonométrique les coordonnées  des points suivants :</h5>\n<h5>(donner l\'angle en radian, et utiliser votre calculatrice)</h5>\n<table style=\"height: 200px; ; width: 200px;\" border=\"1\">\n<tbody>\n<tr>\n<td>i</td>\n<td>angle d°</td>\n<td>Angle Rad</td>\n<td>agn0 modifier</td>\n<td>V0</td>\n<td>XP</td>\n<td>Yp</td>\n</tr>\n<tr>\n<td>1</td>\n<td>{agdn[1]}</td>\n<td>{agn[1]}</td>\n<td>{agn0[1]}</td>\n<td>{V0[1]}</td>\n<td>{Xp[1]}</td>\n<td>{Yp[1]}</td>\n</tr>\n<tr>\n<td>2</td>\n<td>{agdn[2]}</td>\n<td>{agn[2]}</td>\n<td>{agn0[2]}</td>\n<td>{V0[2]}</td>\n<td>{Xp[2]}</td>\n<td>{Yp[2]}</td>\n</tr>\n<tr>\n<td>3</td>\n<td>{agdn[3]}</td>\n<td>{agn[3]}</td>\n<td>{agn0[3]}</td>\n<td>{V0[3]}</td>\n<td>{Xp[3]}</td>\n<td>{Yp[3]}</td>\n</tr>\n<tr>\n<td>4</td>\n<td>{agdn[4]}</td>\n<td>{agn[4]}</td>\n<td>{agn0[4]}</td>\n<td>{V0[4]}</td>\n<td>{Xp[4]}</td>\n<td>{Yp[4]}</td>\n</tr>\n<tr>\n<td>5</td>\n<td>{agdn[5]}</td>\n<td>{agn[5]}</td>\n<td>{agn0[5]}</td>\n<td>{V0[5]}</td>\n<td>{Xp[5]}</td>\n<td>{Yp[5]}</td>\n</tr>\n</tbody>\n</table>\n<p>n={n} , stp={stp}   k= {k}</p>\n<p> </p>\n<p> </p>\n<p>&lt;**********************************************&gt;\n<script type=\"text/javascript\" src=\"https://jsxgraph.org/distrib/jsxgraphcore.js\"></script>\n<script type=\"text/javascript\" src=\"https://code.jquery.com/jquery-3.1.0.min.js\"></script>\n</p>\n<div id=\"jxgbox\" class=\"jxgbox\" style=\"width: 400px; height: 400px;\"> </div>\n<p> </p>\n<p>\n<script type=\"text/javascript\">// <![CDATA[\nvar brd = JXG.JSXGraph.initBoard(\'jxgbox\', {\n        boundingbox: [-1.3, 1.3, 1.3, -1.3],\n        axis: false,\n        grid: false,\n        showFullscreen: true,\n        showNavigation:false,\n        showCopyright:false,\n        defaultAxes:  {\n        x: {\n        ticks: {                                        \n               ticksDistance: 0.2,\n               insertTicks: false\n               }\n            },                       \n         y: {\n             ticks: {                    \n                    ticksDistance: 0.2,\n                    insertTicks: false\n                    }\n             }\n       }\n    });\n\n//brd.suspendUpdate();\n\n    //var Lx = brd.create(\'segment\', [[-5,0], [5,0]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    //var Ly = brd.create(\'segment\', [[0,-5], [0,5]], {strokeColor:\'red\',strokeWidth:2,dash:2});\n    circ = brd.create(\'circle\',[[0,0], [1,0]],{fixed:true}); \n\n    var i, p2 = [],L=[], alpha, steps = {stp}; \n\n    for (i=0;i<steps;i++) {        \n        alpha = 2 * Math.PI / steps;         \n        X0= Math.cos(i * alpha);\n        Y0= Math.sin(i * alpha);\n        p2.push(brd.create(\'point\',[X0, Y0], {size:0, withLabel:false}));\n        L.push(brd.create(\'segment\',[[0,0],[X0, Y0]], {withLabel:false,dash:2}));       \n    }\n    var p3 = [];	\n	p3[0] = brd.create(\'point\',[{LXp[0]},{LYp[0]}],{size:4,name:\'{Pts[0]}\',Color:\'green\'});\n	p3[1] = brd.create(\'point\',[{LXp[1]},{LYp[1]}],{size:4,name:\'{Pts[1]}\',Color:\'green\'});\n	p3[2] = brd.create(\'point\',[{LXp[2]},{LYp[2]}],{size:4,name:\'{Pts[2]}\',Color:\'green\'});\n   \n//brd.unsuspendUpdate();\n// ]]></script>\n</p>', 1, '', 1, '6.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220121102827+glpnjw', 'mes-classes.net+220121110841+nFAoYO', 0, 1642760907, 1642763321, 2, 2, NULL);
INSERT INTO `mdl_question` (`id`, `category`, `parent`, `name`, `questiontext`, `questiontextformat`, `generalfeedback`, `generalfeedbackformat`, `defaultmark`, `penalty`, `qtype`, `length`, `stamp`, `version`, `hidden`, `timecreated`, `timemodified`, `createdby`, `modifiedby`, `idnumber`) VALUES
(24, 4, 0, 'PW_16a installation EDF (Latex/Choix)', '<p>PW_16a installation EDF (Latex/Choix)</p>\n<!--*******************************************************-->\n<script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js\"></script>\n<script type=\"text/javascript\">// <![CDATA[\n$(document).ready(function(){\n\n/**\n  * Styles are defined below in jQuery because they are not cleared by the Atto editor, but otherwise they could have been defined in <style>.\n *\n * Reference: W3Schools.com - Hoverable dropdown: https://www.w3schools.com/howto/howto_css_dropdown.asp\n * Maybe I should have made a clickable dropdown: https://www.w3schools.com/howto/howto_js_dropdown.asp\n */\n\n/**\n  * Add classes and dropdown button.\n */\n    $(\"div.formulaspart\").addClass(\"mcx_dropdown\");\n    $(\"div.multichoice_answer\").addClass(\"mcx_dropdown_panel\");\n    $(\"<div class=\'mcx_dropbtn\'>Choisir la bonne expression... &nbsp; <span style=\'vertical-align:3px;\'>↕</span></div>\").insertBefore(\"div.mcx_dropdown_panel\");\n\n/**\n  * Style .mcx_dropdown, the <div> container needed to position the dropdown panel.\n */\n  /* $(\".mcx_dropdown\").css(\"position\",\"relative\");\n    $(\".mcx_dropdown\").css(\"display\",\"inline-block\");\n    $(\".mcx_dropdown\").css(\"text-align\",\"center\");\n    $(\".mcx_dropdown\").css(\"background-color\",\"#FFF\");\n    $(\".mcx_dropdown\").css(\"border\",\"1px solid #8f959e\");\n    $(\".mcx_dropdown\").css(\"padding\",\"5px\");\n\n/**\n  * Style .mcx_dropbtn, the dropdown button.\n  */\n    $(\".mcx_dropbtn\").css(\"background-color\",\"#FFF\");\n    $(\".mcx_dropbtn\").css(\"text-align\",\"center\");\n    $(\".mcx_dropbtn\").css(\"cursor\",\"default\");\n    $(\".mcx_dropbtn\").css(\"display\",\"inline-block\");\n    $(\".mcx_dropbtn\").css(\"vertical-align\",\"middle\");\n    $(\".mcx_dropbtn\").css(\"padding\",\"3px 10px 4px\");\n\n    // IF YOU HAVE WIDE EQUATIONS, YOU MAY WANT TO ADJUST THE WIDTH OF THE DROP-DOWN BUTTON BELOW:\n    // ********************************************************************************************************************\n    $(\".mcx_dropbtn\").css(\"width\",\"280px\");\n\n/**\n  * Style mcx_dropdown_panel, the dropdown panel (hidden by default).\n  */\n    $(\".mcx_dropdown_panel\").css(\"display\",\"none\");\n    $(\".mcx_dropdown_panel\").css(\"position\",\"absolute\");\n    $(\".mcx_dropdown_panel\").css(\"min-width\",\"160px\");\n    $(\".mcx_dropdown_panel\").css(\"z-index\",\"1\");\n    $(\".mcx_dropdown_panel\").css(\"background-color\",\"#FFF\");\n    $(\".mcx_dropdown_panel\").css(\"border\",\"1px solid #CCC\");\n    $(\".mcx_dropdown_panel\").css(\"padding\",\"5px 10px 5px\");\n    $(\".mcx_dropdown_panel\").css(\"box-shadow\",\"0px 8px 16px 0px rgba(0,0,0,0.2)\");\n\n/**\n  * Style the elements inside the dropdown panel.\n  */\n    $(\".mcx_dropdown_panel div\").css(\"text-align\",\"center\");\n    $(\".mcx_dropdown_panel div\").css(\"margin\",\"15px 0px\");\n\n/**\n  * Change color of the panel elements on hover.\n  */\n    $(\".mcx_dropdown_panel div\").hover(function(){\n        $(this).css(\"background-color\",\"#bcddf9\");\n    }, function(){\n        $(this).css(\"background-color\",\"#FFF\");\n    });\n\n/**\n  * Show the dropdown panel on hover.\n  */\n    $(\".mcx_dropdown\").hover(function(){\n        $(\".mcx_dropdown_panel\").show();\n        $(\".mcx_dropdown_panel\").css(\"text-align\",\"center\");\n    }, function(){\n        $(\".mcx_dropdown_panel\").hide();\n    });\n\n/**\n  * Hide the radio buttons.\n  */\n    $(\'input[type=radio]\').css(\"display\",\"none\");\n\n/**\n  * Copy the selected element to the dropdown button.\n  */\n    $(\"input[type=radio]\").change(function(){\n        $(\"div.mcx_dropbtn\").empty();\n        $(\"input[type=radio]:checked + label\").clone().appendTo(\"div.mcx_dropbtn\");\n        $(\"div.mcx_dropbtn\").append(\" &nbsp; &nbsp; <span style=\'vertical-align:3px;\'>↕</span>\");\n        $(\".mcx_dropdown_panel\").hide();\n    });\n\n/**\n  * After clicking the [Check] button.\n  */\n    if ($(\"input[type=radio]\").is(\":checked\")) {\n        $(\"div.mcx_dropbtn\").empty();\n        $(\"input[type=radio]:checked + label\").clone().appendTo(\"div.mcx_dropbtn\");\n        $(\"div.mcx_dropbtn\").append(\" &nbsp; &nbsp; <span style=\'vertical-align:3px;\'>↕</span>\");\n        $(\".mcx_dropdown_panel\").hide();\n        $(\".mcx_dropdown\").css(\"background-color\",\"#e8eef0\");\n        $(\".mcx_dropbtn\").css(\"background-color\",\"#e8eef0\");\n        //$(\".mcx_dropdown\").hover(function(){\n                $(\".mcx_dropdown_panel\").hide();\n        });\n    }\n\n/**\n  * Extra space below the [Check] button required only for the Embed display.\n  */\n    $(\"<div style=\'height:250px;\'></div>\").appendTo(\".formulation\");\n\n});\n// ]]></script>\n<!--*******************************************************-->\n<p class=\"MsoNormalCxSpFirst\" style=\"margin-bottom: .0001pt; mso-add-space: auto; text-align: justify;\"><span style=\"font-family: \'Times New Roman\',\'serif\'; mso-ascii-theme-font: major-bidi; mso-hansi-theme-font: major-bidi; mso-bidi-theme-font: major-bidi;\">Une installation électrique alimentée par le réseau EDF (230V/50Hz) est composée d’une ampoule de {p}VA, d’un radiateur de {p1}VA et d’un aspirateur branché (facteur de puissance cos </span><span style=\"font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-ascii-theme-font: major-bidi; mso-hansi-font-family: \'Times New Roman\'; mso-hansi-theme-font: major-bidi; mso-bidi-font-family: \'Times New Roman\'; mso-bidi-theme-font: major-bidi; mso-char-type: symbol; mso-symbol-font-family: Symbol;\">j</span><span style=\"font-family: \'Times New Roman\',\'serif\'; mso-ascii-theme-font: major-bidi; mso-hansi-theme-font: major-bidi; mso-bidi-theme-font: major-bidi;\">={a}).</span></p>', 1, '', 1, '4.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102210150+hPyyih', 'mes-classes.net+220102210150+ajVyuR', 0, 1641157310, 1641157310, 2, 2, 'PW_16a'),
(25, 4, 0, 'Situation01:Comment varie la tension?', '<h4><span style=\"color: #008000;\"><em><strong>Situation01:Comment varie la tension?</strong></em></span> <br></h4>\n<div class=\"atto_bsgrid container-fluid\">\n<div class=\"row-fluid\">\n<div class=\"col-md-6 span6\">\n<p>&nbsp;<strong>Nadia étudie le fonctionnement d’un transformateur électrique. Elle a relevé </strong><strong>l’oscillogramme de la tension de sortie et elle veut déterminer l’expression</strong><strong> modélisant cette tension.</strong> <br></p>\n<p><em><strong>Nadia veut étudier l’influence des différents termes de l’expression de la tension sinusoïdale avec un logiciel.<br>Elle voudrait ainsi retrouver l’expression de la tension de sortie du transformateur représentée ci- contre.</strong></em></p>\n<h6>&nbsp;</h6>\n<p>&nbsp;</p>\n</div>\n<div class=\"col-md-6 span6\">\n<p><img src=\"@@PLUGINFILE@@/Fonction-Sin-03.png\" alt=\"img03\" class=\"img-responsive atto_image_button_text-bottom\" width=\"350\" height=\"326\"></p>\n</div>\n</div>\n<br> &nbsp; <br>&nbsp;&nbsp;</div>', 1, '', 1, '7.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102210150+nQPXAJ', 'mes-classes.net+220117210359+TS2A0s', 0, 1641157310, 1642453439, 2, 2, 'Situation01'),
(26, 4, 0, 'Situation02:Traduire un problème par une inéquation', '<p> <span style=\"color: #008000;\"><em><strong>Situation02:Traduire un problème par une inéquation et la résoudre</strong></em></span></p>\n<table class=\"table\">\n<tbody>\n<tr>\n<td style=\"height: 300px; width: 75%;\">\n<h5><em>{joueur1} et {joueur2} jouent au même jeu vidéo, ils ont choisi chacun un guerrier et se livrent à des combats.<br />Chaque combat rapporte {gain1} points au vainqueur et aucun point pour le perdant.<br />À partir de <em>{pt3}</em> points gagnés, on est un « guerrier conquérant ». Pour être un « guerrier invincible », il faut <em><em>{pt4}</em></em> points.</em><br /><em><em>{joueur1}</em> qui débute dans ce jeu a {pt1} points. <em>{joueur2}</em>, lui, est déjà un guerrier conquérant avec <em>{pt2}</em> points.</em><br />On note <em>\\(x\\)</em> le nombre de combats que <em>{joueur1}</em> va gagner à partir de son score actuel.<br /><br /><strong><span style=\"color: #ff0000;\"><em>Problématique cas du {joueur1}</em></span></strong></h5>\n<h5><em><strong><span style=\"color: #808080;\">Combien de combats <em>{joueur1}</em> doit-il gagner pour atteindre le niveau supérieur ?</span> </strong> </em></h5>\n</td>\n<td style=\"height: 300px; width: 25%;\">  <img src=\"@@PLUGINFILE@@/Guilty_Gear_Revelator_007-768x432.jpg\" alt=\"\" width=\"400\" height=\"225\" />  </td>\n</tr>\n</tbody>\n</table>\n<p> </p>\n<p> </p>', 1, '', 1, '5.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102210150+BXxRBG', 'mes-classes.net+220102210150+t2nU7F', 0, 1641157310, 1641157310, 2, 2, 'Situation02'),
(27, 4, 0, 'Situation03:Traduire un problème par une inéquation', '<p> <span style=\"color: #008000;\"><em><strong>Situation03:Traduire un problème par une inéquation et la résoudre</strong></em></span></p>\n<table class=\"table\">\n<tbody>\n<tr>\n<td style=\"height: 300px; width: 75%;\">\n<h5><em>{joueur1} et {joueur2} jouent au même jeu vidéo, ils ont choisi chacun un guerrier et se livrent à des combats.<br />Chaque combat rapporte {gain1} points au vainqueur et aucun point pour le perdant.<br />À partir de <em>{pt3}</em> points gagnés, on est un « guerrier conquérant ». Pour être un « guerrier invincible », il faut <em><em>{pt4}</em></em> points.</em><br /><em><em>{joueur1}</em> qui débute dans ce jeu a {pt1} points. <em>{joueur2}</em>, lui, est déjà un guerrier conquérant avec <em>{pt2}</em> points.</em><br />On note <em>\\(x\\)</em> le nombre de combats que <em>{joueur2}</em> va gagner à partir de son score actuel <br /><br /><strong><span style=\"color: #ff0000;\"><em>Problématique: cas <span style=\"color: #ff0000;\"><em><strong><em>{joueur2}</em></strong></em></span></em></span></strong><br /><em><strong><span style=\"color: #808080;\">Combien de combats  <em>{joueur2} </em>doit-il gagner  pour atteindre le niveau supérieur ?</span></strong></em></h5>\n</td>\n<td style=\"height: 300px; width: 25%;\">  <img src=\"@@PLUGINFILE@@/1594535300-2895-card.jpg\" alt=\"\" width=\"300\" height=\"169\" />  </td>\n</tr>\n</tbody>\n</table>', 1, '', 1, '5.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102210150+PoQe81', 'mes-classes.net+220102210150+fJGaKM', 0, 1641157310, 1641157310, 2, 2, 'Situation03'),
(28, 4, 0, 'Vol d\'un drone', '<p> </p>\n<h4>Drone</h4>\n<p>A drone starts at point A with the coordinates ({Ax} km | {Ay} km) and flies in a straight to point B ({Bx} km | {By} km ). Afterwards the drone flies in a straight line to point C ({Cx} km | {Cy} km).</p>\n<p> </p>\n<p><span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"2\" data-number-of-phrases=\"8\"><span>Un drone part du point A avec les coordonnées({Ax} km | {Ay} km)<span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b C1N51c\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"2\" data-number-of-phrases=\"8\"><span>et vole en ligne droite jusqu\'au point B({Bx} km | {By} km ).<span class=\"VIiyi\" lang=\"fr\"><span class=\"JLqJ4b ChMk0b\" data-language-for-alternatives=\"fr\" data-language-to-translate-into=\"en\" data-phrase-index=\"3\" data-number-of-phrases=\"8\"><span>Ensuite, le drone vole en ligne droite jusqu\'au point C({Cx} km | {Cy} km).</span></span></span></span></span></span></span></span></span></p>\n<p>Comment: This question is based on the Swiss national coordinates.</p>\n<p> </p>\n<p> </p>', 1, '<p> </p>\n<p>From A to B, the drone flies {strecke1} km in direction {richtungw}.</p>\n<p>From B to C the drone covers a distance of {strecke2} km.</p>\n<p>\\(\\sqrt{({Bx}-{Cx})^2+({By}-{Cy})^2}\\)</p>\n<p>The whole flight covers {strecke1}+{strecke2}={strecke_gesamt} km.</p>\n<p>The speed of the drone is {geschw} km/h.</p>\n<p>Flight time is {zeit} hours.</p>\n<p>\\(t=\\frac{s}{v}=\\frac{{strecke_gesamt}}{{geschw}}\\)</p>\n<p>That\'s {zeith} hours, {zeitm} minutes und {zeits} seconds.</p>\n<p> </p>\n<p> </p>', 1, '4.0000000', '0.3333333', 'formulas', 1, 'mes-classes.net+220102210150+eyputB', 'mes-classes.net+220102210150+8WBcCz', 0, 1641157310, 1641157310, 2, 2, NULL);

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

--
-- Structure de la table `mdl_question_answers`
--

CREATE TABLE `mdl_question_answers` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` longtext NOT NULL,
  `answerformat` tinyint(2) NOT NULL DEFAULT 0,
  `fraction` decimal(12,7) NOT NULL DEFAULT 0.0000000,
  `feedback` longtext NOT NULL,
  `feedbackformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Answers, with a fractional grade (0-1) and feedback' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_question_answers`
--

INSERT INTO `mdl_question_answers` (`id`, `question`, `answer`, `answerformat`, `fraction`, `feedback`, `feedbackformat`) VALUES
(1, 6, '<p>1</p>', 1, '1.0000000', '', 1),
(2, 6, '<p>2</p>', 1, '0.0000000', '', 1),
(3, 6, '<p>3</p>', 1, '0.0000000', '', 1),
(4, 6, '<p>4</p>', 1, '0.0000000', '', 1);

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

--
-- Structure de la table `mdl_question_attempts`
--

CREATE TABLE `mdl_question_attempts` (
  `id` bigint(10) NOT NULL,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `behaviour` varchar(32) NOT NULL DEFAULT '',
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) NOT NULL DEFAULT 1,
  `maxmark` decimal(12,7) NOT NULL,
  `minfraction` decimal(12,7) NOT NULL,
  `maxfraction` decimal(12,7) NOT NULL DEFAULT 1.0000000,
  `flagged` tinyint(1) NOT NULL DEFAULT 0,
  `questionsummary` longtext DEFAULT NULL,
  `rightanswer` longtext DEFAULT NULL,
  `responsesummary` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each row here corresponds to an attempt at one question, as ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_attempt_steps`
--

CREATE TABLE `mdl_question_attempt_steps` (
  `id` bigint(10) NOT NULL,
  `questionattemptid` bigint(10) NOT NULL,
  `sequencenumber` bigint(10) NOT NULL,
  `state` varchar(13) NOT NULL DEFAULT '',
  `fraction` decimal(12,7) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores one step in in a question attempt. As well as the dat' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_attempt_step_data`
--

CREATE TABLE `mdl_question_attempt_step_data` (
  `id` bigint(10) NOT NULL,
  `attemptstepid` bigint(10) NOT NULL,
  `name` varchar(32) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each question_attempt_step has an associative array of the d' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_calculated`
--

CREATE TABLE `mdl_question_calculated` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` bigint(10) NOT NULL DEFAULT 0,
  `tolerance` varchar(20) NOT NULL DEFAULT '0.0',
  `tolerancetype` bigint(10) NOT NULL DEFAULT 1,
  `correctanswerlength` bigint(10) NOT NULL DEFAULT 2,
  `correctanswerformat` bigint(10) NOT NULL DEFAULT 2
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for questions of type calculated' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_calculated_options`
--

CREATE TABLE `mdl_question_calculated_options` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `synchronize` tinyint(2) NOT NULL DEFAULT 0,
  `single` smallint(4) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 0,
  `correctfeedback` longtext DEFAULT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext DEFAULT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext DEFAULT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `answernumbering` varchar(10) NOT NULL DEFAULT 'abc',
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for questions of type calculated' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_categories`
--

CREATE TABLE `mdl_question_categories` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `info` longtext NOT NULL,
  `infoformat` tinyint(2) NOT NULL DEFAULT 0,
  `stamp` varchar(255) NOT NULL DEFAULT '',
  `parent` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 999,
  `idnumber` varchar(100) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Categories are for grouping questions' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_question_categories`
--

INSERT INTO `mdl_question_categories` (`id`, `name`, `contextid`, `info`, `infoformat`, `stamp`, `parent`, `sortorder`, `idnumber`) VALUES
(1, 'top', 34, '', 0, 'localhost+220130110931+To1Kj5', 0, 0, NULL),
(2, 'Défaut pour Trg', 34, 'La catégorie par défaut pour les questions partagées dans le contexte « Trg ».', 0, 'mes-classes.net+210826055854+EiHqVF', 1, 999, NULL),
(3, 'Exercices Trigo', 34, '<p>La catégorie par défaut pour les questions partagées dans le contexte «&nbsp;trigo&nbsp;».</p>', 1, 'mes-classes.net+220102205142+aZNGQk', 1, 999, 'ExeTrig'),
(4, 'Etude Des Situations', 34, '<p>La catégorie par défaut pour les questions partagées dans le contexte « 01 R1D ».</p>', 1, 'mes-classes.net+220102210150+GamFZ1', 1, 999, 'EtudeSituations');

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

--
-- Structure de la table `mdl_question_datasets`
--

CREATE TABLE `mdl_question_datasets` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `datasetdefinition` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Many-many relation between questions and dataset definitions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_dataset_definitions`
--

CREATE TABLE `mdl_question_dataset_definitions` (
  `id` bigint(10) NOT NULL,
  `category` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` bigint(10) NOT NULL DEFAULT 0,
  `options` varchar(255) NOT NULL DEFAULT '',
  `itemcount` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Organises and stores properties for dataset items' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_dataset_items`
--

CREATE TABLE `mdl_question_dataset_items` (
  `id` bigint(10) NOT NULL,
  `definition` bigint(10) NOT NULL DEFAULT 0,
  `itemnumber` bigint(10) NOT NULL DEFAULT 0,
  `value` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Individual dataset items' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_ddwtos`
--

CREATE TABLE `mdl_question_ddwtos` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines drag and drop (words into sentences) questions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_gapselect`
--

CREATE TABLE `mdl_question_gapselect` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 1,
  `correctfeedback` longtext NOT NULL,
  `correctfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `partiallycorrectfeedback` longtext NOT NULL,
  `partiallycorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `incorrectfeedback` longtext NOT NULL,
  `incorrectfeedbackformat` tinyint(2) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines select missing words questions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_hints`
--

CREATE TABLE `mdl_question_hints` (
  `id` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `hint` longtext NOT NULL,
  `hintformat` smallint(4) NOT NULL DEFAULT 0,
  `shownumcorrect` tinyint(1) DEFAULT NULL,
  `clearwrong` tinyint(1) DEFAULT NULL,
  `options` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the the part of the question definition that gives di' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_question_hints`
--

INSERT INTO `mdl_question_hints` (`id`, `questionid`, `hint`, `hintformat`, `shownumcorrect`, `clearwrong`, `options`) VALUES
(1, 28, '<p>I think, there are some mistakes in your calculation.</p>', 1, 1, 1, NULL),
(2, 28, '<p>Please, try one last time.</p>', 1, 1, 1, NULL);

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

--
-- Structure de la table `mdl_question_multianswer`
--

CREATE TABLE `mdl_question_multianswer` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `sequence` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for multianswer questions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_numerical`
--

CREATE TABLE `mdl_question_numerical` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `answer` bigint(10) NOT NULL DEFAULT 0,
  `tolerance` varchar(255) NOT NULL DEFAULT '0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for numerical questions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_numerical_options`
--

CREATE TABLE `mdl_question_numerical_options` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `showunits` smallint(4) NOT NULL DEFAULT 0,
  `unitsleft` smallint(4) NOT NULL DEFAULT 0,
  `unitgradingtype` smallint(4) NOT NULL DEFAULT 0,
  `unitpenalty` decimal(12,7) NOT NULL DEFAULT 0.1000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for questions of type numerical This table is also u' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_numerical_units`
--

CREATE TABLE `mdl_question_numerical_units` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `multiplier` decimal(38,19) NOT NULL DEFAULT 1.0000000000000000000,
  `unit` varchar(50) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Optional unit options for numerical questions. This table is' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_response_analysis`
--

CREATE TABLE `mdl_question_response_analysis` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichtries` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `subqid` varchar(100) NOT NULL DEFAULT '',
  `aid` varchar(100) DEFAULT NULL,
  `response` longtext DEFAULT NULL,
  `credit` decimal(15,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Analysis of student responses given to questions.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_response_count`
--

CREATE TABLE `mdl_question_response_count` (
  `id` bigint(10) NOT NULL,
  `analysisid` bigint(10) NOT NULL,
  `try` bigint(10) NOT NULL,
  `rcount` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Count for each responses for each try at a question.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_statistics`
--

CREATE TABLE `mdl_question_statistics` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL,
  `questionid` bigint(10) NOT NULL,
  `slot` bigint(10) DEFAULT NULL,
  `subquestion` smallint(4) NOT NULL,
  `variant` bigint(10) DEFAULT NULL,
  `s` bigint(10) NOT NULL DEFAULT 0,
  `effectiveweight` decimal(15,5) DEFAULT NULL,
  `negcovar` tinyint(2) NOT NULL DEFAULT 0,
  `discriminationindex` decimal(15,5) DEFAULT NULL,
  `discriminativeefficiency` decimal(15,5) DEFAULT NULL,
  `sd` decimal(15,10) DEFAULT NULL,
  `facility` decimal(15,10) DEFAULT NULL,
  `subquestions` longtext DEFAULT NULL,
  `maxmark` decimal(12,7) DEFAULT NULL,
  `positions` longtext DEFAULT NULL,
  `randomguessscore` decimal(12,7) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Statistics for individual questions used in an activity.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_truefalse`
--

CREATE TABLE `mdl_question_truefalse` (
  `id` bigint(10) NOT NULL,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `trueanswer` bigint(10) NOT NULL DEFAULT 0,
  `falseanswer` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Options for True-False questions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_question_usages`
--

CREATE TABLE `mdl_question_usages` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table''s main purpose it to assign a unique id to each a' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz`
--

CREATE TABLE `mdl_quiz` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timelimit` bigint(10) NOT NULL DEFAULT 0,
  `overduehandling` varchar(16) NOT NULL DEFAULT 'autoabandon',
  `graceperiod` bigint(10) NOT NULL DEFAULT 0,
  `preferredbehaviour` varchar(32) NOT NULL DEFAULT '',
  `canredoquestions` smallint(4) NOT NULL DEFAULT 0,
  `attempts` mediumint(6) NOT NULL DEFAULT 0,
  `attemptonlast` smallint(4) NOT NULL DEFAULT 0,
  `grademethod` smallint(4) NOT NULL DEFAULT 1,
  `decimalpoints` smallint(4) NOT NULL DEFAULT 2,
  `questiondecimalpoints` smallint(4) NOT NULL DEFAULT -1,
  `reviewattempt` mediumint(6) NOT NULL DEFAULT 0,
  `reviewcorrectness` mediumint(6) NOT NULL DEFAULT 0,
  `reviewmarks` mediumint(6) NOT NULL DEFAULT 0,
  `reviewspecificfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `reviewgeneralfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `reviewrightanswer` mediumint(6) NOT NULL DEFAULT 0,
  `reviewoverallfeedback` mediumint(6) NOT NULL DEFAULT 0,
  `questionsperpage` bigint(10) NOT NULL DEFAULT 0,
  `navmethod` varchar(16) NOT NULL DEFAULT 'free',
  `shuffleanswers` smallint(4) NOT NULL DEFAULT 0,
  `sumgrades` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `grade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `password` varchar(255) NOT NULL DEFAULT '',
  `subnet` varchar(255) NOT NULL DEFAULT '',
  `browsersecurity` varchar(32) NOT NULL DEFAULT '',
  `delay1` bigint(10) NOT NULL DEFAULT 0,
  `delay2` bigint(10) NOT NULL DEFAULT 0,
  `showuserpicture` smallint(4) NOT NULL DEFAULT 0,
  `showblocks` smallint(4) NOT NULL DEFAULT 0,
  `completionattemptsexhausted` tinyint(1) DEFAULT 0,
  `completionpass` tinyint(1) DEFAULT 0,
  `allowofflineattempts` tinyint(1) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The settings for each quiz.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quizaccess_seb_quizsettings`
--

CREATE TABLE `mdl_quizaccess_seb_quizsettings` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `templateid` bigint(10) NOT NULL,
  `requiresafeexambrowser` tinyint(1) NOT NULL,
  `showsebtaskbar` tinyint(1) DEFAULT NULL,
  `showwificontrol` tinyint(1) DEFAULT NULL,
  `showreloadbutton` tinyint(1) DEFAULT NULL,
  `showtime` tinyint(1) DEFAULT NULL,
  `showkeyboardlayout` tinyint(1) DEFAULT NULL,
  `allowuserquitseb` tinyint(1) DEFAULT NULL,
  `quitpassword` longtext DEFAULT NULL,
  `linkquitseb` longtext DEFAULT NULL,
  `userconfirmquit` tinyint(1) DEFAULT NULL,
  `enableaudiocontrol` tinyint(1) DEFAULT NULL,
  `muteonstartup` tinyint(1) DEFAULT NULL,
  `allowspellchecking` tinyint(1) DEFAULT NULL,
  `allowreloadinexam` tinyint(1) DEFAULT NULL,
  `activateurlfiltering` tinyint(1) DEFAULT NULL,
  `filterembeddedcontent` tinyint(1) DEFAULT NULL,
  `expressionsallowed` longtext DEFAULT NULL,
  `regexallowed` longtext DEFAULT NULL,
  `expressionsblocked` longtext DEFAULT NULL,
  `regexblocked` longtext DEFAULT NULL,
  `allowedbrowserexamkeys` longtext DEFAULT NULL,
  `showsebdownloadlink` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the quiz level Safe Exam Browser configuration.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quizaccess_seb_template`
--

CREATE TABLE `mdl_quizaccess_seb_template` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `content` longtext NOT NULL,
  `enabled` tinyint(1) NOT NULL,
  `sortorder` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Templates for Safe Exam Browser configuration.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_attempts`
--

CREATE TABLE `mdl_quiz_attempts` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `attempt` mediumint(6) NOT NULL DEFAULT 0,
  `uniqueid` bigint(10) NOT NULL DEFAULT 0,
  `layout` longtext NOT NULL,
  `currentpage` bigint(10) NOT NULL DEFAULT 0,
  `preview` smallint(3) NOT NULL DEFAULT 0,
  `state` varchar(16) NOT NULL DEFAULT 'inprogress',
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timefinish` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `timemodifiedoffline` bigint(10) NOT NULL DEFAULT 0,
  `timecheckstate` bigint(10) DEFAULT 0,
  `sumgrades` decimal(10,5) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores users attempts at quizzes.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_feedback`
--

CREATE TABLE `mdl_quiz_feedback` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL DEFAULT 0,
  `feedbacktext` longtext NOT NULL,
  `feedbacktextformat` tinyint(2) NOT NULL DEFAULT 0,
  `mingrade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `maxgrade` decimal(10,5) NOT NULL DEFAULT 0.00000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Feedback given to students based on which grade band their o' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_grades`
--

CREATE TABLE `mdl_quiz_grades` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `grade` decimal(10,5) NOT NULL DEFAULT 0.00000,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the overall grade for each user on the quiz, based on' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_overrides`
--

CREATE TABLE `mdl_quiz_overrides` (
  `id` bigint(10) NOT NULL,
  `quiz` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `timeopen` bigint(10) DEFAULT NULL,
  `timeclose` bigint(10) DEFAULT NULL,
  `timelimit` bigint(10) DEFAULT NULL,
  `attempts` mediumint(6) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The overrides to quiz settings on a per-user and per-group b' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_overview_regrades`
--

CREATE TABLE `mdl_quiz_overview_regrades` (
  `id` bigint(10) NOT NULL,
  `questionusageid` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `newfraction` decimal(12,7) DEFAULT NULL,
  `oldfraction` decimal(12,7) DEFAULT NULL,
  `regraded` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table records which question attempts need regrading an' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_reports`
--

CREATE TABLE `mdl_quiz_reports` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `displayorder` bigint(10) NOT NULL,
  `capability` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Lists all the installed quiz reports and their display order' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_quiz_reports`
--

INSERT INTO `mdl_quiz_reports` (`id`, `name`, `displayorder`, `capability`) VALUES
(1, 'grading', 6000, 'mod/quiz:grade'),
(2, 'overview', 10000, NULL),
(3, 'responses', 9000, NULL),
(4, 'statistics', 8000, 'quiz/statistics:view');

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

--
-- Structure de la table `mdl_quiz_sections`
--

CREATE TABLE `mdl_quiz_sections` (
  `id` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL,
  `firstslot` bigint(10) NOT NULL,
  `heading` varchar(1333) DEFAULT NULL,
  `shufflequestions` smallint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores sections of a quiz with section name (heading), from ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_slots`
--

CREATE TABLE `mdl_quiz_slots` (
  `id` bigint(10) NOT NULL,
  `slot` bigint(10) NOT NULL,
  `quizid` bigint(10) NOT NULL DEFAULT 0,
  `page` bigint(10) NOT NULL,
  `requireprevious` smallint(4) NOT NULL DEFAULT 0,
  `questionid` bigint(10) NOT NULL DEFAULT 0,
  `questioncategoryid` bigint(10) DEFAULT NULL,
  `includingsubcategories` smallint(4) DEFAULT NULL,
  `maxmark` decimal(12,7) NOT NULL DEFAULT 0.0000000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the question used in a quiz, with the order, and for ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_slot_tags`
--

CREATE TABLE `mdl_quiz_slot_tags` (
  `id` bigint(10) NOT NULL,
  `slotid` bigint(10) DEFAULT NULL,
  `tagid` bigint(10) DEFAULT NULL,
  `tagname` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores data about the tags that a question must have so that' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_quiz_statistics`
--

CREATE TABLE `mdl_quiz_statistics` (
  `id` bigint(10) NOT NULL,
  `hashcode` varchar(40) NOT NULL DEFAULT '',
  `whichattempts` smallint(4) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstattemptscount` bigint(10) NOT NULL,
  `highestattemptscount` bigint(10) NOT NULL,
  `lastattemptscount` bigint(10) NOT NULL,
  `allattemptscount` bigint(10) NOT NULL,
  `firstattemptsavg` decimal(15,5) DEFAULT NULL,
  `highestattemptsavg` decimal(15,5) DEFAULT NULL,
  `lastattemptsavg` decimal(15,5) DEFAULT NULL,
  `allattemptsavg` decimal(15,5) DEFAULT NULL,
  `median` decimal(15,5) DEFAULT NULL,
  `standarddeviation` decimal(15,5) DEFAULT NULL,
  `skewness` decimal(15,10) DEFAULT NULL,
  `kurtosis` decimal(15,5) DEFAULT NULL,
  `cic` decimal(15,10) DEFAULT NULL,
  `errorratio` decimal(15,10) DEFAULT NULL,
  `standarderror` decimal(15,10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='table to cache results from analysis done in statistics repo' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_rating`
--

CREATE TABLE `mdl_rating` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `ratingarea` varchar(50) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `scaleid` bigint(10) NOT NULL,
  `rating` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='moodle ratings' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_registration_hubs`
--

CREATE TABLE `mdl_registration_hubs` (
  `id` bigint(10) NOT NULL,
  `token` varchar(255) NOT NULL DEFAULT '',
  `hubname` varchar(255) NOT NULL DEFAULT '',
  `huburl` varchar(255) NOT NULL DEFAULT '',
  `confirmed` tinyint(1) NOT NULL DEFAULT 0,
  `secret` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='hub where the site is registered on with their associated to' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_repository`
--

CREATE TABLE `mdl_repository` (
  `id` bigint(10) NOT NULL,
  `type` varchar(255) NOT NULL DEFAULT '',
  `visible` tinyint(1) DEFAULT 1,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table contains one entry for every configured external ' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_repository`
--

INSERT INTO `mdl_repository` (`id`, `type`, `visible`, `sortorder`) VALUES
(1, 'areafiles', 1, 1),
(2, 'contentbank', 1, 2),
(3, 'local', 1, 3),
(4, 'recent', 1, 4),
(5, 'upload', 1, 5),
(6, 'url', 1, 6),
(7, 'user', 1, 7),
(8, 'wikimedia', 1, 8);

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

--
-- Structure de la table `mdl_repository_instances`
--

CREATE TABLE `mdl_repository_instances` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `typeid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL,
  `username` varchar(255) DEFAULT NULL,
  `password` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `readonly` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table contains one entry for every configured external ' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_repository_instances`
--

INSERT INTO `mdl_repository_instances` (`id`, `name`, `typeid`, `userid`, `contextid`, `username`, `password`, `timecreated`, `timemodified`, `readonly`) VALUES
(1, '', 1, 0, 1, NULL, NULL, 1643502165, 1643502165, 0),
(2, '', 2, 0, 1, NULL, NULL, 1643502166, 1643502166, 0),
(3, '', 3, 0, 1, NULL, NULL, 1643502172, 1643502172, 0),
(4, '', 4, 0, 1, NULL, NULL, 1643502175, 1643502175, 0),
(5, '', 5, 0, 1, NULL, NULL, 1643502176, 1643502176, 0),
(6, '', 6, 0, 1, NULL, NULL, 1643502177, 1643502177, 0),
(7, '', 7, 0, 1, NULL, NULL, 1643502178, 1643502178, 0),
(8, '', 8, 0, 1, NULL, NULL, 1643502179, 1643502179, 0);

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

--
-- Structure de la table `mdl_repository_instance_config`
--

CREATE TABLE `mdl_repository_instance_config` (
  `id` bigint(10) NOT NULL,
  `instanceid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The config for intances' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_repository_onedrive_access`
--

CREATE TABLE `mdl_repository_onedrive_access` (
  `id` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `usermodified` bigint(10) NOT NULL,
  `permissionid` varchar(255) NOT NULL DEFAULT '',
  `itemid` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of temporary access grants.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_resource`
--

CREATE TABLE `mdl_resource` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `tobemigrated` smallint(4) NOT NULL DEFAULT 0,
  `legacyfiles` smallint(4) NOT NULL DEFAULT 0,
  `legacyfileslast` bigint(10) DEFAULT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `filterfiles` smallint(4) NOT NULL DEFAULT 0,
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each record is one resource and its config data' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_resource`
--

INSERT INTO `mdl_resource` (`id`, `course`, `name`, `intro`, `introformat`, `tobemigrated`, `legacyfiles`, `legacyfileslast`, `display`, `displayoptions`, `filterfiles`, `revision`, `timemodified`) VALUES
(1, 2, 'Exercices série 1', '', 1, 0, 0, NULL, 6, 'a:2:{s:10:\"popupwidth\";i:620;s:11:\"popupheight\";i:450;}', 0, 1, 1641280969),
(2, 2, 'Situation 01', '', 1, 0, 0, NULL, 0, 'a:1:{s:10:\"printintro\";i:1;}', 0, 1, 1642490776);

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

--
-- Structure de la table `mdl_resource_old`
--

CREATE TABLE `mdl_resource_old` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `type` varchar(30) NOT NULL DEFAULT '',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `alltext` longtext NOT NULL,
  `popup` longtext NOT NULL,
  `options` varchar(255) NOT NULL DEFAULT '',
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `cmid` bigint(10) DEFAULT NULL,
  `newmodule` varchar(50) DEFAULT NULL,
  `newid` bigint(10) DEFAULT NULL,
  `migrated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='backup of all old resource instances from 1.9' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_role`
--

CREATE TABLE `mdl_role` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `shortname` varchar(100) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `archetype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='moodle roles' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role`
--

INSERT INTO `mdl_role` (`id`, `name`, `shortname`, `description`, `sortorder`, `archetype`) VALUES
(1, '', 'manager', '', 1, 'manager'),
(2, '', 'coursecreator', '', 2, 'coursecreator'),
(3, '', 'editingteacher', '', 3, 'editingteacher'),
(4, '', 'teacher', '', 4, 'teacher'),
(5, '', 'student', '', 5, 'student'),
(6, '', 'guest', '', 6, 'guest'),
(7, '', 'user', '', 7, 'user'),
(8, '', 'frontpage', '', 8, 'frontpage');

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

--
-- Structure de la table `mdl_role_allow_assign`
--

CREATE TABLE `mdl_role_allow_assign` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `allowassign` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='this defines what role can assign what role' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_allow_assign`
--

INSERT INTO `mdl_role_allow_assign` (`id`, `roleid`, `allowassign`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 3, 4),
(7, 3, 5);

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

--
-- Structure de la table `mdl_role_allow_override`
--

CREATE TABLE `mdl_role_allow_override` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `allowoverride` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='this defines what role can override what role' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_allow_override`
--

INSERT INTO `mdl_role_allow_override` (`id`, `roleid`, `allowoverride`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 1, 8),
(9, 3, 4),
(10, 3, 5),
(11, 3, 6);

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

--
-- Structure de la table `mdl_role_allow_switch`
--

CREATE TABLE `mdl_role_allow_switch` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `allowswitch` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores which which other roles a user is allowed ' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_allow_switch`
--

INSERT INTO `mdl_role_allow_switch` (`id`, `roleid`, `allowswitch`) VALUES
(1, 1, 3),
(2, 1, 4),
(3, 1, 5),
(4, 1, 6),
(5, 3, 4),
(6, 3, 5),
(7, 3, 6),
(8, 4, 5),
(9, 4, 6);

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

--
-- Structure de la table `mdl_role_allow_view`
--

CREATE TABLE `mdl_role_allow_view` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `allowview` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores which which other roles a user is allowed ' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_allow_view`
--

INSERT INTO `mdl_role_allow_view` (`id`, `roleid`, `allowview`) VALUES
(1, 1, 1),
(2, 1, 2),
(3, 1, 3),
(4, 1, 4),
(5, 1, 5),
(6, 1, 6),
(7, 1, 7),
(8, 1, 8),
(9, 2, 2),
(10, 2, 3),
(11, 2, 4),
(12, 2, 5),
(13, 3, 2),
(14, 3, 3),
(15, 3, 4),
(16, 3, 5),
(17, 4, 2),
(18, 4, 3),
(19, 4, 4),
(20, 4, 5),
(21, 5, 2),
(22, 5, 3),
(23, 5, 4),
(24, 5, 5);

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

--
-- Structure de la table `mdl_role_assignments`
--

CREATE TABLE `mdl_role_assignments` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `modifierid` bigint(10) NOT NULL DEFAULT 0,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='assigning roles in different context' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_role_capabilities`
--

CREATE TABLE `mdl_role_capabilities` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `capability` varchar(255) NOT NULL DEFAULT '',
  `permission` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `modifierid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='permission has to be signed, overriding a capability for a p' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_capabilities`
--

INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(1, 1, 1, 'moodle/site:configview', 1, 1643501892, 0),
(2, 1, 2, 'moodle/site:configview', 1, 1643501892, 0),
(3, 1, 1, 'moodle/site:readallmessages', 1, 1643501892, 0),
(4, 1, 3, 'moodle/site:readallmessages', 1, 1643501892, 0),
(5, 1, 1, 'moodle/site:manageallmessaging', 1, 1643501892, 0),
(6, 1, 1, 'moodle/site:deleteanymessage', 1, 1643501892, 0),
(7, 1, 1, 'moodle/site:sendmessage', 1, 1643501892, 0),
(8, 1, 7, 'moodle/site:sendmessage', 1, 1643501892, 0),
(9, 1, 7, 'moodle/site:deleteownmessage', 1, 1643501892, 0),
(10, 1, 1, 'moodle/site:approvecourse', 1, 1643501893, 0),
(11, 1, 3, 'moodle/backup:backupcourse', 1, 1643501893, 0),
(12, 1, 1, 'moodle/backup:backupcourse', 1, 1643501893, 0),
(13, 1, 3, 'moodle/backup:backupsection', 1, 1643501893, 0),
(14, 1, 1, 'moodle/backup:backupsection', 1, 1643501893, 0),
(15, 1, 3, 'moodle/backup:backupactivity', 1, 1643501893, 0),
(16, 1, 1, 'moodle/backup:backupactivity', 1, 1643501893, 0),
(17, 1, 3, 'moodle/backup:backuptargetimport', 1, 1643501893, 0),
(18, 1, 1, 'moodle/backup:backuptargetimport', 1, 1643501893, 0),
(19, 1, 3, 'moodle/backup:downloadfile', 1, 1643501893, 0),
(20, 1, 1, 'moodle/backup:downloadfile', 1, 1643501893, 0),
(21, 1, 3, 'moodle/backup:configure', 1, 1643501893, 0),
(22, 1, 1, 'moodle/backup:configure', 1, 1643501894, 0),
(23, 1, 1, 'moodle/backup:userinfo', 1, 1643501894, 0),
(24, 1, 1, 'moodle/backup:anonymise', 1, 1643501894, 0),
(25, 1, 3, 'moodle/restore:restorecourse', 1, 1643501894, 0),
(26, 1, 1, 'moodle/restore:restorecourse', 1, 1643501894, 0),
(27, 1, 3, 'moodle/restore:restoresection', 1, 1643501894, 0),
(28, 1, 1, 'moodle/restore:restoresection', 1, 1643501894, 0),
(29, 1, 3, 'moodle/restore:restoreactivity', 1, 1643501894, 0),
(30, 1, 1, 'moodle/restore:restoreactivity', 1, 1643501894, 0),
(31, 1, 3, 'moodle/restore:viewautomatedfilearea', 1, 1643501894, 0),
(32, 1, 1, 'moodle/restore:viewautomatedfilearea', 1, 1643501894, 0),
(33, 1, 3, 'moodle/restore:restoretargetimport', 1, 1643501894, 0),
(34, 1, 1, 'moodle/restore:restoretargetimport', 1, 1643501894, 0),
(35, 1, 3, 'moodle/restore:uploadfile', 1, 1643501895, 0),
(36, 1, 1, 'moodle/restore:uploadfile', 1, 1643501895, 0),
(37, 1, 3, 'moodle/restore:configure', 1, 1643501895, 0),
(38, 1, 1, 'moodle/restore:configure', 1, 1643501895, 0),
(39, 1, 2, 'moodle/restore:rolldates', 1, 1643501895, 0),
(40, 1, 1, 'moodle/restore:rolldates', 1, 1643501895, 0),
(41, 1, 1, 'moodle/restore:userinfo', 1, 1643501895, 0),
(42, 1, 1, 'moodle/restore:createuser', 1, 1643501895, 0),
(43, 1, 3, 'moodle/site:manageblocks', 1, 1643501895, 0),
(44, 1, 1, 'moodle/site:manageblocks', 1, 1643501895, 0),
(45, 1, 3, 'moodle/site:accessallgroups', 1, 1643501895, 0),
(46, 1, 1, 'moodle/site:accessallgroups', 1, 1643501895, 0),
(47, 1, 1, 'moodle/site:viewanonymousevents', 1, 1643501895, 0),
(48, 1, 4, 'moodle/site:viewfullnames', 1, 1643501895, 0),
(49, 1, 3, 'moodle/site:viewfullnames', 1, 1643501896, 0),
(50, 1, 1, 'moodle/site:viewfullnames', 1, 1643501896, 0),
(51, 1, 4, 'moodle/site:viewuseridentity', 1, 1643501896, 0),
(52, 1, 3, 'moodle/site:viewuseridentity', 1, 1643501896, 0),
(53, 1, 1, 'moodle/site:viewuseridentity', 1, 1643501896, 0),
(54, 1, 4, 'moodle/site:viewreports', 1, 1643501896, 0),
(55, 1, 3, 'moodle/site:viewreports', 1, 1643501896, 0),
(56, 1, 1, 'moodle/site:viewreports', 1, 1643501896, 0),
(57, 1, 3, 'moodle/site:trustcontent', 1, 1643501896, 0),
(58, 1, 1, 'moodle/site:trustcontent', 1, 1643501896, 0),
(59, 1, 1, 'moodle/site:uploadusers', 1, 1643501896, 0),
(60, 1, 3, 'moodle/filter:manage', 1, 1643501896, 0),
(61, 1, 1, 'moodle/filter:manage', 1, 1643501896, 0),
(62, 1, 1, 'moodle/user:create', 1, 1643501896, 0),
(63, 1, 1, 'moodle/user:delete', 1, 1643501897, 0),
(64, 1, 1, 'moodle/user:update', 1, 1643501897, 0),
(65, 1, 6, 'moodle/user:viewdetails', 1, 1643501897, 0),
(66, 1, 5, 'moodle/user:viewdetails', 1, 1643501897, 0),
(67, 1, 4, 'moodle/user:viewdetails', 1, 1643501897, 0),
(68, 1, 3, 'moodle/user:viewdetails', 1, 1643501897, 0),
(69, 1, 1, 'moodle/user:viewdetails', 1, 1643501897, 0),
(70, 1, 1, 'moodle/user:viewalldetails', 1, 1643501897, 0),
(71, 1, 1, 'moodle/user:viewlastip', 1, 1643501897, 0),
(72, 1, 4, 'moodle/user:viewhiddendetails', 1, 1643501897, 0),
(73, 1, 3, 'moodle/user:viewhiddendetails', 1, 1643501897, 0),
(74, 1, 1, 'moodle/user:viewhiddendetails', 1, 1643501897, 0),
(75, 1, 1, 'moodle/user:loginas', 1, 1643501897, 0),
(76, 1, 1, 'moodle/user:managesyspages', 1, 1643501898, 0),
(77, 1, 7, 'moodle/user:manageownblocks', 1, 1643501898, 0),
(78, 1, 7, 'moodle/user:manageownfiles', 1, 1643501898, 0),
(79, 1, 1, 'moodle/my:configsyspages', 1, 1643501898, 0),
(80, 1, 3, 'moodle/role:assign', 1, 1643501898, 0),
(81, 1, 1, 'moodle/role:assign', 1, 1643501898, 0),
(82, 1, 4, 'moodle/role:review', 1, 1643501898, 0),
(83, 1, 3, 'moodle/role:review', 1, 1643501898, 0),
(84, 1, 1, 'moodle/role:review', 1, 1643501898, 0),
(85, 1, 1, 'moodle/role:override', 1, 1643501898, 0),
(86, 1, 3, 'moodle/role:safeoverride', 1, 1643501898, 0),
(87, 1, 1, 'moodle/role:manage', 1, 1643501898, 0),
(88, 1, 3, 'moodle/role:switchroles', 1, 1643501899, 0),
(89, 1, 1, 'moodle/role:switchroles', 1, 1643501899, 0),
(90, 1, 1, 'moodle/category:manage', 1, 1643501899, 0),
(91, 1, 6, 'moodle/category:viewcourselist', 1, 1643501899, 0),
(92, 1, 7, 'moodle/category:viewcourselist', 1, 1643501899, 0),
(93, 1, 2, 'moodle/category:viewhiddencategories', 1, 1643501899, 0),
(94, 1, 1, 'moodle/category:viewhiddencategories', 1, 1643501899, 0),
(95, 1, 1, 'moodle/cohort:manage', 1, 1643501899, 0),
(96, 1, 1, 'moodle/cohort:assign', 1, 1643501899, 0),
(97, 1, 3, 'moodle/cohort:view', 1, 1643501899, 0),
(98, 1, 1, 'moodle/cohort:view', 1, 1643501899, 0),
(99, 1, 2, 'moodle/course:create', 1, 1643501899, 0),
(100, 1, 1, 'moodle/course:create', 1, 1643501900, 0),
(101, 1, 3, 'moodle/course:creategroupconversations', 1, 1643501900, 0),
(102, 1, 1, 'moodle/course:creategroupconversations', 1, 1643501900, 0),
(103, 1, 1, 'moodle/course:delete', 1, 1643501900, 0),
(104, 1, 3, 'moodle/course:update', 1, 1643501900, 0),
(105, 1, 1, 'moodle/course:update', 1, 1643501900, 0),
(106, 1, 1, 'moodle/course:view', 1, 1643501900, 0),
(107, 1, 3, 'moodle/course:enrolreview', 1, 1643501900, 0),
(108, 1, 1, 'moodle/course:enrolreview', 1, 1643501900, 0),
(109, 1, 3, 'moodle/course:enrolconfig', 1, 1643501900, 0),
(110, 1, 1, 'moodle/course:enrolconfig', 1, 1643501900, 0),
(111, 1, 3, 'moodle/course:reviewotherusers', 1, 1643501900, 0),
(112, 1, 1, 'moodle/course:reviewotherusers', 1, 1643501900, 0),
(113, 1, 4, 'moodle/course:bulkmessaging', 1, 1643501901, 0),
(114, 1, 3, 'moodle/course:bulkmessaging', 1, 1643501901, 0),
(115, 1, 1, 'moodle/course:bulkmessaging', 1, 1643501901, 0),
(116, 1, 4, 'moodle/course:viewhiddenuserfields', 1, 1643501901, 0),
(117, 1, 3, 'moodle/course:viewhiddenuserfields', 1, 1643501901, 0),
(118, 1, 1, 'moodle/course:viewhiddenuserfields', 1, 1643501901, 0),
(119, 1, 2, 'moodle/course:viewhiddencourses', 1, 1643501901, 0),
(120, 1, 4, 'moodle/course:viewhiddencourses', 1, 1643501901, 0),
(121, 1, 3, 'moodle/course:viewhiddencourses', 1, 1643501901, 0),
(122, 1, 1, 'moodle/course:viewhiddencourses', 1, 1643501901, 0),
(123, 1, 3, 'moodle/course:visibility', 1, 1643501901, 0),
(124, 1, 1, 'moodle/course:visibility', 1, 1643501901, 0),
(125, 1, 3, 'moodle/course:managefiles', 1, 1643501901, 0),
(126, 1, 1, 'moodle/course:managefiles', 1, 1643501901, 0),
(127, 1, 1, 'moodle/course:ignoreavailabilityrestrictions', 1, 1643501902, 0),
(128, 1, 2, 'moodle/course:ignoreavailabilityrestrictions', 1, 1643501902, 0),
(129, 1, 3, 'moodle/course:ignoreavailabilityrestrictions', 1, 1643501902, 0),
(130, 1, 4, 'moodle/course:ignoreavailabilityrestrictions', 1, 1643501902, 0),
(131, 1, 3, 'moodle/course:manageactivities', 1, 1643501902, 0),
(132, 1, 1, 'moodle/course:manageactivities', 1, 1643501902, 0),
(133, 1, 3, 'moodle/course:activityvisibility', 1, 1643501902, 0),
(134, 1, 1, 'moodle/course:activityvisibility', 1, 1643501902, 0),
(135, 1, 4, 'moodle/course:viewhiddenactivities', 1, 1643501902, 0),
(136, 1, 3, 'moodle/course:viewhiddenactivities', 1, 1643501902, 0),
(137, 1, 1, 'moodle/course:viewhiddenactivities', 1, 1643501902, 0),
(138, 1, 5, 'moodle/course:viewparticipants', 1, 1643501902, 0),
(139, 1, 4, 'moodle/course:viewparticipants', 1, 1643501902, 0),
(140, 1, 3, 'moodle/course:viewparticipants', 1, 1643501902, 0),
(141, 1, 1, 'moodle/course:viewparticipants', 1, 1643501902, 0),
(142, 1, 3, 'moodle/course:changefullname', 1, 1643501903, 0),
(143, 1, 1, 'moodle/course:changefullname', 1, 1643501903, 0),
(144, 1, 3, 'moodle/course:changeshortname', 1, 1643501903, 0),
(145, 1, 1, 'moodle/course:changeshortname', 1, 1643501903, 0),
(146, 1, 1, 'moodle/course:changelockedcustomfields', 1, 1643501903, 0),
(147, 1, 3, 'moodle/course:renameroles', 1, 1643501903, 0),
(148, 1, 1, 'moodle/course:renameroles', 1, 1643501903, 0),
(149, 1, 3, 'moodle/course:changeidnumber', 1, 1643501903, 0),
(150, 1, 1, 'moodle/course:changeidnumber', 1, 1643501903, 0),
(151, 1, 3, 'moodle/course:changecategory', 1, 1643501903, 0),
(152, 1, 1, 'moodle/course:changecategory', 1, 1643501903, 0),
(153, 1, 3, 'moodle/course:changesummary', 1, 1643501903, 0),
(154, 1, 1, 'moodle/course:changesummary', 1, 1643501903, 0),
(155, 1, 3, 'moodle/course:setforcedlanguage', 1, 1643501904, 0),
(156, 1, 1, 'moodle/course:setforcedlanguage', 1, 1643501904, 0),
(157, 1, 1, 'moodle/site:viewparticipants', 1, 1643501904, 0),
(158, 1, 5, 'moodle/course:isincompletionreports', 1, 1643501904, 0),
(159, 1, 5, 'moodle/course:viewscales', 1, 1643501904, 0),
(160, 1, 4, 'moodle/course:viewscales', 1, 1643501904, 0),
(161, 1, 3, 'moodle/course:viewscales', 1, 1643501904, 0),
(162, 1, 1, 'moodle/course:viewscales', 1, 1643501904, 0),
(163, 1, 3, 'moodle/course:managescales', 1, 1643501904, 0),
(164, 1, 1, 'moodle/course:managescales', 1, 1643501904, 0),
(165, 1, 3, 'moodle/course:managegroups', 1, 1643501904, 0),
(166, 1, 1, 'moodle/course:managegroups', 1, 1643501904, 0),
(167, 1, 3, 'moodle/course:reset', 1, 1643501904, 0),
(168, 1, 1, 'moodle/course:reset', 1, 1643501905, 0),
(169, 1, 3, 'moodle/course:viewsuspendedusers', 1, 1643501905, 0),
(170, 1, 1, 'moodle/course:viewsuspendedusers', 1, 1643501905, 0),
(171, 1, 1, 'moodle/course:tag', 1, 1643501905, 0),
(172, 1, 3, 'moodle/course:tag', 1, 1643501905, 0),
(173, 1, 6, 'moodle/blog:view', 1, 1643501905, 0),
(174, 1, 7, 'moodle/blog:view', 1, 1643501905, 0),
(175, 1, 5, 'moodle/blog:view', 1, 1643501905, 0),
(176, 1, 4, 'moodle/blog:view', 1, 1643501905, 0),
(177, 1, 3, 'moodle/blog:view', 1, 1643501905, 0),
(178, 1, 1, 'moodle/blog:view', 1, 1643501905, 0),
(179, 1, 6, 'moodle/blog:search', 1, 1643501905, 0),
(180, 1, 7, 'moodle/blog:search', 1, 1643501905, 0),
(181, 1, 5, 'moodle/blog:search', 1, 1643501905, 0),
(182, 1, 4, 'moodle/blog:search', 1, 1643501906, 0),
(183, 1, 3, 'moodle/blog:search', 1, 1643501906, 0),
(184, 1, 1, 'moodle/blog:search', 1, 1643501906, 0),
(185, 1, 1, 'moodle/blog:viewdrafts', 1, 1643501906, 0),
(186, 1, 7, 'moodle/blog:create', 1, 1643501906, 0),
(187, 1, 1, 'moodle/blog:create', 1, 1643501906, 0),
(188, 1, 4, 'moodle/blog:manageentries', 1, 1643501906, 0),
(189, 1, 3, 'moodle/blog:manageentries', 1, 1643501906, 0),
(190, 1, 1, 'moodle/blog:manageentries', 1, 1643501906, 0),
(191, 1, 5, 'moodle/blog:manageexternal', 1, 1643501906, 0),
(192, 1, 7, 'moodle/blog:manageexternal', 1, 1643501906, 0),
(193, 1, 4, 'moodle/blog:manageexternal', 1, 1643501906, 0),
(194, 1, 3, 'moodle/blog:manageexternal', 1, 1643501906, 0),
(195, 1, 1, 'moodle/blog:manageexternal', 1, 1643501906, 0),
(196, 1, 7, 'moodle/calendar:manageownentries', 1, 1643501906, 0),
(197, 1, 1, 'moodle/calendar:manageownentries', 1, 1643501907, 0),
(198, 1, 4, 'moodle/calendar:managegroupentries', 1, 1643501907, 0),
(199, 1, 3, 'moodle/calendar:managegroupentries', 1, 1643501907, 0),
(200, 1, 1, 'moodle/calendar:managegroupentries', 1, 1643501907, 0),
(201, 1, 4, 'moodle/calendar:manageentries', 1, 1643501907, 0),
(202, 1, 3, 'moodle/calendar:manageentries', 1, 1643501907, 0),
(203, 1, 1, 'moodle/calendar:manageentries', 1, 1643501907, 0),
(204, 1, 1, 'moodle/user:editprofile', 1, 1643501907, 0),
(205, 1, 6, 'moodle/user:editownprofile', -1000, 1643501907, 0),
(206, 1, 7, 'moodle/user:editownprofile', 1, 1643501907, 0),
(207, 1, 1, 'moodle/user:editownprofile', 1, 1643501907, 0),
(208, 1, 6, 'moodle/user:changeownpassword', -1000, 1643501907, 0),
(209, 1, 7, 'moodle/user:changeownpassword', 1, 1643501907, 0),
(210, 1, 1, 'moodle/user:changeownpassword', 1, 1643501908, 0),
(211, 1, 5, 'moodle/user:readuserposts', 1, 1643501908, 0),
(212, 1, 4, 'moodle/user:readuserposts', 1, 1643501908, 0),
(213, 1, 3, 'moodle/user:readuserposts', 1, 1643501908, 0),
(214, 1, 1, 'moodle/user:readuserposts', 1, 1643501908, 0),
(215, 1, 5, 'moodle/user:readuserblogs', 1, 1643501908, 0),
(216, 1, 4, 'moodle/user:readuserblogs', 1, 1643501908, 0),
(217, 1, 3, 'moodle/user:readuserblogs', 1, 1643501908, 0),
(218, 1, 1, 'moodle/user:readuserblogs', 1, 1643501908, 0),
(219, 1, 1, 'moodle/user:editmessageprofile', 1, 1643501908, 0),
(220, 1, 6, 'moodle/user:editownmessageprofile', -1000, 1643501908, 0),
(221, 1, 7, 'moodle/user:editownmessageprofile', 1, 1643501908, 0),
(222, 1, 1, 'moodle/user:editownmessageprofile', 1, 1643501908, 0),
(223, 1, 3, 'moodle/question:managecategory', 1, 1643501908, 0),
(224, 1, 1, 'moodle/question:managecategory', 1, 1643501909, 0),
(225, 1, 3, 'moodle/question:add', 1, 1643501909, 0),
(226, 1, 1, 'moodle/question:add', 1, 1643501909, 0),
(227, 1, 3, 'moodle/question:editmine', 1, 1643501909, 0),
(228, 1, 1, 'moodle/question:editmine', 1, 1643501909, 0),
(229, 1, 3, 'moodle/question:editall', 1, 1643501909, 0),
(230, 1, 1, 'moodle/question:editall', 1, 1643501909, 0),
(231, 1, 3, 'moodle/question:viewmine', 1, 1643501909, 0),
(232, 1, 1, 'moodle/question:viewmine', 1, 1643501909, 0),
(233, 1, 3, 'moodle/question:viewall', 1, 1643501909, 0),
(234, 1, 1, 'moodle/question:viewall', 1, 1643501909, 0),
(235, 1, 3, 'moodle/question:usemine', 1, 1643501909, 0),
(236, 1, 1, 'moodle/question:usemine', 1, 1643501909, 0),
(237, 1, 3, 'moodle/question:useall', 1, 1643501910, 0),
(238, 1, 1, 'moodle/question:useall', 1, 1643501910, 0),
(239, 1, 3, 'moodle/question:movemine', 1, 1643501910, 0),
(240, 1, 1, 'moodle/question:movemine', 1, 1643501910, 0),
(241, 1, 3, 'moodle/question:moveall', 1, 1643501910, 0),
(242, 1, 1, 'moodle/question:moveall', 1, 1643501910, 0),
(243, 1, 1, 'moodle/question:config', 1, 1643501910, 0),
(244, 1, 5, 'moodle/question:flag', 1, 1643501910, 0),
(245, 1, 4, 'moodle/question:flag', 1, 1643501910, 0),
(246, 1, 3, 'moodle/question:flag', 1, 1643501910, 0),
(247, 1, 1, 'moodle/question:flag', 1, 1643501910, 0),
(248, 1, 3, 'moodle/question:tagmine', 1, 1643501910, 0),
(249, 1, 1, 'moodle/question:tagmine', 1, 1643501910, 0),
(250, 1, 3, 'moodle/question:tagall', 1, 1643501910, 0),
(251, 1, 1, 'moodle/question:tagall', 1, 1643501911, 0),
(252, 1, 4, 'moodle/site:doclinks', 1, 1643501911, 0),
(253, 1, 3, 'moodle/site:doclinks', 1, 1643501911, 0),
(254, 1, 1, 'moodle/site:doclinks', 1, 1643501911, 0),
(255, 1, 3, 'moodle/course:sectionvisibility', 1, 1643501911, 0),
(256, 1, 1, 'moodle/course:sectionvisibility', 1, 1643501911, 0),
(257, 1, 3, 'moodle/course:useremail', 1, 1643501911, 0),
(258, 1, 1, 'moodle/course:useremail', 1, 1643501911, 0),
(259, 1, 3, 'moodle/course:viewhiddensections', 1, 1643501911, 0),
(260, 1, 1, 'moodle/course:viewhiddensections', 1, 1643501911, 0),
(261, 1, 3, 'moodle/course:setcurrentsection', 1, 1643501911, 0),
(262, 1, 1, 'moodle/course:setcurrentsection', 1, 1643501911, 0),
(263, 1, 3, 'moodle/course:movesections', 1, 1643501911, 0),
(264, 1, 1, 'moodle/course:movesections', 1, 1643501912, 0),
(265, 1, 4, 'moodle/grade:viewall', 1, 1643501912, 0),
(266, 1, 3, 'moodle/grade:viewall', 1, 1643501912, 0),
(267, 1, 1, 'moodle/grade:viewall', 1, 1643501912, 0),
(268, 1, 5, 'moodle/grade:view', 1, 1643501912, 0),
(269, 1, 4, 'moodle/grade:viewhidden', 1, 1643501912, 0),
(270, 1, 3, 'moodle/grade:viewhidden', 1, 1643501912, 0),
(271, 1, 1, 'moodle/grade:viewhidden', 1, 1643501912, 0),
(272, 1, 3, 'moodle/grade:import', 1, 1643501912, 0),
(273, 1, 1, 'moodle/grade:import', 1, 1643501912, 0),
(274, 1, 4, 'moodle/grade:export', 1, 1643501912, 0),
(275, 1, 3, 'moodle/grade:export', 1, 1643501912, 0),
(276, 1, 1, 'moodle/grade:export', 1, 1643501913, 0),
(277, 1, 3, 'moodle/grade:manage', 1, 1643501913, 0),
(278, 1, 1, 'moodle/grade:manage', 1, 1643501913, 0),
(279, 1, 3, 'moodle/grade:edit', 1, 1643501913, 0),
(280, 1, 1, 'moodle/grade:edit', 1, 1643501913, 0),
(281, 1, 3, 'moodle/grade:managegradingforms', 1, 1643501913, 0),
(282, 1, 1, 'moodle/grade:managegradingforms', 1, 1643501913, 0),
(283, 1, 1, 'moodle/grade:sharegradingforms', 1, 1643501913, 0),
(284, 1, 1, 'moodle/grade:managesharedforms', 1, 1643501913, 0),
(285, 1, 3, 'moodle/grade:manageoutcomes', 1, 1643501913, 0),
(286, 1, 1, 'moodle/grade:manageoutcomes', 1, 1643501913, 0),
(287, 1, 3, 'moodle/grade:manageletters', 1, 1643501913, 0),
(288, 1, 1, 'moodle/grade:manageletters', 1, 1643501913, 0),
(289, 1, 3, 'moodle/grade:hide', 1, 1643501913, 0),
(290, 1, 1, 'moodle/grade:hide', 1, 1643501914, 0),
(291, 1, 3, 'moodle/grade:lock', 1, 1643501914, 0),
(292, 1, 1, 'moodle/grade:lock', 1, 1643501914, 0),
(293, 1, 3, 'moodle/grade:unlock', 1, 1643501914, 0),
(294, 1, 1, 'moodle/grade:unlock', 1, 1643501914, 0),
(295, 1, 7, 'moodle/my:manageblocks', 1, 1643501914, 0),
(296, 1, 4, 'moodle/notes:view', 1, 1643501914, 0),
(297, 1, 3, 'moodle/notes:view', 1, 1643501914, 0),
(298, 1, 1, 'moodle/notes:view', 1, 1643501914, 0),
(299, 1, 4, 'moodle/notes:manage', 1, 1643501914, 0),
(300, 1, 3, 'moodle/notes:manage', 1, 1643501914, 0),
(301, 1, 1, 'moodle/notes:manage', 1, 1643501914, 0),
(302, 1, 1, 'moodle/tag:manage', 1, 1643501915, 0),
(303, 1, 1, 'moodle/tag:edit', 1, 1643501915, 0),
(304, 1, 7, 'moodle/tag:flag', 1, 1643501915, 0),
(305, 1, 4, 'moodle/tag:editblocks', 1, 1643501915, 0),
(306, 1, 3, 'moodle/tag:editblocks', 1, 1643501915, 0),
(307, 1, 1, 'moodle/tag:editblocks', 1, 1643501915, 0),
(308, 1, 6, 'moodle/block:view', 1, 1643501915, 0),
(309, 1, 7, 'moodle/block:view', 1, 1643501915, 0),
(310, 1, 5, 'moodle/block:view', 1, 1643501915, 0),
(311, 1, 4, 'moodle/block:view', 1, 1643501915, 0),
(312, 1, 3, 'moodle/block:view', 1, 1643501915, 0),
(313, 1, 3, 'moodle/block:edit', 1, 1643501915, 0),
(314, 1, 1, 'moodle/block:edit', 1, 1643501915, 0),
(315, 1, 7, 'moodle/portfolio:export', 1, 1643501915, 0),
(316, 1, 5, 'moodle/portfolio:export', 1, 1643501916, 0),
(317, 1, 4, 'moodle/portfolio:export', 1, 1643501916, 0),
(318, 1, 3, 'moodle/portfolio:export', 1, 1643501916, 0),
(319, 1, 8, 'moodle/comment:view', 1, 1643501916, 0),
(320, 1, 6, 'moodle/comment:view', 1, 1643501916, 0),
(321, 1, 7, 'moodle/comment:view', 1, 1643501916, 0),
(322, 1, 5, 'moodle/comment:view', 1, 1643501916, 0),
(323, 1, 4, 'moodle/comment:view', 1, 1643501916, 0),
(324, 1, 3, 'moodle/comment:view', 1, 1643501916, 0),
(325, 1, 1, 'moodle/comment:view', 1, 1643501916, 0),
(326, 1, 7, 'moodle/comment:post', 1, 1643501916, 0),
(327, 1, 5, 'moodle/comment:post', 1, 1643501916, 0),
(328, 1, 4, 'moodle/comment:post', 1, 1643501916, 0),
(329, 1, 3, 'moodle/comment:post', 1, 1643501917, 0),
(330, 1, 1, 'moodle/comment:post', 1, 1643501917, 0),
(331, 1, 3, 'moodle/comment:delete', 1, 1643501917, 0),
(332, 1, 1, 'moodle/comment:delete', 1, 1643501917, 0),
(333, 1, 1, 'moodle/webservice:createtoken', 1, 1643501917, 0),
(334, 1, 7, 'moodle/webservice:createmobiletoken', 1, 1643501917, 0),
(335, 1, 7, 'moodle/rating:view', 1, 1643501917, 0),
(336, 1, 5, 'moodle/rating:view', 1, 1643501917, 0),
(337, 1, 4, 'moodle/rating:view', 1, 1643501917, 0),
(338, 1, 3, 'moodle/rating:view', 1, 1643501917, 0),
(339, 1, 1, 'moodle/rating:view', 1, 1643501917, 0),
(340, 1, 7, 'moodle/rating:viewany', 1, 1643501917, 0),
(341, 1, 5, 'moodle/rating:viewany', 1, 1643501917, 0),
(342, 1, 4, 'moodle/rating:viewany', 1, 1643501917, 0),
(343, 1, 3, 'moodle/rating:viewany', 1, 1643501918, 0),
(344, 1, 1, 'moodle/rating:viewany', 1, 1643501918, 0),
(345, 1, 7, 'moodle/rating:viewall', 1, 1643501918, 0),
(346, 1, 5, 'moodle/rating:viewall', 1, 1643501918, 0),
(347, 1, 4, 'moodle/rating:viewall', 1, 1643501918, 0),
(348, 1, 3, 'moodle/rating:viewall', 1, 1643501918, 0),
(349, 1, 1, 'moodle/rating:viewall', 1, 1643501918, 0),
(350, 1, 7, 'moodle/rating:rate', 1, 1643501918, 0),
(351, 1, 5, 'moodle/rating:rate', 1, 1643501918, 0),
(352, 1, 4, 'moodle/rating:rate', 1, 1643501918, 0),
(353, 1, 3, 'moodle/rating:rate', 1, 1643501918, 0),
(354, 1, 1, 'moodle/rating:rate', 1, 1643501918, 0),
(355, 1, 4, 'moodle/course:markcomplete', 1, 1643501918, 0),
(356, 1, 3, 'moodle/course:markcomplete', 1, 1643501918, 0),
(357, 1, 1, 'moodle/course:markcomplete', 1, 1643501919, 0),
(358, 1, 4, 'moodle/course:overridecompletion', 1, 1643501919, 0),
(359, 1, 3, 'moodle/course:overridecompletion', 1, 1643501919, 0),
(360, 1, 1, 'moodle/course:overridecompletion', 1, 1643501919, 0),
(361, 1, 1, 'moodle/badges:manageglobalsettings', 1, 1643501919, 0),
(362, 1, 7, 'moodle/badges:viewbadges', 1, 1643501919, 0),
(363, 1, 7, 'moodle/badges:manageownbadges', 1, 1643501919, 0),
(364, 1, 7, 'moodle/badges:viewotherbadges', 1, 1643501919, 0),
(365, 1, 7, 'moodle/badges:earnbadge', 1, 1643501919, 0),
(366, 1, 1, 'moodle/badges:createbadge', 1, 1643501919, 0),
(367, 1, 3, 'moodle/badges:createbadge', 1, 1643501919, 0),
(368, 1, 1, 'moodle/badges:deletebadge', 1, 1643501919, 0),
(369, 1, 3, 'moodle/badges:deletebadge', 1, 1643501919, 0),
(370, 1, 1, 'moodle/badges:configuredetails', 1, 1643501919, 0),
(371, 1, 3, 'moodle/badges:configuredetails', 1, 1643501920, 0),
(372, 1, 1, 'moodle/badges:configurecriteria', 1, 1643501920, 0),
(373, 1, 3, 'moodle/badges:configurecriteria', 1, 1643501920, 0),
(374, 1, 1, 'moodle/badges:configuremessages', 1, 1643501920, 0),
(375, 1, 3, 'moodle/badges:configuremessages', 1, 1643501920, 0),
(376, 1, 1, 'moodle/badges:awardbadge', 1, 1643501920, 0),
(377, 1, 4, 'moodle/badges:awardbadge', 1, 1643501920, 0),
(378, 1, 3, 'moodle/badges:awardbadge', 1, 1643501920, 0),
(379, 1, 1, 'moodle/badges:revokebadge', 1, 1643501920, 0),
(380, 1, 4, 'moodle/badges:revokebadge', 1, 1643501920, 0),
(381, 1, 3, 'moodle/badges:revokebadge', 1, 1643501920, 0),
(382, 1, 1, 'moodle/badges:viewawarded', 1, 1643501920, 0),
(383, 1, 4, 'moodle/badges:viewawarded', 1, 1643501920, 0),
(384, 1, 3, 'moodle/badges:viewawarded', 1, 1643501921, 0),
(385, 1, 6, 'moodle/search:query', 1, 1643501921, 0),
(386, 1, 7, 'moodle/search:query', 1, 1643501921, 0),
(387, 1, 5, 'moodle/search:query', 1, 1643501921, 0),
(388, 1, 4, 'moodle/search:query', 1, 1643501921, 0),
(389, 1, 3, 'moodle/search:query', 1, 1643501921, 0),
(390, 1, 1, 'moodle/search:query', 1, 1643501921, 0),
(391, 1, 1, 'moodle/competency:competencymanage', 1, 1643501921, 0),
(392, 1, 7, 'moodle/competency:competencyview', 1, 1643501921, 0),
(393, 1, 3, 'moodle/competency:competencygrade', 1, 1643501921, 0),
(394, 1, 4, 'moodle/competency:competencygrade', 1, 1643501921, 0),
(395, 1, 1, 'moodle/competency:competencygrade', 1, 1643501921, 0),
(396, 1, 3, 'moodle/competency:coursecompetencymanage', 1, 1643501921, 0),
(397, 1, 1, 'moodle/competency:coursecompetencymanage', 1, 1643501921, 0),
(398, 1, 1, 'moodle/competency:coursecompetencyconfigure', 1, 1643501922, 0),
(399, 1, 5, 'moodle/competency:coursecompetencygradable', 1, 1643501922, 0),
(400, 1, 7, 'moodle/competency:coursecompetencyview', 1, 1643501922, 0),
(401, 1, 1, 'moodle/competency:planmanage', 1, 1643501922, 0),
(402, 1, 1, 'moodle/competency:planmanagedraft', 1, 1643501922, 0),
(403, 1, 1, 'moodle/competency:planview', 1, 1643501922, 0),
(404, 1, 1, 'moodle/competency:planviewdraft', 1, 1643501922, 0),
(405, 1, 7, 'moodle/competency:planviewown', 1, 1643501922, 0),
(406, 1, 1, 'moodle/competency:planrequestreview', 1, 1643501922, 0),
(407, 1, 7, 'moodle/competency:planrequestreviewown', 1, 1643501922, 0),
(408, 1, 1, 'moodle/competency:planreview', 1, 1643501923, 0),
(409, 1, 1, 'moodle/competency:plancomment', 1, 1643501923, 0),
(410, 1, 7, 'moodle/competency:plancommentown', 1, 1643501923, 0),
(411, 1, 1, 'moodle/competency:usercompetencyview', 1, 1643501923, 0),
(412, 1, 3, 'moodle/competency:usercompetencyview', 1, 1643501923, 0),
(413, 1, 4, 'moodle/competency:usercompetencyview', 1, 1643501923, 0),
(414, 1, 1, 'moodle/competency:usercompetencyrequestreview', 1, 1643501923, 0),
(415, 1, 7, 'moodle/competency:usercompetencyrequestreviewown', 1, 1643501923, 0),
(416, 1, 1, 'moodle/competency:usercompetencyreview', 1, 1643501923, 0),
(417, 1, 1, 'moodle/competency:usercompetencycomment', 1, 1643501923, 0),
(418, 1, 7, 'moodle/competency:usercompetencycommentown', 1, 1643501923, 0),
(419, 1, 1, 'moodle/competency:templatemanage', 1, 1643501923, 0),
(420, 1, 4, 'moodle/analytics:listinsights', 1, 1643501924, 0),
(421, 1, 3, 'moodle/analytics:listinsights', 1, 1643501924, 0),
(422, 1, 1, 'moodle/analytics:listinsights', 1, 1643501924, 0),
(423, 1, 1, 'moodle/analytics:managemodels', 1, 1643501924, 0),
(424, 1, 1, 'moodle/competency:templateview', 1, 1643501924, 0),
(425, 1, 1, 'moodle/competency:userevidencemanage', 1, 1643501924, 0),
(426, 1, 7, 'moodle/competency:userevidencemanageown', 1, 1643501924, 0),
(427, 1, 1, 'moodle/competency:userevidenceview', 1, 1643501924, 0),
(428, 1, 4, 'moodle/site:messageanyuser', 1, 1643501924, 0),
(429, 1, 3, 'moodle/site:messageanyuser', 1, 1643501924, 0),
(430, 1, 1, 'moodle/site:messageanyuser', 1, 1643501924, 0),
(431, 1, 7, 'moodle/course:togglecompletion', 1, 1643501924, 0),
(432, 1, 7, 'moodle/analytics:listowninsights', 1, 1643501924, 0),
(433, 1, 3, 'moodle/h5p:setdisplayoptions', 1, 1643501925, 0),
(434, 1, 1, 'moodle/h5p:deploy', 1, 1643501925, 0),
(435, 1, 3, 'moodle/h5p:deploy', 1, 1643501925, 0),
(436, 1, 1, 'moodle/h5p:updatelibraries', 1, 1643501925, 0),
(437, 1, 1, 'moodle/course:recommendactivity', 1, 1643501925, 0),
(438, 1, 1, 'moodle/contentbank:access', 1, 1643501925, 0),
(439, 1, 2, 'moodle/contentbank:access', 1, 1643501925, 0),
(440, 1, 3, 'moodle/contentbank:access', 1, 1643501925, 0),
(441, 1, 1, 'moodle/contentbank:upload', 1, 1643501925, 0),
(442, 1, 2, 'moodle/contentbank:upload', 1, 1643501925, 0),
(443, 1, 3, 'moodle/contentbank:upload', 1, 1643501925, 0),
(444, 1, 1, 'moodle/contentbank:deleteanycontent', 1, 1643501925, 0),
(445, 1, 2, 'moodle/contentbank:deleteanycontent', 1, 1643501926, 0),
(446, 1, 7, 'moodle/contentbank:deleteowncontent', 1, 1643501926, 0),
(447, 1, 1, 'moodle/contentbank:manageanycontent', 1, 1643501926, 0),
(448, 1, 2, 'moodle/contentbank:manageanycontent', 1, 1643501926, 0),
(449, 1, 1, 'moodle/contentbank:manageowncontent', 1, 1643501926, 0),
(450, 1, 2, 'moodle/contentbank:manageowncontent', 1, 1643501926, 0),
(451, 1, 3, 'moodle/contentbank:manageowncontent', 1, 1643501926, 0),
(452, 1, 1, 'moodle/contentbank:useeditor', 1, 1643501926, 0),
(453, 1, 2, 'moodle/contentbank:useeditor', 1, 1643501926, 0),
(454, 1, 3, 'moodle/contentbank:useeditor', 1, 1643501926, 0),
(455, 1, 6, 'mod/assign:view', 1, 1643501988, 0),
(456, 1, 5, 'mod/assign:view', 1, 1643501988, 0),
(457, 1, 4, 'mod/assign:view', 1, 1643501988, 0),
(458, 1, 3, 'mod/assign:view', 1, 1643501988, 0),
(459, 1, 1, 'mod/assign:view', 1, 1643501988, 0),
(460, 1, 5, 'mod/assign:submit', 1, 1643501988, 0),
(461, 1, 4, 'mod/assign:grade', 1, 1643501988, 0),
(462, 1, 3, 'mod/assign:grade', 1, 1643501988, 0),
(463, 1, 1, 'mod/assign:grade', 1, 1643501988, 0),
(464, 1, 4, 'mod/assign:exportownsubmission', 1, 1643501988, 0),
(465, 1, 3, 'mod/assign:exportownsubmission', 1, 1643501988, 0),
(466, 1, 1, 'mod/assign:exportownsubmission', 1, 1643501989, 0),
(467, 1, 5, 'mod/assign:exportownsubmission', 1, 1643501989, 0),
(468, 1, 3, 'mod/assign:addinstance', 1, 1643501989, 0),
(469, 1, 1, 'mod/assign:addinstance', 1, 1643501989, 0),
(470, 1, 4, 'mod/assign:grantextension', 1, 1643501989, 0),
(471, 1, 3, 'mod/assign:grantextension', 1, 1643501989, 0),
(472, 1, 1, 'mod/assign:grantextension', 1, 1643501989, 0),
(473, 1, 3, 'mod/assign:revealidentities', 1, 1643501989, 0),
(474, 1, 1, 'mod/assign:revealidentities', 1, 1643501989, 0),
(475, 1, 3, 'mod/assign:reviewgrades', 1, 1643501989, 0),
(476, 1, 1, 'mod/assign:reviewgrades', 1, 1643501989, 0),
(477, 1, 3, 'mod/assign:releasegrades', 1, 1643501989, 0),
(478, 1, 1, 'mod/assign:releasegrades', 1, 1643501989, 0),
(479, 1, 3, 'mod/assign:managegrades', 1, 1643501990, 0),
(480, 1, 1, 'mod/assign:managegrades', 1, 1643501990, 0),
(481, 1, 3, 'mod/assign:manageallocations', 1, 1643501990, 0),
(482, 1, 1, 'mod/assign:manageallocations', 1, 1643501990, 0),
(483, 1, 3, 'mod/assign:viewgrades', 1, 1643501990, 0),
(484, 1, 1, 'mod/assign:viewgrades', 1, 1643501990, 0),
(485, 1, 4, 'mod/assign:viewgrades', 1, 1643501990, 0),
(486, 1, 1, 'mod/assign:viewblinddetails', 1, 1643501990, 0),
(487, 1, 4, 'mod/assign:receivegradernotifications', 1, 1643501990, 0),
(488, 1, 3, 'mod/assign:receivegradernotifications', 1, 1643501990, 0),
(489, 1, 1, 'mod/assign:receivegradernotifications', 1, 1643501990, 0),
(490, 1, 3, 'mod/assign:manageoverrides', 1, 1643501990, 0),
(491, 1, 1, 'mod/assign:manageoverrides', 1, 1643501991, 0),
(492, 1, 4, 'mod/assign:showhiddengrader', 1, 1643501991, 0),
(493, 1, 3, 'mod/assign:showhiddengrader', 1, 1643501991, 0),
(494, 1, 1, 'mod/assign:showhiddengrader', 1, 1643501991, 0),
(495, 1, 5, 'mod/assign:viewownsubmissionsummary', 1, 1643501991, 0),
(496, 1, 6, 'mod/assignment:view', 1, 1643501992, 0),
(497, 1, 5, 'mod/assignment:view', 1, 1643501992, 0),
(498, 1, 4, 'mod/assignment:view', 1, 1643501992, 0),
(499, 1, 3, 'mod/assignment:view', 1, 1643501992, 0),
(500, 1, 1, 'mod/assignment:view', 1, 1643501992, 0),
(501, 1, 3, 'mod/assignment:addinstance', 1, 1643501993, 0),
(502, 1, 1, 'mod/assignment:addinstance', 1, 1643501993, 0),
(503, 1, 5, 'mod/assignment:submit', 1, 1643501993, 0),
(504, 1, 4, 'mod/assignment:grade', 1, 1643501993, 0),
(505, 1, 3, 'mod/assignment:grade', 1, 1643501993, 0),
(506, 1, 1, 'mod/assignment:grade', 1, 1643501993, 0),
(507, 1, 4, 'mod/assignment:exportownsubmission', 1, 1643501993, 0),
(508, 1, 3, 'mod/assignment:exportownsubmission', 1, 1643501993, 0),
(509, 1, 1, 'mod/assignment:exportownsubmission', 1, 1643501993, 0),
(510, 1, 5, 'mod/assignment:exportownsubmission', 1, 1643501993, 0),
(511, 1, 3, 'mod/book:addinstance', 1, 1643501994, 0),
(512, 1, 1, 'mod/book:addinstance', 1, 1643501994, 0),
(513, 1, 6, 'mod/book:read', 1, 1643501994, 0),
(514, 1, 8, 'mod/book:read', 1, 1643501994, 0),
(515, 1, 5, 'mod/book:read', 1, 1643501994, 0),
(516, 1, 4, 'mod/book:read', 1, 1643501994, 0),
(517, 1, 3, 'mod/book:read', 1, 1643501994, 0),
(518, 1, 1, 'mod/book:read', 1, 1643501994, 0),
(519, 1, 4, 'mod/book:viewhiddenchapters', 1, 1643501994, 0),
(520, 1, 3, 'mod/book:viewhiddenchapters', 1, 1643501995, 0),
(521, 1, 1, 'mod/book:viewhiddenchapters', 1, 1643501995, 0),
(522, 1, 3, 'mod/book:edit', 1, 1643501995, 0),
(523, 1, 1, 'mod/book:edit', 1, 1643501995, 0),
(524, 1, 3, 'mod/chat:addinstance', 1, 1643501995, 0),
(525, 1, 1, 'mod/chat:addinstance', 1, 1643501995, 0),
(526, 1, 5, 'mod/chat:chat', 1, 1643501996, 0),
(527, 1, 4, 'mod/chat:chat', 1, 1643501996, 0),
(528, 1, 3, 'mod/chat:chat', 1, 1643501996, 0),
(529, 1, 1, 'mod/chat:chat', 1, 1643501996, 0),
(530, 1, 5, 'mod/chat:readlog', 1, 1643501996, 0),
(531, 1, 4, 'mod/chat:readlog', 1, 1643501996, 0),
(532, 1, 3, 'mod/chat:readlog', 1, 1643501996, 0),
(533, 1, 1, 'mod/chat:readlog', 1, 1643501996, 0),
(534, 1, 4, 'mod/chat:deletelog', 1, 1643501996, 0),
(535, 1, 3, 'mod/chat:deletelog', 1, 1643501996, 0),
(536, 1, 1, 'mod/chat:deletelog', 1, 1643501996, 0),
(537, 1, 4, 'mod/chat:exportparticipatedsession', 1, 1643501997, 0),
(538, 1, 3, 'mod/chat:exportparticipatedsession', 1, 1643501997, 0),
(539, 1, 1, 'mod/chat:exportparticipatedsession', 1, 1643501997, 0),
(540, 1, 4, 'mod/chat:exportsession', 1, 1643501997, 0),
(541, 1, 3, 'mod/chat:exportsession', 1, 1643501997, 0),
(542, 1, 1, 'mod/chat:exportsession', 1, 1643501997, 0),
(543, 1, 7, 'mod/chat:view', 1, 1643501997, 0),
(544, 1, 6, 'mod/chat:view', 1, 1643501997, 0),
(545, 1, 3, 'mod/choice:addinstance', 1, 1643501998, 0),
(546, 1, 1, 'mod/choice:addinstance', 1, 1643501998, 0),
(547, 1, 5, 'mod/choice:choose', 1, 1643501998, 0),
(548, 1, 4, 'mod/choice:choose', 1, 1643501998, 0),
(549, 1, 3, 'mod/choice:choose', 1, 1643501999, 0),
(550, 1, 4, 'mod/choice:readresponses', 1, 1643501999, 0),
(551, 1, 3, 'mod/choice:readresponses', 1, 1643501999, 0),
(552, 1, 1, 'mod/choice:readresponses', 1, 1643501999, 0),
(553, 1, 4, 'mod/choice:deleteresponses', 1, 1643501999, 0),
(554, 1, 3, 'mod/choice:deleteresponses', 1, 1643501999, 0),
(555, 1, 1, 'mod/choice:deleteresponses', 1, 1643501999, 0),
(556, 1, 4, 'mod/choice:downloadresponses', 1, 1643501999, 0),
(557, 1, 3, 'mod/choice:downloadresponses', 1, 1643501999, 0),
(558, 1, 1, 'mod/choice:downloadresponses', 1, 1643501999, 0),
(559, 1, 7, 'mod/choice:view', 1, 1643501999, 0),
(560, 1, 6, 'mod/choice:view', 1, 1643501999, 0),
(561, 1, 3, 'mod/data:addinstance', 1, 1643502000, 0),
(562, 1, 1, 'mod/data:addinstance', 1, 1643502000, 0),
(563, 1, 8, 'mod/data:viewentry', 1, 1643502000, 0),
(564, 1, 6, 'mod/data:viewentry', 1, 1643502000, 0),
(565, 1, 5, 'mod/data:viewentry', 1, 1643502000, 0),
(566, 1, 4, 'mod/data:viewentry', 1, 1643502001, 0),
(567, 1, 3, 'mod/data:viewentry', 1, 1643502001, 0),
(568, 1, 1, 'mod/data:viewentry', 1, 1643502001, 0),
(569, 1, 5, 'mod/data:writeentry', 1, 1643502001, 0),
(570, 1, 4, 'mod/data:writeentry', 1, 1643502001, 0),
(571, 1, 3, 'mod/data:writeentry', 1, 1643502001, 0),
(572, 1, 1, 'mod/data:writeentry', 1, 1643502001, 0),
(573, 1, 5, 'mod/data:comment', 1, 1643502001, 0),
(574, 1, 4, 'mod/data:comment', 1, 1643502001, 0),
(575, 1, 3, 'mod/data:comment', 1, 1643502001, 0),
(576, 1, 1, 'mod/data:comment', 1, 1643502001, 0),
(577, 1, 4, 'mod/data:rate', 1, 1643502001, 0),
(578, 1, 3, 'mod/data:rate', 1, 1643502002, 0),
(579, 1, 1, 'mod/data:rate', 1, 1643502002, 0),
(580, 1, 4, 'mod/data:viewrating', 1, 1643502002, 0),
(581, 1, 3, 'mod/data:viewrating', 1, 1643502002, 0),
(582, 1, 1, 'mod/data:viewrating', 1, 1643502002, 0),
(583, 1, 4, 'mod/data:viewanyrating', 1, 1643502002, 0),
(584, 1, 3, 'mod/data:viewanyrating', 1, 1643502002, 0),
(585, 1, 1, 'mod/data:viewanyrating', 1, 1643502002, 0),
(586, 1, 4, 'mod/data:viewallratings', 1, 1643502002, 0),
(587, 1, 3, 'mod/data:viewallratings', 1, 1643502002, 0),
(588, 1, 1, 'mod/data:viewallratings', 1, 1643502002, 0),
(589, 1, 4, 'mod/data:approve', 1, 1643502002, 0),
(590, 1, 3, 'mod/data:approve', 1, 1643502003, 0),
(591, 1, 1, 'mod/data:approve', 1, 1643502003, 0),
(592, 1, 4, 'mod/data:manageentries', 1, 1643502003, 0),
(593, 1, 3, 'mod/data:manageentries', 1, 1643502003, 0),
(594, 1, 1, 'mod/data:manageentries', 1, 1643502003, 0),
(595, 1, 4, 'mod/data:managecomments', 1, 1643502003, 0),
(596, 1, 3, 'mod/data:managecomments', 1, 1643502003, 0),
(597, 1, 1, 'mod/data:managecomments', 1, 1643502003, 0),
(598, 1, 3, 'mod/data:managetemplates', 1, 1643502003, 0),
(599, 1, 1, 'mod/data:managetemplates', 1, 1643502003, 0),
(600, 1, 4, 'mod/data:viewalluserpresets', 1, 1643502003, 0),
(601, 1, 3, 'mod/data:viewalluserpresets', 1, 1643502003, 0),
(602, 1, 1, 'mod/data:viewalluserpresets', 1, 1643502003, 0),
(603, 1, 1, 'mod/data:manageuserpresets', 1, 1643502004, 0),
(604, 1, 1, 'mod/data:exportentry', 1, 1643502004, 0),
(605, 1, 4, 'mod/data:exportentry', 1, 1643502004, 0),
(606, 1, 3, 'mod/data:exportentry', 1, 1643502004, 0),
(607, 1, 1, 'mod/data:exportownentry', 1, 1643502004, 0),
(608, 1, 4, 'mod/data:exportownentry', 1, 1643502004, 0),
(609, 1, 3, 'mod/data:exportownentry', 1, 1643502004, 0),
(610, 1, 5, 'mod/data:exportownentry', 1, 1643502004, 0),
(611, 1, 1, 'mod/data:exportallentries', 1, 1643502004, 0),
(612, 1, 4, 'mod/data:exportallentries', 1, 1643502004, 0),
(613, 1, 3, 'mod/data:exportallentries', 1, 1643502004, 0),
(614, 1, 1, 'mod/data:exportuserinfo', 1, 1643502004, 0),
(615, 1, 4, 'mod/data:exportuserinfo', 1, 1643502005, 0),
(616, 1, 3, 'mod/data:exportuserinfo', 1, 1643502005, 0),
(617, 1, 6, 'mod/data:view', 1, 1643502005, 0),
(618, 1, 5, 'mod/data:view', 1, 1643502005, 0),
(619, 1, 4, 'mod/data:view', 1, 1643502005, 0),
(620, 1, 3, 'mod/data:view', 1, 1643502005, 0),
(621, 1, 1, 'mod/data:view', 1, 1643502005, 0),
(622, 1, 3, 'mod/feedback:addinstance', 1, 1643502006, 0),
(623, 1, 1, 'mod/feedback:addinstance', 1, 1643502006, 0),
(624, 1, 6, 'mod/feedback:view', 1, 1643502006, 0),
(625, 1, 8, 'mod/feedback:view', 1, 1643502006, 0),
(626, 1, 5, 'mod/feedback:view', 1, 1643502006, 0),
(627, 1, 4, 'mod/feedback:view', 1, 1643502006, 0),
(628, 1, 3, 'mod/feedback:view', 1, 1643502007, 0),
(629, 1, 1, 'mod/feedback:view', 1, 1643502007, 0),
(630, 1, 8, 'mod/feedback:complete', 1, 1643502007, 0),
(631, 1, 5, 'mod/feedback:complete', 1, 1643502007, 0),
(632, 1, 5, 'mod/feedback:viewanalysepage', 1, 1643502007, 0),
(633, 1, 3, 'mod/feedback:viewanalysepage', 1, 1643502007, 0),
(634, 1, 1, 'mod/feedback:viewanalysepage', 1, 1643502007, 0),
(635, 1, 3, 'mod/feedback:deletesubmissions', 1, 1643502007, 0),
(636, 1, 1, 'mod/feedback:deletesubmissions', 1, 1643502008, 0),
(637, 1, 1, 'mod/feedback:mapcourse', 1, 1643502008, 0),
(638, 1, 3, 'mod/feedback:edititems', 1, 1643502008, 0),
(639, 1, 1, 'mod/feedback:edititems', 1, 1643502008, 0),
(640, 1, 3, 'mod/feedback:createprivatetemplate', 1, 1643502008, 0),
(641, 1, 1, 'mod/feedback:createprivatetemplate', 1, 1643502008, 0),
(642, 1, 3, 'mod/feedback:createpublictemplate', 1, 1643502009, 0),
(643, 1, 1, 'mod/feedback:createpublictemplate', 1, 1643502009, 0),
(644, 1, 3, 'mod/feedback:deletetemplate', 1, 1643502009, 0),
(645, 1, 1, 'mod/feedback:deletetemplate', 1, 1643502009, 0),
(646, 1, 4, 'mod/feedback:viewreports', 1, 1643502009, 0),
(647, 1, 3, 'mod/feedback:viewreports', 1, 1643502009, 0),
(648, 1, 1, 'mod/feedback:viewreports', 1, 1643502009, 0),
(649, 1, 4, 'mod/feedback:receivemail', 1, 1643502009, 0),
(650, 1, 3, 'mod/feedback:receivemail', 1, 1643502009, 0),
(651, 1, 3, 'mod/folder:addinstance', 1, 1643502011, 0),
(652, 1, 1, 'mod/folder:addinstance', 1, 1643502011, 0),
(653, 1, 6, 'mod/folder:view', 1, 1643502011, 0),
(654, 1, 7, 'mod/folder:view', 1, 1643502011, 0),
(655, 1, 3, 'mod/folder:managefiles', 1, 1643502011, 0),
(656, 1, 3, 'mod/forum:addinstance', 1, 1643502012, 0),
(657, 1, 1, 'mod/forum:addinstance', 1, 1643502012, 0),
(658, 1, 8, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(659, 1, 6, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(660, 1, 5, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(661, 1, 4, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(662, 1, 3, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(663, 1, 1, 'mod/forum:viewdiscussion', 1, 1643502013, 0),
(664, 1, 4, 'mod/forum:viewhiddentimedposts', 1, 1643502013, 0),
(665, 1, 3, 'mod/forum:viewhiddentimedposts', 1, 1643502013, 0),
(666, 1, 1, 'mod/forum:viewhiddentimedposts', 1, 1643502013, 0),
(667, 1, 5, 'mod/forum:startdiscussion', 1, 1643502014, 0),
(668, 1, 4, 'mod/forum:startdiscussion', 1, 1643502014, 0),
(669, 1, 3, 'mod/forum:startdiscussion', 1, 1643502014, 0),
(670, 1, 1, 'mod/forum:startdiscussion', 1, 1643502014, 0),
(671, 1, 5, 'mod/forum:replypost', 1, 1643502014, 0),
(672, 1, 4, 'mod/forum:replypost', 1, 1643502014, 0),
(673, 1, 3, 'mod/forum:replypost', 1, 1643502014, 0),
(674, 1, 1, 'mod/forum:replypost', 1, 1643502014, 0),
(675, 1, 4, 'mod/forum:addnews', 1, 1643502014, 0),
(676, 1, 3, 'mod/forum:addnews', 1, 1643502014, 0),
(677, 1, 1, 'mod/forum:addnews', 1, 1643502014, 0),
(678, 1, 4, 'mod/forum:replynews', 1, 1643502015, 0),
(679, 1, 3, 'mod/forum:replynews', 1, 1643502015, 0),
(680, 1, 1, 'mod/forum:replynews', 1, 1643502015, 0),
(681, 1, 5, 'mod/forum:viewrating', 1, 1643502015, 0),
(682, 1, 4, 'mod/forum:viewrating', 1, 1643502015, 0),
(683, 1, 3, 'mod/forum:viewrating', 1, 1643502015, 0),
(684, 1, 1, 'mod/forum:viewrating', 1, 1643502015, 0),
(685, 1, 4, 'mod/forum:viewanyrating', 1, 1643502015, 0),
(686, 1, 3, 'mod/forum:viewanyrating', 1, 1643502015, 0),
(687, 1, 1, 'mod/forum:viewanyrating', 1, 1643502015, 0),
(688, 1, 4, 'mod/forum:viewallratings', 1, 1643502015, 0),
(689, 1, 3, 'mod/forum:viewallratings', 1, 1643502016, 0),
(690, 1, 1, 'mod/forum:viewallratings', 1, 1643502016, 0),
(691, 1, 4, 'mod/forum:rate', 1, 1643502016, 0),
(692, 1, 3, 'mod/forum:rate', 1, 1643502016, 0),
(693, 1, 1, 'mod/forum:rate', 1, 1643502016, 0),
(694, 1, 4, 'mod/forum:postprivatereply', 1, 1643502016, 0),
(695, 1, 3, 'mod/forum:postprivatereply', 1, 1643502016, 0),
(696, 1, 1, 'mod/forum:postprivatereply', 1, 1643502016, 0),
(697, 1, 4, 'mod/forum:readprivatereplies', 1, 1643502016, 0),
(698, 1, 3, 'mod/forum:readprivatereplies', 1, 1643502016, 0),
(699, 1, 1, 'mod/forum:readprivatereplies', 1, 1643502016, 0),
(700, 1, 5, 'mod/forum:createattachment', 1, 1643502017, 0),
(701, 1, 4, 'mod/forum:createattachment', 1, 1643502017, 0),
(702, 1, 3, 'mod/forum:createattachment', 1, 1643502017, 0),
(703, 1, 1, 'mod/forum:createattachment', 1, 1643502017, 0),
(704, 1, 5, 'mod/forum:deleteownpost', 1, 1643502017, 0),
(705, 1, 4, 'mod/forum:deleteownpost', 1, 1643502017, 0),
(706, 1, 3, 'mod/forum:deleteownpost', 1, 1643502017, 0),
(707, 1, 1, 'mod/forum:deleteownpost', 1, 1643502017, 0),
(708, 1, 4, 'mod/forum:deleteanypost', 1, 1643502017, 0),
(709, 1, 3, 'mod/forum:deleteanypost', 1, 1643502017, 0),
(710, 1, 1, 'mod/forum:deleteanypost', 1, 1643502017, 0),
(711, 1, 4, 'mod/forum:splitdiscussions', 1, 1643502018, 0),
(712, 1, 3, 'mod/forum:splitdiscussions', 1, 1643502018, 0),
(713, 1, 1, 'mod/forum:splitdiscussions', 1, 1643502018, 0),
(714, 1, 4, 'mod/forum:movediscussions', 1, 1643502018, 0),
(715, 1, 3, 'mod/forum:movediscussions', 1, 1643502018, 0),
(716, 1, 1, 'mod/forum:movediscussions', 1, 1643502018, 0),
(717, 1, 4, 'mod/forum:pindiscussions', 1, 1643502018, 0),
(718, 1, 3, 'mod/forum:pindiscussions', 1, 1643502018, 0),
(719, 1, 1, 'mod/forum:pindiscussions', 1, 1643502018, 0),
(720, 1, 4, 'mod/forum:editanypost', 1, 1643502018, 0),
(721, 1, 3, 'mod/forum:editanypost', 1, 1643502019, 0),
(722, 1, 1, 'mod/forum:editanypost', 1, 1643502019, 0),
(723, 1, 4, 'mod/forum:viewqandawithoutposting', 1, 1643502019, 0),
(724, 1, 3, 'mod/forum:viewqandawithoutposting', 1, 1643502019, 0),
(725, 1, 1, 'mod/forum:viewqandawithoutposting', 1, 1643502019, 0),
(726, 1, 4, 'mod/forum:viewsubscribers', 1, 1643502019, 0),
(727, 1, 3, 'mod/forum:viewsubscribers', 1, 1643502019, 0),
(728, 1, 1, 'mod/forum:viewsubscribers', 1, 1643502019, 0),
(729, 1, 4, 'mod/forum:managesubscriptions', 1, 1643502019, 0),
(730, 1, 3, 'mod/forum:managesubscriptions', 1, 1643502019, 0),
(731, 1, 1, 'mod/forum:managesubscriptions', 1, 1643502019, 0),
(732, 1, 4, 'mod/forum:postwithoutthrottling', 1, 1643502020, 0),
(733, 1, 3, 'mod/forum:postwithoutthrottling', 1, 1643502020, 0),
(734, 1, 1, 'mod/forum:postwithoutthrottling', 1, 1643502020, 0),
(735, 1, 4, 'mod/forum:exportdiscussion', 1, 1643502020, 0),
(736, 1, 3, 'mod/forum:exportdiscussion', 1, 1643502020, 0),
(737, 1, 1, 'mod/forum:exportdiscussion', 1, 1643502020, 0),
(738, 1, 4, 'mod/forum:exportforum', 1, 1643502020, 0),
(739, 1, 3, 'mod/forum:exportforum', 1, 1643502020, 0),
(740, 1, 1, 'mod/forum:exportforum', 1, 1643502020, 0),
(741, 1, 4, 'mod/forum:exportpost', 1, 1643502020, 0),
(742, 1, 3, 'mod/forum:exportpost', 1, 1643502021, 0),
(743, 1, 1, 'mod/forum:exportpost', 1, 1643502021, 0),
(744, 1, 4, 'mod/forum:exportownpost', 1, 1643502021, 0),
(745, 1, 3, 'mod/forum:exportownpost', 1, 1643502021, 0),
(746, 1, 1, 'mod/forum:exportownpost', 1, 1643502021, 0),
(747, 1, 5, 'mod/forum:exportownpost', 1, 1643502021, 0),
(748, 1, 4, 'mod/forum:addquestion', 1, 1643502021, 0),
(749, 1, 3, 'mod/forum:addquestion', 1, 1643502021, 0),
(750, 1, 1, 'mod/forum:addquestion', 1, 1643502021, 0),
(751, 1, 5, 'mod/forum:allowforcesubscribe', 1, 1643502021, 0),
(752, 1, 4, 'mod/forum:allowforcesubscribe', 1, 1643502021, 0),
(753, 1, 3, 'mod/forum:allowforcesubscribe', 1, 1643502022, 0),
(754, 1, 8, 'mod/forum:allowforcesubscribe', 1, 1643502022, 0),
(755, 1, 4, 'mod/forum:canposttomygroups', 1, 1643502022, 0),
(756, 1, 3, 'mod/forum:canposttomygroups', 1, 1643502022, 0),
(757, 1, 1, 'mod/forum:canposttomygroups', 1, 1643502022, 0),
(758, 1, 4, 'mod/forum:canoverridediscussionlock', 1, 1643502022, 0),
(759, 1, 3, 'mod/forum:canoverridediscussionlock', 1, 1643502022, 0),
(760, 1, 1, 'mod/forum:canoverridediscussionlock', 1, 1643502022, 0),
(761, 1, 4, 'mod/forum:canoverridecutoff', 1, 1643502022, 0),
(762, 1, 3, 'mod/forum:canoverridecutoff', 1, 1643502022, 0),
(763, 1, 1, 'mod/forum:canoverridecutoff', 1, 1643502023, 0),
(764, 1, 7, 'mod/forum:cantogglefavourite', 1, 1643502023, 0),
(765, 1, 4, 'mod/forum:grade', 1, 1643502023, 0),
(766, 1, 3, 'mod/forum:grade', 1, 1643502023, 0),
(767, 1, 1, 'mod/forum:grade', 1, 1643502023, 0),
(768, 1, 3, 'mod/glossary:addinstance', 1, 1643502025, 0),
(769, 1, 1, 'mod/glossary:addinstance', 1, 1643502025, 0),
(770, 1, 8, 'mod/glossary:view', 1, 1643502025, 0),
(771, 1, 6, 'mod/glossary:view', 1, 1643502025, 0),
(772, 1, 5, 'mod/glossary:view', 1, 1643502025, 0),
(773, 1, 4, 'mod/glossary:view', 1, 1643502025, 0),
(774, 1, 3, 'mod/glossary:view', 1, 1643502026, 0),
(775, 1, 1, 'mod/glossary:view', 1, 1643502026, 0),
(776, 1, 5, 'mod/glossary:write', 1, 1643502026, 0),
(777, 1, 4, 'mod/glossary:write', 1, 1643502026, 0),
(778, 1, 3, 'mod/glossary:write', 1, 1643502026, 0),
(779, 1, 1, 'mod/glossary:write', 1, 1643502026, 0),
(780, 1, 4, 'mod/glossary:manageentries', 1, 1643502026, 0),
(781, 1, 3, 'mod/glossary:manageentries', 1, 1643502026, 0),
(782, 1, 1, 'mod/glossary:manageentries', 1, 1643502026, 0),
(783, 1, 4, 'mod/glossary:managecategories', 1, 1643502027, 0),
(784, 1, 3, 'mod/glossary:managecategories', 1, 1643502027, 0),
(785, 1, 1, 'mod/glossary:managecategories', 1, 1643502027, 0),
(786, 1, 5, 'mod/glossary:comment', 1, 1643502027, 0),
(787, 1, 4, 'mod/glossary:comment', 1, 1643502027, 0),
(788, 1, 3, 'mod/glossary:comment', 1, 1643502027, 0),
(789, 1, 1, 'mod/glossary:comment', 1, 1643502027, 0),
(790, 1, 4, 'mod/glossary:managecomments', 1, 1643502027, 0),
(791, 1, 3, 'mod/glossary:managecomments', 1, 1643502027, 0),
(792, 1, 1, 'mod/glossary:managecomments', 1, 1643502027, 0),
(793, 1, 4, 'mod/glossary:import', 1, 1643502028, 0),
(794, 1, 3, 'mod/glossary:import', 1, 1643502028, 0),
(795, 1, 1, 'mod/glossary:import', 1, 1643502028, 0),
(796, 1, 4, 'mod/glossary:export', 1, 1643502028, 0),
(797, 1, 3, 'mod/glossary:export', 1, 1643502028, 0),
(798, 1, 1, 'mod/glossary:export', 1, 1643502028, 0),
(799, 1, 4, 'mod/glossary:approve', 1, 1643502028, 0),
(800, 1, 3, 'mod/glossary:approve', 1, 1643502028, 0),
(801, 1, 1, 'mod/glossary:approve', 1, 1643502028, 0),
(802, 1, 4, 'mod/glossary:rate', 1, 1643502028, 0),
(803, 1, 3, 'mod/glossary:rate', 1, 1643502029, 0),
(804, 1, 1, 'mod/glossary:rate', 1, 1643502029, 0),
(805, 1, 4, 'mod/glossary:viewrating', 1, 1643502029, 0),
(806, 1, 3, 'mod/glossary:viewrating', 1, 1643502029, 0),
(807, 1, 1, 'mod/glossary:viewrating', 1, 1643502029, 0),
(808, 1, 4, 'mod/glossary:viewanyrating', 1, 1643502029, 0),
(809, 1, 3, 'mod/glossary:viewanyrating', 1, 1643502029, 0),
(810, 1, 1, 'mod/glossary:viewanyrating', 1, 1643502029, 0),
(811, 1, 4, 'mod/glossary:viewallratings', 1, 1643502029, 0),
(812, 1, 3, 'mod/glossary:viewallratings', 1, 1643502029, 0),
(813, 1, 1, 'mod/glossary:viewallratings', 1, 1643502029, 0),
(814, 1, 4, 'mod/glossary:exportentry', 1, 1643502030, 0),
(815, 1, 3, 'mod/glossary:exportentry', 1, 1643502030, 0),
(816, 1, 1, 'mod/glossary:exportentry', 1, 1643502030, 0),
(817, 1, 4, 'mod/glossary:exportownentry', 1, 1643502030, 0),
(818, 1, 3, 'mod/glossary:exportownentry', 1, 1643502030, 0),
(819, 1, 1, 'mod/glossary:exportownentry', 1, 1643502030, 0),
(820, 1, 5, 'mod/glossary:exportownentry', 1, 1643502030, 0),
(821, 1, 6, 'mod/h5pactivity:view', 1, 1643502031, 0),
(822, 1, 5, 'mod/h5pactivity:view', 1, 1643502032, 0),
(823, 1, 4, 'mod/h5pactivity:view', 1, 1643502032, 0),
(824, 1, 3, 'mod/h5pactivity:view', 1, 1643502032, 0),
(825, 1, 1, 'mod/h5pactivity:view', 1, 1643502032, 0),
(826, 1, 3, 'mod/h5pactivity:addinstance', 1, 1643502032, 0),
(827, 1, 1, 'mod/h5pactivity:addinstance', 1, 1643502032, 0),
(828, 1, 5, 'mod/h5pactivity:submit', 1, 1643502032, 0),
(829, 1, 3, 'mod/h5pactivity:reviewattempts', 1, 1643502032, 0),
(830, 1, 1, 'mod/h5pactivity:reviewattempts', 1, 1643502032, 0),
(831, 1, 6, 'mod/imscp:view', 1, 1643502033, 0),
(832, 1, 7, 'mod/imscp:view', 1, 1643502033, 0),
(833, 1, 3, 'mod/imscp:addinstance', 1, 1643502033, 0),
(834, 1, 1, 'mod/imscp:addinstance', 1, 1643502033, 0),
(835, 1, 3, 'mod/label:addinstance', 1, 1643502034, 0),
(836, 1, 1, 'mod/label:addinstance', 1, 1643502034, 0),
(837, 1, 7, 'mod/label:view', 1, 1643502034, 0),
(838, 1, 6, 'mod/label:view', 1, 1643502035, 0),
(839, 1, 3, 'mod/lesson:addinstance', 1, 1643502036, 0),
(840, 1, 1, 'mod/lesson:addinstance', 1, 1643502036, 0),
(841, 1, 3, 'mod/lesson:edit', 1, 1643502036, 0),
(842, 1, 1, 'mod/lesson:edit', 1, 1643502036, 0),
(843, 1, 4, 'mod/lesson:grade', 1, 1643502036, 0),
(844, 1, 3, 'mod/lesson:grade', 1, 1643502036, 0),
(845, 1, 1, 'mod/lesson:grade', 1, 1643502036, 0),
(846, 1, 4, 'mod/lesson:viewreports', 1, 1643502036, 0),
(847, 1, 3, 'mod/lesson:viewreports', 1, 1643502036, 0),
(848, 1, 1, 'mod/lesson:viewreports', 1, 1643502036, 0),
(849, 1, 4, 'mod/lesson:manage', 1, 1643502036, 0),
(850, 1, 3, 'mod/lesson:manage', 1, 1643502037, 0),
(851, 1, 1, 'mod/lesson:manage', 1, 1643502037, 0),
(852, 1, 3, 'mod/lesson:manageoverrides', 1, 1643502037, 0),
(853, 1, 1, 'mod/lesson:manageoverrides', 1, 1643502037, 0),
(854, 1, 7, 'mod/lesson:view', 1, 1643502037, 0),
(855, 1, 6, 'mod/lesson:view', 1, 1643502037, 0),
(856, 1, 5, 'mod/lti:view', 1, 1643502039, 0),
(857, 1, 4, 'mod/lti:view', 1, 1643502039, 0),
(858, 1, 3, 'mod/lti:view', 1, 1643502039, 0),
(859, 1, 1, 'mod/lti:view', 1, 1643502039, 0),
(860, 1, 3, 'mod/lti:addinstance', 1, 1643502039, 0),
(861, 1, 1, 'mod/lti:addinstance', 1, 1643502039, 0),
(862, 1, 4, 'mod/lti:manage', 1, 1643502039, 0),
(863, 1, 3, 'mod/lti:manage', 1, 1643502039, 0),
(864, 1, 1, 'mod/lti:manage', 1, 1643502040, 0),
(865, 1, 3, 'mod/lti:addcoursetool', 1, 1643502040, 0),
(866, 1, 1, 'mod/lti:addcoursetool', 1, 1643502040, 0),
(867, 1, 3, 'mod/lti:addpreconfiguredinstance', 1, 1643502040, 0),
(868, 1, 1, 'mod/lti:addpreconfiguredinstance', 1, 1643502040, 0),
(869, 1, 3, 'mod/lti:addmanualinstance', 1, 1643502040, 0),
(870, 1, 1, 'mod/lti:addmanualinstance', 1, 1643502040, 0),
(871, 1, 3, 'mod/lti:requesttooladd', 1, 1643502040, 0),
(872, 1, 1, 'mod/lti:requesttooladd', 1, 1643502040, 0),
(873, 1, 6, 'mod/page:view', 1, 1643502041, 0),
(874, 1, 7, 'mod/page:view', 1, 1643502042, 0),
(875, 1, 3, 'mod/page:addinstance', 1, 1643502042, 0),
(876, 1, 1, 'mod/page:addinstance', 1, 1643502042, 0),
(877, 1, 6, 'mod/quiz:view', 1, 1643502043, 0);
INSERT INTO `mdl_role_capabilities` (`id`, `contextid`, `roleid`, `capability`, `permission`, `timemodified`, `modifierid`) VALUES
(878, 1, 5, 'mod/quiz:view', 1, 1643502043, 0),
(879, 1, 4, 'mod/quiz:view', 1, 1643502043, 0),
(880, 1, 3, 'mod/quiz:view', 1, 1643502043, 0),
(881, 1, 1, 'mod/quiz:view', 1, 1643502043, 0),
(882, 1, 3, 'mod/quiz:addinstance', 1, 1643502043, 0),
(883, 1, 1, 'mod/quiz:addinstance', 1, 1643502044, 0),
(884, 1, 5, 'mod/quiz:attempt', 1, 1643502044, 0),
(885, 1, 5, 'mod/quiz:reviewmyattempts', 1, 1643502044, 0),
(886, 1, 3, 'mod/quiz:manage', 1, 1643502044, 0),
(887, 1, 1, 'mod/quiz:manage', 1, 1643502044, 0),
(888, 1, 3, 'mod/quiz:manageoverrides', 1, 1643502044, 0),
(889, 1, 1, 'mod/quiz:manageoverrides', 1, 1643502044, 0),
(890, 1, 4, 'mod/quiz:preview', 1, 1643502044, 0),
(891, 1, 3, 'mod/quiz:preview', 1, 1643502044, 0),
(892, 1, 1, 'mod/quiz:preview', 1, 1643502045, 0),
(893, 1, 4, 'mod/quiz:grade', 1, 1643502045, 0),
(894, 1, 3, 'mod/quiz:grade', 1, 1643502045, 0),
(895, 1, 1, 'mod/quiz:grade', 1, 1643502045, 0),
(896, 1, 4, 'mod/quiz:regrade', 1, 1643502045, 0),
(897, 1, 3, 'mod/quiz:regrade', 1, 1643502045, 0),
(898, 1, 1, 'mod/quiz:regrade', 1, 1643502045, 0),
(899, 1, 4, 'mod/quiz:viewreports', 1, 1643502045, 0),
(900, 1, 3, 'mod/quiz:viewreports', 1, 1643502045, 0),
(901, 1, 1, 'mod/quiz:viewreports', 1, 1643502045, 0),
(902, 1, 3, 'mod/quiz:deleteattempts', 1, 1643502045, 0),
(903, 1, 1, 'mod/quiz:deleteattempts', 1, 1643502046, 0),
(904, 1, 6, 'mod/resource:view', 1, 1643502047, 0),
(905, 1, 7, 'mod/resource:view', 1, 1643502047, 0),
(906, 1, 3, 'mod/resource:addinstance', 1, 1643502048, 0),
(907, 1, 1, 'mod/resource:addinstance', 1, 1643502048, 0),
(908, 1, 3, 'mod/scorm:addinstance', 1, 1643502049, 0),
(909, 1, 1, 'mod/scorm:addinstance', 1, 1643502049, 0),
(910, 1, 4, 'mod/scorm:viewreport', 1, 1643502049, 0),
(911, 1, 3, 'mod/scorm:viewreport', 1, 1643502049, 0),
(912, 1, 1, 'mod/scorm:viewreport', 1, 1643502049, 0),
(913, 1, 5, 'mod/scorm:skipview', 1, 1643502049, 0),
(914, 1, 5, 'mod/scorm:savetrack', 1, 1643502049, 0),
(915, 1, 4, 'mod/scorm:savetrack', 1, 1643502049, 0),
(916, 1, 3, 'mod/scorm:savetrack', 1, 1643502050, 0),
(917, 1, 1, 'mod/scorm:savetrack', 1, 1643502050, 0),
(918, 1, 5, 'mod/scorm:viewscores', 1, 1643502050, 0),
(919, 1, 4, 'mod/scorm:viewscores', 1, 1643502050, 0),
(920, 1, 3, 'mod/scorm:viewscores', 1, 1643502050, 0),
(921, 1, 1, 'mod/scorm:viewscores', 1, 1643502050, 0),
(922, 1, 4, 'mod/scorm:deleteresponses', 1, 1643502050, 0),
(923, 1, 3, 'mod/scorm:deleteresponses', 1, 1643502050, 0),
(924, 1, 1, 'mod/scorm:deleteresponses', 1, 1643502050, 0),
(925, 1, 3, 'mod/survey:addinstance', 1, 1643502053, 0),
(926, 1, 1, 'mod/survey:addinstance', 1, 1643502053, 0),
(927, 1, 5, 'mod/survey:participate', 1, 1643502053, 0),
(928, 1, 4, 'mod/survey:participate', 1, 1643502054, 0),
(929, 1, 3, 'mod/survey:participate', 1, 1643502054, 0),
(930, 1, 1, 'mod/survey:participate', 1, 1643502054, 0),
(931, 1, 4, 'mod/survey:readresponses', 1, 1643502054, 0),
(932, 1, 3, 'mod/survey:readresponses', 1, 1643502054, 0),
(933, 1, 1, 'mod/survey:readresponses', 1, 1643502054, 0),
(934, 1, 4, 'mod/survey:download', 1, 1643502054, 0),
(935, 1, 3, 'mod/survey:download', 1, 1643502054, 0),
(936, 1, 1, 'mod/survey:download', 1, 1643502054, 0),
(937, 1, 6, 'mod/url:view', 1, 1643502055, 0),
(938, 1, 7, 'mod/url:view', 1, 1643502055, 0),
(939, 1, 3, 'mod/url:addinstance', 1, 1643502056, 0),
(940, 1, 1, 'mod/url:addinstance', 1, 1643502056, 0),
(941, 1, 3, 'mod/wiki:addinstance', 1, 1643502056, 0),
(942, 1, 1, 'mod/wiki:addinstance', 1, 1643502057, 0),
(943, 1, 6, 'mod/wiki:viewpage', 1, 1643502057, 0),
(944, 1, 8, 'mod/wiki:viewpage', 1, 1643502057, 0),
(945, 1, 5, 'mod/wiki:viewpage', 1, 1643502057, 0),
(946, 1, 4, 'mod/wiki:viewpage', 1, 1643502057, 0),
(947, 1, 3, 'mod/wiki:viewpage', 1, 1643502057, 0),
(948, 1, 1, 'mod/wiki:viewpage', 1, 1643502057, 0),
(949, 1, 5, 'mod/wiki:editpage', 1, 1643502057, 0),
(950, 1, 4, 'mod/wiki:editpage', 1, 1643502057, 0),
(951, 1, 3, 'mod/wiki:editpage', 1, 1643502058, 0),
(952, 1, 1, 'mod/wiki:editpage', 1, 1643502058, 0),
(953, 1, 5, 'mod/wiki:createpage', 1, 1643502058, 0),
(954, 1, 4, 'mod/wiki:createpage', 1, 1643502058, 0),
(955, 1, 3, 'mod/wiki:createpage', 1, 1643502058, 0),
(956, 1, 1, 'mod/wiki:createpage', 1, 1643502058, 0),
(957, 1, 5, 'mod/wiki:viewcomment', 1, 1643502058, 0),
(958, 1, 4, 'mod/wiki:viewcomment', 1, 1643502058, 0),
(959, 1, 3, 'mod/wiki:viewcomment', 1, 1643502058, 0),
(960, 1, 1, 'mod/wiki:viewcomment', 1, 1643502058, 0),
(961, 1, 5, 'mod/wiki:editcomment', 1, 1643502059, 0),
(962, 1, 4, 'mod/wiki:editcomment', 1, 1643502059, 0),
(963, 1, 3, 'mod/wiki:editcomment', 1, 1643502059, 0),
(964, 1, 1, 'mod/wiki:editcomment', 1, 1643502059, 0),
(965, 1, 4, 'mod/wiki:managecomment', 1, 1643502059, 0),
(966, 1, 3, 'mod/wiki:managecomment', 1, 1643502059, 0),
(967, 1, 1, 'mod/wiki:managecomment', 1, 1643502059, 0),
(968, 1, 4, 'mod/wiki:managefiles', 1, 1643502059, 0),
(969, 1, 3, 'mod/wiki:managefiles', 1, 1643502059, 0),
(970, 1, 1, 'mod/wiki:managefiles', 1, 1643502059, 0),
(971, 1, 4, 'mod/wiki:overridelock', 1, 1643502060, 0),
(972, 1, 3, 'mod/wiki:overridelock', 1, 1643502060, 0),
(973, 1, 1, 'mod/wiki:overridelock', 1, 1643502060, 0),
(974, 1, 4, 'mod/wiki:managewiki', 1, 1643502060, 0),
(975, 1, 3, 'mod/wiki:managewiki', 1, 1643502060, 0),
(976, 1, 1, 'mod/wiki:managewiki', 1, 1643502060, 0),
(977, 1, 6, 'mod/workshop:view', 1, 1643502061, 0),
(978, 1, 5, 'mod/workshop:view', 1, 1643502061, 0),
(979, 1, 4, 'mod/workshop:view', 1, 1643502061, 0),
(980, 1, 3, 'mod/workshop:view', 1, 1643502061, 0),
(981, 1, 1, 'mod/workshop:view', 1, 1643502061, 0),
(982, 1, 3, 'mod/workshop:addinstance', 1, 1643502062, 0),
(983, 1, 1, 'mod/workshop:addinstance', 1, 1643502062, 0),
(984, 1, 4, 'mod/workshop:switchphase', 1, 1643502062, 0),
(985, 1, 3, 'mod/workshop:switchphase', 1, 1643502062, 0),
(986, 1, 1, 'mod/workshop:switchphase', 1, 1643502062, 0),
(987, 1, 3, 'mod/workshop:editdimensions', 1, 1643502062, 0),
(988, 1, 1, 'mod/workshop:editdimensions', 1, 1643502062, 0),
(989, 1, 5, 'mod/workshop:submit', 1, 1643502062, 0),
(990, 1, 5, 'mod/workshop:peerassess', 1, 1643502063, 0),
(991, 1, 4, 'mod/workshop:manageexamples', 1, 1643502063, 0),
(992, 1, 3, 'mod/workshop:manageexamples', 1, 1643502063, 0),
(993, 1, 1, 'mod/workshop:manageexamples', 1, 1643502063, 0),
(994, 1, 4, 'mod/workshop:allocate', 1, 1643502063, 0),
(995, 1, 3, 'mod/workshop:allocate', 1, 1643502063, 0),
(996, 1, 1, 'mod/workshop:allocate', 1, 1643502063, 0),
(997, 1, 4, 'mod/workshop:publishsubmissions', 1, 1643502063, 0),
(998, 1, 3, 'mod/workshop:publishsubmissions', 1, 1643502063, 0),
(999, 1, 1, 'mod/workshop:publishsubmissions', 1, 1643502063, 0),
(1000, 1, 5, 'mod/workshop:viewauthornames', 1, 1643502064, 0),
(1001, 1, 4, 'mod/workshop:viewauthornames', 1, 1643502064, 0),
(1002, 1, 3, 'mod/workshop:viewauthornames', 1, 1643502064, 0),
(1003, 1, 1, 'mod/workshop:viewauthornames', 1, 1643502064, 0),
(1004, 1, 4, 'mod/workshop:viewreviewernames', 1, 1643502064, 0),
(1005, 1, 3, 'mod/workshop:viewreviewernames', 1, 1643502064, 0),
(1006, 1, 1, 'mod/workshop:viewreviewernames', 1, 1643502064, 0),
(1007, 1, 4, 'mod/workshop:viewallsubmissions', 1, 1643502064, 0),
(1008, 1, 3, 'mod/workshop:viewallsubmissions', 1, 1643502064, 0),
(1009, 1, 1, 'mod/workshop:viewallsubmissions', 1, 1643502064, 0),
(1010, 1, 5, 'mod/workshop:viewpublishedsubmissions', 1, 1643502065, 0),
(1011, 1, 4, 'mod/workshop:viewpublishedsubmissions', 1, 1643502065, 0),
(1012, 1, 3, 'mod/workshop:viewpublishedsubmissions', 1, 1643502065, 0),
(1013, 1, 1, 'mod/workshop:viewpublishedsubmissions', 1, 1643502065, 0),
(1014, 1, 5, 'mod/workshop:viewauthorpublished', 1, 1643502065, 0),
(1015, 1, 4, 'mod/workshop:viewauthorpublished', 1, 1643502065, 0),
(1016, 1, 3, 'mod/workshop:viewauthorpublished', 1, 1643502065, 0),
(1017, 1, 1, 'mod/workshop:viewauthorpublished', 1, 1643502065, 0),
(1018, 1, 4, 'mod/workshop:viewallassessments', 1, 1643502065, 0),
(1019, 1, 3, 'mod/workshop:viewallassessments', 1, 1643502065, 0),
(1020, 1, 1, 'mod/workshop:viewallassessments', 1, 1643502065, 0),
(1021, 1, 4, 'mod/workshop:overridegrades', 1, 1643502066, 0),
(1022, 1, 3, 'mod/workshop:overridegrades', 1, 1643502066, 0),
(1023, 1, 1, 'mod/workshop:overridegrades', 1, 1643502066, 0),
(1024, 1, 4, 'mod/workshop:ignoredeadlines', 1, 1643502066, 0),
(1025, 1, 3, 'mod/workshop:ignoredeadlines', 1, 1643502066, 0),
(1026, 1, 1, 'mod/workshop:ignoredeadlines', 1, 1643502066, 0),
(1027, 1, 4, 'mod/workshop:deletesubmissions', 1, 1643502066, 0),
(1028, 1, 3, 'mod/workshop:deletesubmissions', 1, 1643502066, 0),
(1029, 1, 1, 'mod/workshop:deletesubmissions', 1, 1643502066, 0),
(1030, 1, 1, 'mod/workshop:exportsubmissions', 1, 1643502066, 0),
(1031, 1, 4, 'mod/workshop:exportsubmissions', 1, 1643502066, 0),
(1032, 1, 3, 'mod/workshop:exportsubmissions', 1, 1643502067, 0),
(1033, 1, 5, 'mod/workshop:exportsubmissions', 1, 1643502067, 0),
(1034, 1, 7, 'auth/oauth2:managelinkedlogins', 1, 1643502073, 0),
(1035, 1, 1, 'enrol/category:config', 1, 1643502075, 0),
(1036, 1, 3, 'enrol/category:config', 1, 1643502076, 0),
(1037, 1, 3, 'enrol/cohort:config', 1, 1643502076, 0),
(1038, 1, 1, 'enrol/cohort:config', 1, 1643502076, 0),
(1039, 1, 1, 'enrol/cohort:unenrol', 1, 1643502076, 0),
(1040, 1, 1, 'enrol/database:unenrol', 1, 1643502077, 0),
(1041, 1, 1, 'enrol/database:config', 1, 1643502077, 0),
(1042, 1, 3, 'enrol/database:config', 1, 1643502077, 0),
(1043, 1, 1, 'enrol/guest:config', 1, 1643502078, 0),
(1044, 1, 3, 'enrol/guest:config', 1, 1643502078, 0),
(1045, 1, 1, 'enrol/imsenterprise:config', 1, 1643502079, 0),
(1046, 1, 3, 'enrol/imsenterprise:config', 1, 1643502079, 0),
(1047, 1, 1, 'enrol/ldap:manage', 1, 1643502079, 0),
(1048, 1, 1, 'enrol/lti:config', 1, 1643502080, 0),
(1049, 1, 3, 'enrol/lti:config', 1, 1643502080, 0),
(1050, 1, 1, 'enrol/lti:unenrol', 1, 1643502080, 0),
(1051, 1, 3, 'enrol/lti:unenrol', 1, 1643502081, 0),
(1052, 1, 1, 'enrol/manual:config', 1, 1643502081, 0),
(1053, 1, 1, 'enrol/manual:enrol', 1, 1643502081, 0),
(1054, 1, 3, 'enrol/manual:enrol', 1, 1643502081, 0),
(1055, 1, 1, 'enrol/manual:manage', 1, 1643502081, 0),
(1056, 1, 3, 'enrol/manual:manage', 1, 1643502082, 0),
(1057, 1, 1, 'enrol/manual:unenrol', 1, 1643502082, 0),
(1058, 1, 3, 'enrol/manual:unenrol', 1, 1643502082, 0),
(1059, 1, 1, 'enrol/meta:config', 1, 1643502082, 0),
(1060, 1, 3, 'enrol/meta:config', 1, 1643502083, 0),
(1061, 1, 1, 'enrol/meta:selectaslinked', 1, 1643502083, 0),
(1062, 1, 1, 'enrol/meta:unenrol', 1, 1643502083, 0),
(1063, 1, 1, 'enrol/mnet:config', 1, 1643502083, 0),
(1064, 1, 3, 'enrol/mnet:config', 1, 1643502083, 0),
(1065, 1, 1, 'enrol/paypal:config', 1, 1643502085, 0),
(1066, 1, 1, 'enrol/paypal:manage', 1, 1643502085, 0),
(1067, 1, 3, 'enrol/paypal:manage', 1, 1643502085, 0),
(1068, 1, 1, 'enrol/paypal:unenrol', 1, 1643502086, 0),
(1069, 1, 3, 'enrol/self:config', 1, 1643502086, 0),
(1070, 1, 1, 'enrol/self:config', 1, 1643502086, 0),
(1071, 1, 3, 'enrol/self:manage', 1, 1643502087, 0),
(1072, 1, 1, 'enrol/self:manage', 1, 1643502087, 0),
(1073, 1, 5, 'enrol/self:unenrolself', 1, 1643502087, 0),
(1074, 1, 3, 'enrol/self:unenrol', 1, 1643502087, 0),
(1075, 1, 1, 'enrol/self:unenrol', 1, 1643502087, 0),
(1076, 1, 7, 'message/airnotifier:managedevice', 1, 1643502088, 0),
(1077, 1, 3, 'block/activity_modules:addinstance', 1, 1643502095, 0),
(1078, 1, 1, 'block/activity_modules:addinstance', 1, 1643502095, 0),
(1079, 1, 3, 'block/activity_results:addinstance', 1, 1643502095, 0),
(1080, 1, 1, 'block/activity_results:addinstance', 1, 1643502095, 0),
(1081, 1, 7, 'block/admin_bookmarks:myaddinstance', 1, 1643502096, 0),
(1082, 1, 3, 'block/admin_bookmarks:addinstance', 1, 1643502096, 0),
(1083, 1, 1, 'block/admin_bookmarks:addinstance', 1, 1643502096, 0),
(1084, 1, 3, 'block/badges:addinstance', 1, 1643502096, 0),
(1085, 1, 1, 'block/badges:addinstance', 1, 1643502097, 0),
(1086, 1, 7, 'block/badges:myaddinstance', 1, 1643502097, 0),
(1087, 1, 3, 'block/blog_menu:addinstance', 1, 1643502097, 0),
(1088, 1, 1, 'block/blog_menu:addinstance', 1, 1643502097, 0),
(1089, 1, 3, 'block/blog_recent:addinstance', 1, 1643502098, 0),
(1090, 1, 1, 'block/blog_recent:addinstance', 1, 1643502098, 0),
(1091, 1, 3, 'block/blog_tags:addinstance', 1, 1643502098, 0),
(1092, 1, 1, 'block/blog_tags:addinstance', 1, 1643502098, 0),
(1093, 1, 7, 'block/calendar_month:myaddinstance', 1, 1643502099, 0),
(1094, 1, 3, 'block/calendar_month:addinstance', 1, 1643502099, 0),
(1095, 1, 1, 'block/calendar_month:addinstance', 1, 1643502099, 0),
(1096, 1, 7, 'block/calendar_upcoming:myaddinstance', 1, 1643502100, 0),
(1097, 1, 3, 'block/calendar_upcoming:addinstance', 1, 1643502100, 0),
(1098, 1, 1, 'block/calendar_upcoming:addinstance', 1, 1643502100, 0),
(1099, 1, 7, 'block/comments:myaddinstance', 1, 1643502100, 0),
(1100, 1, 3, 'block/comments:addinstance', 1, 1643502101, 0),
(1101, 1, 1, 'block/comments:addinstance', 1, 1643502101, 0),
(1102, 1, 3, 'block/completionstatus:addinstance', 1, 1643502101, 0),
(1103, 1, 1, 'block/completionstatus:addinstance', 1, 1643502101, 0),
(1104, 1, 7, 'block/course_list:myaddinstance', 1, 1643502102, 0),
(1105, 1, 3, 'block/course_list:addinstance', 1, 1643502102, 0),
(1106, 1, 1, 'block/course_list:addinstance', 1, 1643502102, 0),
(1107, 1, 3, 'block/course_summary:addinstance', 1, 1643502103, 0),
(1108, 1, 1, 'block/course_summary:addinstance', 1, 1643502103, 0),
(1109, 1, 3, 'block/feedback:addinstance', 1, 1643502103, 0),
(1110, 1, 1, 'block/feedback:addinstance', 1, 1643502103, 0),
(1111, 1, 7, 'block/globalsearch:myaddinstance', 1, 1643502104, 0),
(1112, 1, 3, 'block/globalsearch:addinstance', 1, 1643502104, 0),
(1113, 1, 1, 'block/globalsearch:addinstance', 1, 1643502104, 0),
(1114, 1, 7, 'block/glossary_random:myaddinstance', 1, 1643502105, 0),
(1115, 1, 3, 'block/glossary_random:addinstance', 1, 1643502105, 0),
(1116, 1, 1, 'block/glossary_random:addinstance', 1, 1643502105, 0),
(1117, 1, 7, 'block/html:myaddinstance', 1, 1643502105, 0),
(1118, 1, 3, 'block/html:addinstance', 1, 1643502106, 0),
(1119, 1, 1, 'block/html:addinstance', 1, 1643502106, 0),
(1120, 1, 3, 'block/login:addinstance', 1, 1643502106, 0),
(1121, 1, 1, 'block/login:addinstance', 1, 1643502106, 0),
(1122, 1, 3, 'block/lp:addinstance', 1, 1643502107, 0),
(1123, 1, 1, 'block/lp:addinstance', 1, 1643502107, 0),
(1124, 1, 7, 'block/lp:myaddinstance', 1, 1643502107, 0),
(1125, 1, 7, 'block/mentees:myaddinstance', 1, 1643502108, 0),
(1126, 1, 3, 'block/mentees:addinstance', 1, 1643502108, 0),
(1127, 1, 1, 'block/mentees:addinstance', 1, 1643502108, 0),
(1128, 1, 7, 'block/mnet_hosts:myaddinstance', 1, 1643502108, 0),
(1129, 1, 3, 'block/mnet_hosts:addinstance', 1, 1643502108, 0),
(1130, 1, 1, 'block/mnet_hosts:addinstance', 1, 1643502109, 0),
(1131, 1, 7, 'block/myoverview:myaddinstance', 1, 1643502109, 0),
(1132, 1, 7, 'block/myprofile:myaddinstance', 1, 1643502110, 0),
(1133, 1, 3, 'block/myprofile:addinstance', 1, 1643502110, 0),
(1134, 1, 1, 'block/myprofile:addinstance', 1, 1643502110, 0),
(1135, 1, 7, 'block/navigation:myaddinstance', 1, 1643502111, 0),
(1136, 1, 3, 'block/navigation:addinstance', 1, 1643502111, 0),
(1137, 1, 1, 'block/navigation:addinstance', 1, 1643502111, 0),
(1138, 1, 7, 'block/news_items:myaddinstance', 1, 1643502111, 0),
(1139, 1, 3, 'block/news_items:addinstance', 1, 1643502111, 0),
(1140, 1, 1, 'block/news_items:addinstance', 1, 1643502112, 0),
(1141, 1, 7, 'block/online_users:myaddinstance', 1, 1643502112, 0),
(1142, 1, 3, 'block/online_users:addinstance', 1, 1643502112, 0),
(1143, 1, 1, 'block/online_users:addinstance', 1, 1643502112, 0),
(1144, 1, 7, 'block/online_users:viewlist', 1, 1643502112, 0),
(1145, 1, 6, 'block/online_users:viewlist', -1, 1643502113, 0),
(1146, 1, 5, 'block/online_users:viewlist', 1, 1643502113, 0),
(1147, 1, 4, 'block/online_users:viewlist', 1, 1643502113, 0),
(1148, 1, 3, 'block/online_users:viewlist', 1, 1643502113, 0),
(1149, 1, 1, 'block/online_users:viewlist', 1, 1643502113, 0),
(1150, 1, 7, 'block/private_files:myaddinstance', 1, 1643502113, 0),
(1151, 1, 3, 'block/private_files:addinstance', 1, 1643502114, 0),
(1152, 1, 1, 'block/private_files:addinstance', 1, 1643502114, 0),
(1153, 1, 3, 'block/quiz_results:addinstance', 1, 1643502114, 0),
(1154, 1, 1, 'block/quiz_results:addinstance', 1, 1643502114, 0),
(1155, 1, 3, 'block/recent_activity:addinstance', 1, 1643502115, 0),
(1156, 1, 1, 'block/recent_activity:addinstance', 1, 1643502115, 0),
(1157, 1, 7, 'block/recent_activity:viewaddupdatemodule', 1, 1643502115, 0),
(1158, 1, 7, 'block/recent_activity:viewdeletemodule', 1, 1643502115, 0),
(1159, 1, 7, 'block/recentlyaccessedcourses:myaddinstance', 1, 1643502116, 0),
(1160, 1, 7, 'block/recentlyaccesseditems:myaddinstance', 1, 1643502117, 0),
(1161, 1, 7, 'block/rss_client:myaddinstance', 1, 1643502117, 0),
(1162, 1, 3, 'block/rss_client:addinstance', 1, 1643502118, 0),
(1163, 1, 1, 'block/rss_client:addinstance', 1, 1643502118, 0),
(1164, 1, 4, 'block/rss_client:manageownfeeds', 1, 1643502118, 0),
(1165, 1, 3, 'block/rss_client:manageownfeeds', 1, 1643502118, 0),
(1166, 1, 1, 'block/rss_client:manageownfeeds', 1, 1643502118, 0),
(1167, 1, 1, 'block/rss_client:manageanyfeeds', 1, 1643502118, 0),
(1168, 1, 3, 'block/search_forums:addinstance', 1, 1643502119, 0),
(1169, 1, 1, 'block/search_forums:addinstance', 1, 1643502119, 0),
(1170, 1, 3, 'block/section_links:addinstance', 1, 1643502119, 0),
(1171, 1, 1, 'block/section_links:addinstance', 1, 1643502119, 0),
(1172, 1, 3, 'block/selfcompletion:addinstance', 1, 1643502120, 0),
(1173, 1, 1, 'block/selfcompletion:addinstance', 1, 1643502120, 0),
(1174, 1, 7, 'block/settings:myaddinstance', 1, 1643502121, 0),
(1175, 1, 3, 'block/settings:addinstance', 1, 1643502121, 0),
(1176, 1, 1, 'block/settings:addinstance', 1, 1643502121, 0),
(1177, 1, 3, 'block/site_main_menu:addinstance', 1, 1643502121, 0),
(1178, 1, 1, 'block/site_main_menu:addinstance', 1, 1643502121, 0),
(1179, 1, 3, 'block/social_activities:addinstance', 1, 1643502122, 0),
(1180, 1, 1, 'block/social_activities:addinstance', 1, 1643502122, 0),
(1181, 1, 7, 'block/starredcourses:myaddinstance', 1, 1643502123, 0),
(1182, 1, 3, 'block/tag_flickr:addinstance', 1, 1643502123, 0),
(1183, 1, 1, 'block/tag_flickr:addinstance', 1, 1643502123, 0),
(1184, 1, 3, 'block/tag_youtube:addinstance', 1, 1643502124, 0),
(1185, 1, 1, 'block/tag_youtube:addinstance', 1, 1643502124, 0),
(1186, 1, 7, 'block/tags:myaddinstance', 1, 1643502124, 0),
(1187, 1, 3, 'block/tags:addinstance', 1, 1643502125, 0),
(1188, 1, 1, 'block/tags:addinstance', 1, 1643502125, 0),
(1189, 1, 7, 'block/timeline:myaddinstance', 1, 1643502125, 0),
(1190, 1, 4, 'report/completion:view', 1, 1643502142, 0),
(1191, 1, 3, 'report/completion:view', 1, 1643502142, 0),
(1192, 1, 1, 'report/completion:view', 1, 1643502143, 0),
(1193, 1, 4, 'report/courseoverview:view', 1, 1643502143, 0),
(1194, 1, 3, 'report/courseoverview:view', 1, 1643502143, 0),
(1195, 1, 1, 'report/courseoverview:view', 1, 1643502144, 0),
(1196, 1, 4, 'report/log:view', 1, 1643502145, 0),
(1197, 1, 3, 'report/log:view', 1, 1643502145, 0),
(1198, 1, 1, 'report/log:view', 1, 1643502145, 0),
(1199, 1, 4, 'report/log:viewtoday', 1, 1643502145, 0),
(1200, 1, 3, 'report/log:viewtoday', 1, 1643502145, 0),
(1201, 1, 1, 'report/log:viewtoday', 1, 1643502145, 0),
(1202, 1, 4, 'report/loglive:view', 1, 1643502146, 0),
(1203, 1, 3, 'report/loglive:view', 1, 1643502146, 0),
(1204, 1, 1, 'report/loglive:view', 1, 1643502146, 0),
(1205, 1, 4, 'report/outline:view', 1, 1643502147, 0),
(1206, 1, 3, 'report/outline:view', 1, 1643502147, 0),
(1207, 1, 1, 'report/outline:view', 1, 1643502147, 0),
(1208, 1, 4, 'report/outline:viewuserreport', 1, 1643502147, 0),
(1209, 1, 3, 'report/outline:viewuserreport', 1, 1643502147, 0),
(1210, 1, 1, 'report/outline:viewuserreport', 1, 1643502147, 0),
(1211, 1, 4, 'report/participation:view', 1, 1643502148, 0),
(1212, 1, 3, 'report/participation:view', 1, 1643502148, 0),
(1213, 1, 1, 'report/participation:view', 1, 1643502148, 0),
(1214, 1, 1, 'report/performance:view', 1, 1643502148, 0),
(1215, 1, 4, 'report/progress:view', 1, 1643502149, 0),
(1216, 1, 3, 'report/progress:view', 1, 1643502149, 0),
(1217, 1, 1, 'report/progress:view', 1, 1643502149, 0),
(1218, 1, 1, 'report/security:view', 1, 1643502150, 0),
(1219, 1, 4, 'report/stats:view', 1, 1643502150, 0),
(1220, 1, 3, 'report/stats:view', 1, 1643502150, 0),
(1221, 1, 1, 'report/stats:view', 1, 1643502151, 0),
(1222, 1, 1, 'report/status:view', 1, 1643502151, 0),
(1223, 1, 6, 'report/usersessions:manageownsessions', -1000, 1643502151, 0),
(1224, 1, 7, 'report/usersessions:manageownsessions', 1, 1643502152, 0),
(1225, 1, 1, 'report/usersessions:manageownsessions', 1, 1643502152, 0),
(1226, 1, 4, 'gradeexport/ods:view', 1, 1643502152, 0),
(1227, 1, 3, 'gradeexport/ods:view', 1, 1643502152, 0),
(1228, 1, 1, 'gradeexport/ods:view', 1, 1643502152, 0),
(1229, 1, 1, 'gradeexport/ods:publish', 1, 1643502152, 0),
(1230, 1, 4, 'gradeexport/txt:view', 1, 1643502153, 0),
(1231, 1, 3, 'gradeexport/txt:view', 1, 1643502153, 0),
(1232, 1, 1, 'gradeexport/txt:view', 1, 1643502153, 0),
(1233, 1, 1, 'gradeexport/txt:publish', 1, 1643502153, 0),
(1234, 1, 4, 'gradeexport/xls:view', 1, 1643502154, 0),
(1235, 1, 3, 'gradeexport/xls:view', 1, 1643502154, 0),
(1236, 1, 1, 'gradeexport/xls:view', 1, 1643502154, 0),
(1237, 1, 1, 'gradeexport/xls:publish', 1, 1643502154, 0),
(1238, 1, 4, 'gradeexport/xml:view', 1, 1643502154, 0),
(1239, 1, 3, 'gradeexport/xml:view', 1, 1643502155, 0),
(1240, 1, 1, 'gradeexport/xml:view', 1, 1643502155, 0),
(1241, 1, 1, 'gradeexport/xml:publish', 1, 1643502155, 0),
(1242, 1, 3, 'gradeimport/csv:view', 1, 1643502155, 0),
(1243, 1, 1, 'gradeimport/csv:view', 1, 1643502155, 0),
(1244, 1, 3, 'gradeimport/direct:view', 1, 1643502156, 0),
(1245, 1, 1, 'gradeimport/direct:view', 1, 1643502156, 0),
(1246, 1, 3, 'gradeimport/xml:view', 1, 1643502156, 0),
(1247, 1, 1, 'gradeimport/xml:view', 1, 1643502156, 0),
(1248, 1, 1, 'gradeimport/xml:publish', 1, 1643502157, 0),
(1249, 1, 4, 'gradereport/grader:view', 1, 1643502157, 0),
(1250, 1, 3, 'gradereport/grader:view', 1, 1643502157, 0),
(1251, 1, 1, 'gradereport/grader:view', 1, 1643502157, 0),
(1252, 1, 4, 'gradereport/history:view', 1, 1643502158, 0),
(1253, 1, 3, 'gradereport/history:view', 1, 1643502158, 0),
(1254, 1, 1, 'gradereport/history:view', 1, 1643502158, 0),
(1255, 1, 4, 'gradereport/outcomes:view', 1, 1643502158, 0),
(1256, 1, 3, 'gradereport/outcomes:view', 1, 1643502159, 0),
(1257, 1, 1, 'gradereport/outcomes:view', 1, 1643502159, 0),
(1258, 1, 7, 'gradereport/overview:view', 1, 1643502159, 0),
(1259, 1, 3, 'gradereport/singleview:view', 1, 1643502160, 0),
(1260, 1, 1, 'gradereport/singleview:view', 1, 1643502160, 0),
(1261, 1, 5, 'gradereport/user:view', 1, 1643502160, 0),
(1262, 1, 4, 'gradereport/user:view', 1, 1643502160, 0),
(1263, 1, 3, 'gradereport/user:view', 1, 1643502160, 0),
(1264, 1, 1, 'gradereport/user:view', 1, 1643502161, 0),
(1265, 1, 7, 'repository/areafiles:view', 1, 1643502165, 0),
(1266, 1, 7, 'repository/boxnet:view', 1, 1643502165, 0),
(1267, 1, 2, 'repository/contentbank:view', 1, 1643502166, 0),
(1268, 1, 3, 'repository/contentbank:view', 1, 1643502166, 0),
(1269, 1, 1, 'repository/contentbank:view', 1, 1643502167, 0),
(1270, 1, 2, 'repository/contentbank:accesscoursecontent', 1, 1643502167, 0),
(1271, 1, 3, 'repository/contentbank:accesscoursecontent', 1, 1643502167, 0),
(1272, 1, 1, 'repository/contentbank:accesscoursecontent', 1, 1643502167, 0),
(1273, 1, 2, 'repository/contentbank:accesscoursecategorycontent', 1, 1643502167, 0),
(1274, 1, 1, 'repository/contentbank:accesscoursecategorycontent', 1, 1643502167, 0),
(1275, 1, 7, 'repository/contentbank:accessgeneralcontent', 1, 1643502167, 0),
(1276, 1, 2, 'repository/coursefiles:view', 1, 1643502168, 0),
(1277, 1, 4, 'repository/coursefiles:view', 1, 1643502168, 0),
(1278, 1, 3, 'repository/coursefiles:view', 1, 1643502168, 0),
(1279, 1, 1, 'repository/coursefiles:view', 1, 1643502168, 0),
(1280, 1, 7, 'repository/dropbox:view', 1, 1643502169, 0),
(1281, 1, 7, 'repository/equella:view', 1, 1643502169, 0),
(1282, 1, 2, 'repository/filesystem:view', 1, 1643502170, 0),
(1283, 1, 4, 'repository/filesystem:view', 1, 1643502170, 0),
(1284, 1, 3, 'repository/filesystem:view', 1, 1643502170, 0),
(1285, 1, 1, 'repository/filesystem:view', 1, 1643502170, 0),
(1286, 1, 7, 'repository/flickr:view', 1, 1643502171, 0),
(1287, 1, 7, 'repository/flickr_public:view', 1, 1643502171, 0),
(1288, 1, 7, 'repository/googledocs:view', 1, 1643502171, 0),
(1289, 1, 2, 'repository/local:view', 1, 1643502172, 0),
(1290, 1, 4, 'repository/local:view', 1, 1643502172, 0),
(1291, 1, 3, 'repository/local:view', 1, 1643502172, 0),
(1292, 1, 1, 'repository/local:view', 1, 1643502172, 0),
(1293, 1, 7, 'repository/merlot:view', 1, 1643502173, 0),
(1294, 1, 7, 'repository/nextcloud:view', 1, 1643502173, 0),
(1295, 1, 7, 'repository/onedrive:view', 1, 1643502174, 0),
(1296, 1, 7, 'repository/picasa:view', 1, 1643502174, 0),
(1297, 1, 7, 'repository/recent:view', 1, 1643502175, 0),
(1298, 1, 7, 'repository/s3:view', 1, 1643502175, 0),
(1299, 1, 7, 'repository/skydrive:view', 1, 1643502176, 0),
(1300, 1, 7, 'repository/upload:view', 1, 1643502176, 0),
(1301, 1, 7, 'repository/url:view', 1, 1643502177, 0),
(1302, 1, 7, 'repository/user:view', 1, 1643502178, 0),
(1303, 1, 2, 'repository/webdav:view', 1, 1643502178, 0),
(1304, 1, 4, 'repository/webdav:view', 1, 1643502178, 0),
(1305, 1, 3, 'repository/webdav:view', 1, 1643502178, 0),
(1306, 1, 1, 'repository/webdav:view', 1, 1643502179, 0),
(1307, 1, 7, 'repository/wikimedia:view', 1, 1643502179, 0),
(1308, 1, 7, 'repository/youtube:view', 1, 1643502180, 0),
(1309, 1, 1, 'tool/customlang:view', 1, 1643502192, 0),
(1310, 1, 1, 'tool/customlang:edit', 1, 1643502192, 0),
(1311, 1, 7, 'tool/dataprivacy:downloadownrequest', 1, 1643502193, 0),
(1312, 1, 7, 'tool/dataprivacy:requestdelete', 1, 1643502193, 0),
(1313, 1, 1, 'tool/lpmigrate:frameworksmigrate', 1, 1643502198, 0),
(1314, 1, 4, 'tool/monitor:subscribe', 1, 1643502200, 0),
(1315, 1, 3, 'tool/monitor:subscribe', 1, 1643502200, 0),
(1316, 1, 1, 'tool/monitor:subscribe', 1, 1643502201, 0),
(1317, 1, 4, 'tool/monitor:managerules', 1, 1643502201, 0),
(1318, 1, 3, 'tool/monitor:managerules', 1, 1643502201, 0),
(1319, 1, 1, 'tool/monitor:managerules', 1, 1643502201, 0),
(1320, 1, 1, 'tool/monitor:managetool', 1, 1643502201, 0),
(1321, 1, 7, 'tool/policy:accept', 1, 1643502203, 0),
(1322, 1, 1, 'tool/policy:managedocs', 1, 1643502203, 0),
(1323, 1, 1, 'tool/policy:viewacceptances', 1, 1643502203, 0),
(1324, 1, 3, 'tool/recyclebin:deleteitems', 1, 1643502205, 0),
(1325, 1, 1, 'tool/recyclebin:deleteitems', 1, 1643502205, 0),
(1326, 1, 3, 'tool/recyclebin:restoreitems', 1, 1643502205, 0),
(1327, 1, 1, 'tool/recyclebin:restoreitems', 1, 1643502205, 0),
(1328, 1, 4, 'tool/recyclebin:viewitems', 1, 1643502205, 0),
(1329, 1, 3, 'tool/recyclebin:viewitems', 1, 1643502205, 0),
(1330, 1, 1, 'tool/recyclebin:viewitems', 1, 1643502205, 0),
(1331, 1, 1, 'tool/uploaduser:uploaduserpictures', 1, 1643502208, 0),
(1332, 1, 1, 'tool/usertours:managetours', 1, 1643502208, 0),
(1333, 1, 1, 'contenttype/h5p:access', 1, 1643502213, 0),
(1334, 1, 2, 'contenttype/h5p:access', 1, 1643502213, 0),
(1335, 1, 3, 'contenttype/h5p:access', 1, 1643502213, 0),
(1336, 1, 1, 'contenttype/h5p:upload', 1, 1643502213, 0),
(1337, 1, 2, 'contenttype/h5p:upload', 1, 1643502213, 0),
(1338, 1, 3, 'contenttype/h5p:upload', 1, 1643502213, 0),
(1339, 1, 1, 'contenttype/h5p:useeditor', 1, 1643502214, 0),
(1340, 1, 2, 'contenttype/h5p:useeditor', 1, 1643502214, 0),
(1341, 1, 3, 'contenttype/h5p:useeditor', 1, 1643502214, 0),
(1342, 1, 3, 'booktool/importhtml:import', 1, 1643502220, 0),
(1343, 1, 1, 'booktool/importhtml:import', 1, 1643502221, 0),
(1344, 1, 6, 'booktool/print:print', 1, 1643502221, 0),
(1345, 1, 8, 'booktool/print:print', 1, 1643502221, 0),
(1346, 1, 5, 'booktool/print:print', 1, 1643502221, 0),
(1347, 1, 4, 'booktool/print:print', 1, 1643502221, 0),
(1348, 1, 3, 'booktool/print:print', 1, 1643502221, 0),
(1349, 1, 1, 'booktool/print:print', 1, 1643502221, 0),
(1350, 1, 4, 'forumreport/summary:view', 1, 1643502226, 0),
(1351, 1, 3, 'forumreport/summary:view', 1, 1643502226, 0),
(1352, 1, 1, 'forumreport/summary:view', 1, 1643502226, 0),
(1353, 1, 4, 'forumreport/summary:viewall', 1, 1643502226, 0),
(1354, 1, 3, 'forumreport/summary:viewall', 1, 1643502226, 0),
(1355, 1, 1, 'forumreport/summary:viewall', 1, 1643502226, 0),
(1356, 1, 4, 'quiz/grading:viewstudentnames', 1, 1643502228, 0),
(1357, 1, 3, 'quiz/grading:viewstudentnames', 1, 1643502229, 0),
(1358, 1, 1, 'quiz/grading:viewstudentnames', 1, 1643502229, 0),
(1359, 1, 4, 'quiz/grading:viewidnumber', 1, 1643502229, 0),
(1360, 1, 3, 'quiz/grading:viewidnumber', 1, 1643502229, 0),
(1361, 1, 1, 'quiz/grading:viewidnumber', 1, 1643502229, 0),
(1362, 1, 4, 'quiz/statistics:view', 1, 1643502230, 0),
(1363, 1, 3, 'quiz/statistics:view', 1, 1643502230, 0),
(1364, 1, 1, 'quiz/statistics:view', 1, 1643502230, 0),
(1365, 1, 1, 'quizaccess/seb:managetemplates', 1, 1643502233, 0),
(1366, 1, 1, 'quizaccess/seb:bypassseb', 1, 1643502233, 0),
(1367, 1, 3, 'quizaccess/seb:bypassseb', 1, 1643502233, 0),
(1368, 1, 1, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 1, 1643502233, 0),
(1369, 1, 3, 'quizaccess/seb:manage_seb_requiresafeexambrowser', 1, 1643502233, 0),
(1370, 1, 1, 'quizaccess/seb:manage_seb_templateid', 1, 1643502234, 0),
(1371, 1, 3, 'quizaccess/seb:manage_seb_templateid', 1, 1643502234, 0),
(1372, 1, 1, 'quizaccess/seb:manage_filemanager_sebconfigfile', 1, 1643502234, 0),
(1373, 1, 3, 'quizaccess/seb:manage_filemanager_sebconfigfile', 1, 1643502234, 0),
(1374, 1, 1, 'quizaccess/seb:manage_seb_showsebdownloadlink', 1, 1643502234, 0),
(1375, 1, 3, 'quizaccess/seb:manage_seb_showsebdownloadlink', 1, 1643502234, 0),
(1376, 1, 1, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 1, 1643502234, 0),
(1377, 1, 3, 'quizaccess/seb:manage_seb_allowedbrowserexamkeys', 1, 1643502234, 0),
(1378, 1, 1, 'quizaccess/seb:manage_seb_linkquitseb', 1, 1643502234, 0),
(1379, 1, 3, 'quizaccess/seb:manage_seb_linkquitseb', 1, 1643502234, 0),
(1380, 1, 1, 'quizaccess/seb:manage_seb_userconfirmquit', 1, 1643502234, 0),
(1381, 1, 3, 'quizaccess/seb:manage_seb_userconfirmquit', 1, 1643502235, 0),
(1382, 1, 1, 'quizaccess/seb:manage_seb_allowuserquitseb', 1, 1643502235, 0),
(1383, 1, 3, 'quizaccess/seb:manage_seb_allowuserquitseb', 1, 1643502235, 0),
(1384, 1, 1, 'quizaccess/seb:manage_seb_quitpassword', 1, 1643502235, 0),
(1385, 1, 3, 'quizaccess/seb:manage_seb_quitpassword', 1, 1643502235, 0),
(1386, 1, 1, 'quizaccess/seb:manage_seb_allowreloadinexam', 1, 1643502235, 0),
(1387, 1, 3, 'quizaccess/seb:manage_seb_allowreloadinexam', 1, 1643502235, 0),
(1388, 1, 1, 'quizaccess/seb:manage_seb_showsebtaskbar', 1, 1643502235, 0),
(1389, 1, 3, 'quizaccess/seb:manage_seb_showsebtaskbar', 1, 1643502235, 0),
(1390, 1, 1, 'quizaccess/seb:manage_seb_showreloadbutton', 1, 1643502236, 0),
(1391, 1, 3, 'quizaccess/seb:manage_seb_showreloadbutton', 1, 1643502236, 0),
(1392, 1, 1, 'quizaccess/seb:manage_seb_showtime', 1, 1643502236, 0),
(1393, 1, 3, 'quizaccess/seb:manage_seb_showtime', 1, 1643502236, 0),
(1394, 1, 1, 'quizaccess/seb:manage_seb_showkeyboardlayout', 1, 1643502236, 0),
(1395, 1, 3, 'quizaccess/seb:manage_seb_showkeyboardlayout', 1, 1643502236, 0),
(1396, 1, 1, 'quizaccess/seb:manage_seb_showwificontrol', 1, 1643502236, 0),
(1397, 1, 3, 'quizaccess/seb:manage_seb_showwificontrol', 1, 1643502236, 0),
(1398, 1, 1, 'quizaccess/seb:manage_seb_enableaudiocontrol', 1, 1643502237, 0),
(1399, 1, 3, 'quizaccess/seb:manage_seb_enableaudiocontrol', 1, 1643502237, 0),
(1400, 1, 1, 'quizaccess/seb:manage_seb_muteonstartup', 1, 1643502237, 0),
(1401, 1, 3, 'quizaccess/seb:manage_seb_muteonstartup', 1, 1643502237, 0),
(1402, 1, 1, 'quizaccess/seb:manage_seb_allowspellchecking', 1, 1643502237, 0),
(1403, 1, 3, 'quizaccess/seb:manage_seb_allowspellchecking', 1, 1643502237, 0),
(1404, 1, 1, 'quizaccess/seb:manage_seb_activateurlfiltering', 1, 1643502237, 0),
(1405, 1, 3, 'quizaccess/seb:manage_seb_activateurlfiltering', 1, 1643502238, 0),
(1406, 1, 1, 'quizaccess/seb:manage_seb_filterembeddedcontent', 1, 1643502238, 0),
(1407, 1, 3, 'quizaccess/seb:manage_seb_filterembeddedcontent', 1, 1643502238, 0),
(1408, 1, 1, 'quizaccess/seb:manage_seb_expressionsallowed', 1, 1643502238, 0),
(1409, 1, 3, 'quizaccess/seb:manage_seb_expressionsallowed', 1, 1643502238, 0),
(1410, 1, 1, 'quizaccess/seb:manage_seb_regexallowed', 1, 1643502238, 0),
(1411, 1, 3, 'quizaccess/seb:manage_seb_regexallowed', 1, 1643502238, 0),
(1412, 1, 1, 'quizaccess/seb:manage_seb_expressionsblocked', 1, 1643502239, 0),
(1413, 1, 3, 'quizaccess/seb:manage_seb_expressionsblocked', 1, 1643502239, 0),
(1414, 1, 1, 'quizaccess/seb:manage_seb_regexblocked', 1, 1643502239, 0),
(1415, 1, 3, 'quizaccess/seb:manage_seb_regexblocked', 1, 1643502239, 0),
(1416, 1, 3, 'atto/h5p:addembed', 1, 1643502250, 0),
(1417, 1, 7, 'atto/recordrtc:recordaudio', 1, 1643502253, 0),
(1418, 1, 7, 'atto/recordrtc:recordvideo', 1, 1643502253, 0),
(1419, 1, 1, 'mod/hvp:view', 1, 1643502927, 2),
(1420, 1, 3, 'mod/hvp:view', 1, 1643502928, 2),
(1421, 1, 4, 'mod/hvp:view', 1, 1643502928, 2),
(1422, 1, 5, 'mod/hvp:view', 1, 1643502928, 2),
(1423, 1, 6, 'mod/hvp:view', 1, 1643502928, 2),
(1424, 1, 3, 'mod/hvp:addinstance', 1, 1643502928, 2),
(1425, 1, 1, 'mod/hvp:addinstance', 1, 1643502929, 2),
(1426, 1, 3, 'mod/hvp:manage', 1, 1643502929, 2),
(1427, 1, 1, 'mod/hvp:manage', 1, 1643502929, 2),
(1428, 1, 3, 'mod/hvp:share', 1, 1643502929, 2),
(1429, 1, 1, 'mod/hvp:share', 1, 1643502929, 2),
(1430, 1, 1, 'mod/hvp:getexport', 1, 1643502929, 2),
(1431, 1, 3, 'mod/hvp:getexport', 1, 1643502929, 2),
(1432, 1, 4, 'mod/hvp:getexport', 1, 1643502930, 2),
(1433, 1, 1, 'mod/hvp:getembedcode', 1, 1643502930, 2),
(1434, 1, 3, 'mod/hvp:getembedcode', 1, 1643502930, 2),
(1435, 1, 4, 'mod/hvp:getembedcode', 1, 1643502930, 2),
(1436, 1, 5, 'mod/hvp:saveresults', 1, 1643502930, 2),
(1437, 1, 1, 'mod/hvp:savecontentuserdata', 1, 1643502930, 2),
(1438, 1, 3, 'mod/hvp:savecontentuserdata', 1, 1643502931, 2),
(1439, 1, 4, 'mod/hvp:savecontentuserdata', 1, 1643502931, 2),
(1440, 1, 5, 'mod/hvp:savecontentuserdata', 1, 1643502931, 2),
(1441, 1, 5, 'mod/hvp:viewresults', 1, 1643502931, 2),
(1442, 1, 1, 'mod/hvp:viewallresults', 1, 1643502931, 2),
(1443, 1, 3, 'mod/hvp:viewallresults', 1, 1643502931, 2),
(1444, 1, 4, 'mod/hvp:viewallresults', 1, 1643502931, 2),
(1445, 1, 1, 'mod/hvp:restrictlibraries', 1, 1643502932, 2),
(1446, 1, 1, 'mod/hvp:userestrictedlibraries', 1, 1643502932, 2),
(1447, 1, 1, 'mod/hvp:updatelibraries', 1, 1643502932, 2),
(1448, 1, 1, 'mod/hvp:getcachedassets', 1, 1643502932, 2),
(1449, 1, 3, 'mod/hvp:getcachedassets', 1, 1643502932, 2),
(1450, 1, 4, 'mod/hvp:getcachedassets', 1, 1643502932, 2),
(1451, 1, 5, 'mod/hvp:getcachedassets', 1, 1643502933, 2),
(1452, 1, 7, 'mod/hvp:getcachedassets', 1, 1643502933, 2),
(1453, 1, 6, 'mod/hvp:getcachedassets', 1, 1643502933, 2),
(1454, 1, 1, 'mod/hvp:installrecommendedh5plibraries', 1, 1643502933, 2),
(1455, 1, 6, 'mod/geogebra:view', 1, 1643503219, 2),
(1456, 1, 5, 'mod/geogebra:view', 1, 1643503219, 2),
(1457, 1, 4, 'mod/geogebra:view', 1, 1643503219, 2),
(1458, 1, 3, 'mod/geogebra:view', 1, 1643503219, 2),
(1459, 1, 1, 'mod/geogebra:view', 1, 1643503220, 2),
(1460, 1, 5, 'mod/geogebra:submit', 1, 1643503220, 2),
(1461, 1, 3, 'mod/geogebra:addinstance', 1, 1643503220, 2),
(1462, 1, 1, 'mod/geogebra:addinstance', 1, 1643503221, 2),
(1463, 1, 3, 'format/topcoll:changelayout', 1, 1643541481, 2),
(1464, 1, 1, 'format/topcoll:changelayout', 1, 1643541481, 2),
(1465, 1, 3, 'format/topcoll:changecolour', 1, 1643541481, 2),
(1466, 1, 1, 'format/topcoll:changecolour', 1, 1643541481, 2),
(1467, 1, 3, 'format/topcoll:changetogglealignment', 1, 1643541482, 2),
(1468, 1, 1, 'format/topcoll:changetogglealignment', 1, 1643541482, 2),
(1469, 1, 3, 'format/topcoll:changetoggleiconset', 1, 1643541482, 2),
(1470, 1, 1, 'format/topcoll:changetoggleiconset', 1, 1643541482, 2),
(1471, 1, 3, 'format/topcoll:changeactivitymeta', 1, 1643541483, 2),
(1472, 1, 1, 'format/topcoll:changeactivitymeta', 1, 1643541483, 2);

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

--
-- Structure de la table `mdl_role_context_levels`
--

CREATE TABLE `mdl_role_context_levels` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Lists which roles can be assigned at which context levels. T' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_role_context_levels`
--

INSERT INTO `mdl_role_context_levels` (`id`, `roleid`, `contextlevel`) VALUES
(1, 1, 10),
(4, 2, 10),
(2, 1, 40),
(5, 2, 40),
(3, 1, 50),
(6, 3, 50),
(8, 4, 50),
(10, 5, 50),
(7, 3, 70),
(9, 4, 70),
(11, 5, 70);

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

--
-- Structure de la table `mdl_role_names`
--

CREATE TABLE `mdl_role_names` (
  `id` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `contextid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='role names in native strings' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scale`
--

CREATE TABLE `mdl_scale` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines grading scales' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_scale`
--

INSERT INTO `mdl_scale` (`id`, `courseid`, `userid`, `name`, `scale`, `description`, `descriptionformat`, `timemodified`) VALUES
(1, 0, 0, 'Appropriation du savoir liée ou détachée', 'Pas très pertinent,Moyennement intéressant,Plutôt pertinent', 'Ce barème est fondé sur une théorie qui traite de la relation que l\'apprenant entretient avec son entourage et ce qu\'il doit apprendre : il peut adopter une attitude empathique ou objective (<strong>Theory of separate and connected knowing</strong>).<ul>\n<li><strong>Un apprenant « détaché »</strong> reste aussi objectif que possible, ne faisant pas intervenir ses émotions et ses sensations. Dans une discussion avec des interlocuteurs d\'avis différents, il préfère défendre ses propres idées, cherchant les failles des arguments de son adversaire à l\'aide de la logique.</li>\n<li><strong>Un apprenant « lié »</strong> est plus empathique. Il est sensible et tend à écouter et poser des questions aux gens jusqu\'à ce qu\'il sente qu\'il peut être en connexion avec eux et comprendre les choses de leur point de vue. Il apprend en essayant de partager les expériences qui conduisent au savoir qu\'elle trouve chez les autres.</li></ul>', 0, 1643501928),
(2, 0, 0, 'Barème de compétence par défaut', 'Pas encore compétent,Compétent', 'Une barème à deux niveaux qui n\'indique que si un participant a démontré sa compétence ou non.', 0, 1643501928);

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

--
-- Structure de la table `mdl_scale_history`
--

CREATE TABLE `mdl_scale_history` (
  `id` bigint(10) NOT NULL,
  `action` bigint(10) NOT NULL DEFAULT 0,
  `oldid` bigint(10) NOT NULL,
  `source` varchar(255) DEFAULT NULL,
  `timemodified` bigint(10) DEFAULT NULL,
  `loggeduser` bigint(10) DEFAULT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scale` longtext NOT NULL,
  `description` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='History table' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm`
--

CREATE TABLE `mdl_scorm` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `scormtype` varchar(50) NOT NULL DEFAULT 'local',
  `reference` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `version` varchar(9) NOT NULL DEFAULT '',
  `maxgrade` double NOT NULL DEFAULT 0,
  `grademethod` tinyint(2) NOT NULL DEFAULT 0,
  `whatgrade` bigint(10) NOT NULL DEFAULT 0,
  `maxattempt` bigint(10) NOT NULL DEFAULT 1,
  `forcecompleted` tinyint(1) NOT NULL DEFAULT 0,
  `forcenewattempt` tinyint(1) NOT NULL DEFAULT 0,
  `lastattemptlock` tinyint(1) NOT NULL DEFAULT 0,
  `masteryoverride` tinyint(1) NOT NULL DEFAULT 1,
  `displayattemptstatus` tinyint(1) NOT NULL DEFAULT 1,
  `displaycoursestructure` tinyint(1) NOT NULL DEFAULT 0,
  `updatefreq` tinyint(1) NOT NULL DEFAULT 0,
  `sha1hash` varchar(40) DEFAULT NULL,
  `md5hash` varchar(32) NOT NULL DEFAULT '',
  `revision` bigint(10) NOT NULL DEFAULT 0,
  `launch` bigint(10) NOT NULL DEFAULT 0,
  `skipview` tinyint(1) NOT NULL DEFAULT 1,
  `hidebrowse` tinyint(1) NOT NULL DEFAULT 0,
  `hidetoc` tinyint(1) NOT NULL DEFAULT 0,
  `nav` tinyint(1) NOT NULL DEFAULT 1,
  `navpositionleft` bigint(10) DEFAULT -100,
  `navpositiontop` bigint(10) DEFAULT -100,
  `auto` tinyint(1) NOT NULL DEFAULT 0,
  `popup` tinyint(1) NOT NULL DEFAULT 0,
  `options` varchar(255) NOT NULL DEFAULT '',
  `width` bigint(10) NOT NULL DEFAULT 100,
  `height` bigint(10) NOT NULL DEFAULT 600,
  `timeopen` bigint(10) NOT NULL DEFAULT 0,
  `timeclose` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `completionstatusrequired` tinyint(1) DEFAULT NULL,
  `completionscorerequired` bigint(10) DEFAULT NULL,
  `completionstatusallscos` tinyint(1) DEFAULT NULL,
  `displayactivityname` smallint(4) NOT NULL DEFAULT 1,
  `autocommit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='each table is one SCORM module and its configuration' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_aicc_session`
--

CREATE TABLE `mdl_scorm_aicc_session` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `scormid` bigint(10) NOT NULL DEFAULT 0,
  `hacpsession` varchar(255) NOT NULL DEFAULT '',
  `scoid` bigint(10) DEFAULT 0,
  `scormmode` varchar(50) DEFAULT NULL,
  `scormstatus` varchar(255) DEFAULT NULL,
  `attempt` bigint(10) DEFAULT NULL,
  `lessonstatus` varchar(255) DEFAULT NULL,
  `sessiontime` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Used by AICC HACP to store session information' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_scoes`
--

CREATE TABLE `mdl_scorm_scoes` (
  `id` bigint(10) NOT NULL,
  `scorm` bigint(10) NOT NULL DEFAULT 0,
  `manifest` varchar(255) NOT NULL DEFAULT '',
  `organization` varchar(255) NOT NULL DEFAULT '',
  `parent` varchar(255) NOT NULL DEFAULT '',
  `identifier` varchar(255) NOT NULL DEFAULT '',
  `launch` longtext NOT NULL,
  `scormtype` varchar(5) NOT NULL DEFAULT '',
  `title` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='each SCO part of the SCORM module' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_scoes_data`
--

CREATE TABLE `mdl_scorm_scoes_data` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains variable data get from packages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_scoes_track`
--

CREATE TABLE `mdl_scorm_scoes_track` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `scormid` bigint(10) NOT NULL DEFAULT 0,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `attempt` bigint(10) NOT NULL DEFAULT 1,
  `element` varchar(255) NOT NULL DEFAULT '',
  `value` longtext NOT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='to track SCOes' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_mapinfo`
--

CREATE TABLE `mdl_scorm_seq_mapinfo` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `objectiveid` bigint(10) NOT NULL DEFAULT 0,
  `targetobjectiveid` bigint(10) NOT NULL DEFAULT 0,
  `readsatisfiedstatus` tinyint(1) NOT NULL DEFAULT 1,
  `readnormalizedmeasure` tinyint(1) NOT NULL DEFAULT 1,
  `writesatisfiedstatus` tinyint(1) NOT NULL DEFAULT 0,
  `writenormalizedmeasure` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 objective mapinfo description' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_objective`
--

CREATE TABLE `mdl_scorm_seq_objective` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `primaryobj` tinyint(1) NOT NULL DEFAULT 0,
  `objectiveid` varchar(255) NOT NULL DEFAULT '',
  `satisfiedbymeasure` tinyint(1) NOT NULL DEFAULT 1,
  `minnormalizedmeasure` float(11,4) NOT NULL DEFAULT 0.0000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 objective description' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_rolluprule`
--

CREATE TABLE `mdl_scorm_seq_rolluprule` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `childactivityset` varchar(15) NOT NULL DEFAULT '',
  `minimumcount` bigint(10) NOT NULL DEFAULT 0,
  `minimumpercent` float(11,4) NOT NULL DEFAULT 0.0000,
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `action` varchar(15) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 sequencing rule' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_rolluprulecond`
--

CREATE TABLE `mdl_scorm_seq_rolluprulecond` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `rollupruleid` bigint(10) NOT NULL DEFAULT 0,
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(25) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 sequencing rule' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_rulecond`
--

CREATE TABLE `mdl_scorm_seq_rulecond` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `ruleconditionsid` bigint(10) NOT NULL DEFAULT 0,
  `refrencedobjective` varchar(255) NOT NULL DEFAULT '',
  `measurethreshold` float(11,4) NOT NULL DEFAULT 0.0000,
  `operator` varchar(5) NOT NULL DEFAULT 'noOp',
  `cond` varchar(30) NOT NULL DEFAULT 'always'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 rule condition' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_scorm_seq_ruleconds`
--

CREATE TABLE `mdl_scorm_seq_ruleconds` (
  `id` bigint(10) NOT NULL,
  `scoid` bigint(10) NOT NULL DEFAULT 0,
  `conditioncombination` varchar(3) NOT NULL DEFAULT 'all',
  `ruletype` tinyint(2) NOT NULL DEFAULT 0,
  `action` varchar(25) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='SCORM2004 rule conditions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_search_index_requests`
--

CREATE TABLE `mdl_search_index_requests` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `searcharea` varchar(255) NOT NULL DEFAULT '',
  `timerequested` bigint(10) NOT NULL,
  `partialarea` varchar(255) NOT NULL DEFAULT '',
  `partialtime` bigint(10) NOT NULL,
  `indexpriority` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Records requests for (re)indexing of specific contexts. Entr' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_search_simpledb_index`
--

CREATE TABLE `mdl_search_simpledb_index` (
  `id` bigint(10) NOT NULL,
  `docid` varchar(255) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `title` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `contextid` bigint(10) NOT NULL,
  `areaid` varchar(255) NOT NULL DEFAULT '',
  `type` tinyint(1) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `owneruserid` bigint(10) DEFAULT NULL,
  `modified` bigint(10) NOT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `description1` longtext DEFAULT NULL,
  `description2` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='search_simpledb table containing the index data.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_sessions`
--

CREATE TABLE `mdl_sessions` (
  `id` bigint(10) NOT NULL,
  `state` bigint(10) NOT NULL DEFAULT 0,
  `sid` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `sessdata` longtext DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `firstip` varchar(45) DEFAULT NULL,
  `lastip` varchar(45) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Database based session storage - now recommended' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_sessions`
--

INSERT INTO `mdl_sessions` (`id`, `state`, `sid`, `userid`, `sessdata`, `timecreated`, `timemodified`, `firstip`, `lastip`) VALUES
(4, 0, '2id28uab27fpg903ks1c988i2h', 2, NULL, 1643540222, 1643541547, '127.0.0.1', '127.0.0.1');

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

--
-- Structure de la table `mdl_stats_daily`
--

CREATE TABLE `mdl_stats_daily` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='to accumulate daily stats' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_stats_monthly`
--

CREATE TABLE `mdl_stats_monthly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To accumulate monthly stats' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_stats_user_daily`
--

CREATE TABLE `mdl_stats_user_daily` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To accumulate daily stats per course/user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_stats_user_monthly`
--

CREATE TABLE `mdl_stats_user_monthly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To accumulate monthly stats per course/user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_stats_user_weekly`
--

CREATE TABLE `mdl_stats_user_weekly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `statsreads` bigint(10) NOT NULL DEFAULT 0,
  `statswrites` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(30) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To accumulate weekly stats per course/user' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_stats_weekly`
--

CREATE TABLE `mdl_stats_weekly` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 0,
  `roleid` bigint(10) NOT NULL DEFAULT 0,
  `stattype` varchar(20) NOT NULL DEFAULT 'activity',
  `stat1` bigint(10) NOT NULL DEFAULT 0,
  `stat2` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To accumulate weekly stats' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_survey`
--

CREATE TABLE `mdl_survey` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `template` bigint(10) NOT NULL DEFAULT 0,
  `days` mediumint(6) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext NOT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `questions` varchar(255) NOT NULL DEFAULT '',
  `completionsubmit` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Each record is one SURVEY module with its configuration' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_survey`
--

INSERT INTO `mdl_survey` (`id`, `course`, `template`, `days`, `timecreated`, `timemodified`, `name`, `intro`, `introformat`, `questions`, `completionsubmit`) VALUES
(1, 0, 0, 0, 985017600, 985017600, 'collesaname', 'collesaintro', 0, '25,26,27,28,29,30,43,44', 0),
(2, 0, 0, 0, 985017600, 985017600, 'collespname', 'collespintro', 0, '31,32,33,34,35,36,43,44', 0),
(3, 0, 0, 0, 985017600, 985017600, 'collesapname', 'collesapintro', 0, '37,38,39,40,41,42,43,44', 0),
(4, 0, 0, 0, 985017600, 985017600, 'attlsname', 'attlsintro', 0, '65,67,68', 0),
(5, 0, 0, 0, 985017600, 985017600, 'ciqname', 'ciqintro', 0, '69,70,71,72,73', 0);

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

--
-- Structure de la table `mdl_survey_analysis`
--

CREATE TABLE `mdl_survey_analysis` (
  `id` bigint(10) NOT NULL,
  `survey` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `notes` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='text about each survey submission' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_survey_answers`
--

CREATE TABLE `mdl_survey_answers` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `survey` bigint(10) NOT NULL DEFAULT 0,
  `question` bigint(10) NOT NULL DEFAULT 0,
  `time` bigint(10) NOT NULL DEFAULT 0,
  `answer1` longtext NOT NULL,
  `answer2` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='the answers to each questions filled by the users' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_survey_questions`
--

CREATE TABLE `mdl_survey_questions` (
  `id` bigint(10) NOT NULL,
  `text` varchar(255) NOT NULL DEFAULT '',
  `shorttext` varchar(30) NOT NULL DEFAULT '',
  `multi` varchar(100) NOT NULL DEFAULT '',
  `intro` varchar(50) NOT NULL DEFAULT '',
  `type` smallint(3) NOT NULL DEFAULT 0,
  `options` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='the questions conforming one survey' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_survey_questions`
--

INSERT INTO `mdl_survey_questions` (`id`, `text`, `shorttext`, `multi`, `intro`, `type`, `options`) VALUES
(1, 'colles1', 'colles1short', '', '', 1, 'scaletimes5'),
(2, 'colles2', 'colles2short', '', '', 1, 'scaletimes5'),
(3, 'colles3', 'colles3short', '', '', 1, 'scaletimes5'),
(4, 'colles4', 'colles4short', '', '', 1, 'scaletimes5'),
(5, 'colles5', 'colles5short', '', '', 1, 'scaletimes5'),
(6, 'colles6', 'colles6short', '', '', 1, 'scaletimes5'),
(7, 'colles7', 'colles7short', '', '', 1, 'scaletimes5'),
(8, 'colles8', 'colles8short', '', '', 1, 'scaletimes5'),
(9, 'colles9', 'colles9short', '', '', 1, 'scaletimes5'),
(10, 'colles10', 'colles10short', '', '', 1, 'scaletimes5'),
(11, 'colles11', 'colles11short', '', '', 1, 'scaletimes5'),
(12, 'colles12', 'colles12short', '', '', 1, 'scaletimes5'),
(13, 'colles13', 'colles13short', '', '', 1, 'scaletimes5'),
(14, 'colles14', 'colles14short', '', '', 1, 'scaletimes5'),
(15, 'colles15', 'colles15short', '', '', 1, 'scaletimes5'),
(16, 'colles16', 'colles16short', '', '', 1, 'scaletimes5'),
(17, 'colles17', 'colles17short', '', '', 1, 'scaletimes5'),
(18, 'colles18', 'colles18short', '', '', 1, 'scaletimes5'),
(19, 'colles19', 'colles19short', '', '', 1, 'scaletimes5'),
(20, 'colles20', 'colles20short', '', '', 1, 'scaletimes5'),
(21, 'colles21', 'colles21short', '', '', 1, 'scaletimes5'),
(22, 'colles22', 'colles22short', '', '', 1, 'scaletimes5'),
(23, 'colles23', 'colles23short', '', '', 1, 'scaletimes5'),
(24, 'colles24', 'colles24short', '', '', 1, 'scaletimes5'),
(25, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 1, 'scaletimes5'),
(26, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 1, 'scaletimes5'),
(27, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 1, 'scaletimes5'),
(28, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 1, 'scaletimes5'),
(29, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 1, 'scaletimes5'),
(30, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 1, 'scaletimes5'),
(31, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 2, 'scaletimes5'),
(32, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 2, 'scaletimes5'),
(33, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 2, 'scaletimes5'),
(34, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 2, 'scaletimes5'),
(35, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 2, 'scaletimes5'),
(36, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 2, 'scaletimes5'),
(37, 'collesm1', 'collesm1short', '1,2,3,4', 'collesmintro', 3, 'scaletimes5'),
(38, 'collesm2', 'collesm2short', '5,6,7,8', 'collesmintro', 3, 'scaletimes5'),
(39, 'collesm3', 'collesm3short', '9,10,11,12', 'collesmintro', 3, 'scaletimes5'),
(40, 'collesm4', 'collesm4short', '13,14,15,16', 'collesmintro', 3, 'scaletimes5'),
(41, 'collesm5', 'collesm5short', '17,18,19,20', 'collesmintro', 3, 'scaletimes5'),
(42, 'collesm6', 'collesm6short', '21,22,23,24', 'collesmintro', 3, 'scaletimes5'),
(43, 'howlong', '', '', '', 1, 'howlongoptions'),
(44, 'othercomments', '', '', '', 0, NULL),
(45, 'attls1', 'attls1short', '', '', 1, 'scaleagree5'),
(46, 'attls2', 'attls2short', '', '', 1, 'scaleagree5'),
(47, 'attls3', 'attls3short', '', '', 1, 'scaleagree5'),
(48, 'attls4', 'attls4short', '', '', 1, 'scaleagree5'),
(49, 'attls5', 'attls5short', '', '', 1, 'scaleagree5'),
(50, 'attls6', 'attls6short', '', '', 1, 'scaleagree5'),
(51, 'attls7', 'attls7short', '', '', 1, 'scaleagree5'),
(52, 'attls8', 'attls8short', '', '', 1, 'scaleagree5'),
(53, 'attls9', 'attls9short', '', '', 1, 'scaleagree5'),
(54, 'attls10', 'attls10short', '', '', 1, 'scaleagree5'),
(55, 'attls11', 'attls11short', '', '', 1, 'scaleagree5'),
(56, 'attls12', 'attls12short', '', '', 1, 'scaleagree5'),
(57, 'attls13', 'attls13short', '', '', 1, 'scaleagree5'),
(58, 'attls14', 'attls14short', '', '', 1, 'scaleagree5'),
(59, 'attls15', 'attls15short', '', '', 1, 'scaleagree5'),
(60, 'attls16', 'attls16short', '', '', 1, 'scaleagree5'),
(61, 'attls17', 'attls17short', '', '', 1, 'scaleagree5'),
(62, 'attls18', 'attls18short', '', '', 1, 'scaleagree5'),
(63, 'attls19', 'attls19short', '', '', 1, 'scaleagree5'),
(64, 'attls20', 'attls20short', '', '', 1, 'scaleagree5'),
(65, 'attlsm1', 'attlsm1', '45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64', 'attlsmintro', 1, 'scaleagree5'),
(66, '-', '-', '-', '-', 0, '-'),
(67, 'attlsm2', 'attlsm2', '63,62,59,57,55,49,52,50,48,47', 'attlsmintro', -1, 'scaleagree5'),
(68, 'attlsm3', 'attlsm3', '46,54,45,51,60,53,56,58,61,64', 'attlsmintro', -1, 'scaleagree5'),
(69, 'ciq1', 'ciq1short', '', '', 0, NULL),
(70, 'ciq2', 'ciq2short', '', '', 0, NULL),
(71, 'ciq3', 'ciq3short', '', '', 0, NULL),
(72, 'ciq4', 'ciq4short', '', '', 0, NULL),
(73, 'ciq5', 'ciq5short', '', '', 0, NULL);

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

--
-- Structure de la table `mdl_tag`
--

CREATE TABLE `mdl_tag` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `tagcollid` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `rawname` varchar(255) NOT NULL DEFAULT '',
  `isstandard` tinyint(1) NOT NULL DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `flag` smallint(4) DEFAULT 0,
  `timemodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tag table - this generic table will replace the old "tags" t' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tag_area`
--

CREATE TABLE `mdl_tag_area` (
  `id` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `enabled` tinyint(1) NOT NULL DEFAULT 1,
  `tagcollid` bigint(10) NOT NULL,
  `callback` varchar(100) DEFAULT NULL,
  `callbackfile` varchar(100) DEFAULT NULL,
  `showstandard` tinyint(1) NOT NULL DEFAULT 0,
  `multiplecontexts` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines various tag areas, one area is identified by compone' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_tag_area`
--

INSERT INTO `mdl_tag_area` (`id`, `component`, `itemtype`, `enabled`, `tagcollid`, `callback`, `callbackfile`, `showstandard`, `multiplecontexts`) VALUES
(1, 'core', 'user', 1, 1, 'user_get_tagged_users', '/user/lib.php', 2, 0),
(2, 'core', 'course', 1, 1, 'course_get_tagged_courses', '/course/lib.php', 0, 0),
(3, 'core_question', 'question', 1, 1, NULL, NULL, 0, 1),
(4, 'core', 'post', 1, 1, 'blog_get_tagged_posts', '/blog/lib.php', 0, 0),
(5, 'core', 'blog_external', 1, 1, NULL, NULL, 0, 0),
(6, 'core', 'course_modules', 1, 1, 'course_get_tagged_course_modules', '/course/lib.php', 0, 0),
(7, 'mod_book', 'book_chapters', 1, 1, 'mod_book_get_tagged_chapters', '/mod/book/locallib.php', 0, 0),
(8, 'mod_data', 'data_records', 1, 1, 'mod_data_get_tagged_records', '/mod/data/locallib.php', 0, 0),
(9, 'mod_forum', 'forum_posts', 1, 1, 'mod_forum_get_tagged_posts', '/mod/forum/locallib.php', 0, 0),
(10, 'mod_glossary', 'glossary_entries', 1, 1, 'mod_glossary_get_tagged_entries', '/mod/glossary/locallib.php', 0, 0),
(11, 'mod_wiki', 'wiki_pages', 1, 1, 'mod_wiki_get_tagged_pages', '/mod/wiki/locallib.php', 0, 0);

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

--
-- Structure de la table `mdl_tag_coll`
--

CREATE TABLE `mdl_tag_coll` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `isdefault` tinyint(2) NOT NULL DEFAULT 0,
  `component` varchar(100) DEFAULT NULL,
  `sortorder` mediumint(5) NOT NULL DEFAULT 0,
  `searchable` tinyint(2) NOT NULL DEFAULT 1,
  `customurl` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Defines different set of tags' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_tag_coll`
--

INSERT INTO `mdl_tag_coll` (`id`, `name`, `isdefault`, `component`, `sortorder`, `searchable`, `customurl`) VALUES
(1, NULL, 1, NULL, 0, 1, NULL);

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

--
-- Structure de la table `mdl_tag_correlation`
--

CREATE TABLE `mdl_tag_correlation` (
  `id` bigint(10) NOT NULL,
  `tagid` bigint(10) NOT NULL,
  `correlatedtags` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The rationale for the ''tag_correlation'' table is performance' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tag_instance`
--

CREATE TABLE `mdl_tag_instance` (
  `id` bigint(10) NOT NULL,
  `tagid` bigint(10) NOT NULL,
  `component` varchar(100) NOT NULL DEFAULT '',
  `itemtype` varchar(100) NOT NULL DEFAULT '',
  `itemid` bigint(10) NOT NULL,
  `contextid` bigint(10) DEFAULT NULL,
  `tiuserid` bigint(10) NOT NULL DEFAULT 0,
  `ordering` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='tag_instance table holds the information of associations bet' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_task_adhoc`
--

CREATE TABLE `mdl_task_adhoc` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `nextruntime` bigint(10) NOT NULL,
  `faildelay` bigint(10) DEFAULT NULL,
  `customdata` longtext DEFAULT NULL,
  `userid` bigint(10) DEFAULT NULL,
  `blocking` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of adhoc tasks waiting to run.' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_task_adhoc`
--

INSERT INTO `mdl_task_adhoc` (`id`, `component`, `classname`, `nextruntime`, `faildelay`, `customdata`, `userid`, `blocking`) VALUES
(1, '', '\\core\\task\\refresh_mod_calendar_events_task', 1643540974, 0, '{\"courseid\":2}', NULL, 0);

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

--
-- Structure de la table `mdl_task_log`
--

CREATE TABLE `mdl_task_log` (
  `id` bigint(10) NOT NULL,
  `type` smallint(4) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `timestart` decimal(20,10) NOT NULL,
  `timeend` decimal(20,10) NOT NULL,
  `dbreads` bigint(10) NOT NULL,
  `dbwrites` bigint(10) NOT NULL,
  `result` tinyint(2) NOT NULL,
  `output` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The log table for all tasks' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_task_scheduled`
--

CREATE TABLE `mdl_task_scheduled` (
  `id` bigint(10) NOT NULL,
  `component` varchar(255) NOT NULL DEFAULT '',
  `classname` varchar(255) NOT NULL DEFAULT '',
  `lastruntime` bigint(10) DEFAULT NULL,
  `nextruntime` bigint(10) DEFAULT NULL,
  `blocking` tinyint(2) NOT NULL DEFAULT 0,
  `minute` varchar(25) NOT NULL DEFAULT '',
  `hour` varchar(25) NOT NULL DEFAULT '',
  `day` varchar(25) NOT NULL DEFAULT '',
  `month` varchar(25) NOT NULL DEFAULT '',
  `dayofweek` varchar(25) NOT NULL DEFAULT '',
  `faildelay` bigint(10) DEFAULT NULL,
  `customised` tinyint(2) NOT NULL DEFAULT 0,
  `disabled` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of scheduled tasks to be run by cron.' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_task_scheduled`
--

INSERT INTO `mdl_task_scheduled` (`id`, `component`, `classname`, `lastruntime`, `nextruntime`, `blocking`, `minute`, `hour`, `day`, `month`, `dayofweek`, `faildelay`, `customised`, `disabled`) VALUES
(1, 'moodle', '\\core\\task\\session_cleanup_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(2, 'moodle', '\\core\\task\\delete_unconfirmed_users_task', 0, 1643504400, 0, '0', '*', '*', '*', '*', 0, 0, 0),
(3, 'moodle', '\\core\\task\\delete_incomplete_users_task', 0, 1643504700, 0, '5', '*', '*', '*', '*', 0, 0, 0),
(4, 'moodle', '\\core\\task\\backup_cleanup_task', 0, 1643505000, 0, '10', '*', '*', '*', '*', 0, 0, 0),
(5, 'moodle', '\\core\\task\\tag_cron_task', 0, 1643508120, 0, '2', '3', '*', '*', '*', 0, 0, 0),
(6, 'moodle', '\\core\\task\\context_cleanup_task', 0, 1643502300, 0, '25', '*', '*', '*', '*', 0, 0, 0),
(7, 'moodle', '\\core\\task\\cache_cleanup_task', 0, 1643502600, 0, '30', '*', '*', '*', '*', 0, 0, 0),
(8, 'moodle', '\\core\\task\\messaging_cleanup_task', 0, 1643502900, 0, '35', '*', '*', '*', '*', 0, 0, 0),
(9, 'moodle', '\\core\\task\\send_new_user_passwords_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(10, 'moodle', '\\core\\task\\send_failed_login_notifications_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(11, 'moodle', '\\core\\task\\create_contexts_task', 0, 1643583600, 1, '0', '0', '*', '*', '*', 0, 0, 0),
(12, 'moodle', '\\core\\task\\legacy_plugin_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(13, 'moodle', '\\core\\task\\grade_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(14, 'moodle', '\\core\\task\\grade_history_cleanup_task', 0, 1643584740, 0, '*', '0', '*', '*', '*', 0, 0, 0),
(15, 'moodle', '\\core\\task\\completion_regular_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(16, 'moodle', '\\core\\task\\completion_daily_task', 0, 1643587680, 0, '8', '1', '*', '*', '*', 0, 0, 0),
(17, 'moodle', '\\core\\task\\portfolio_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(18, 'moodle', '\\core\\task\\plagiarism_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(19, 'moodle', '\\core\\task\\calendar_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(20, 'moodle', '\\core\\task\\blog_cron_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(21, 'moodle', '\\core\\task\\question_preview_cleanup_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(22, 'moodle', '\\core\\task\\question_stats_cleanup_task', 0, 1643501940, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(23, 'moodle', '\\core\\task\\registration_cron_task', 0, 1643573520, 0, '12', '21', '*', '*', '0', 0, 0, 0),
(24, 'moodle', '\\core\\task\\check_for_updates_task', 0, 1643504400, 0, '0', '*/2', '*', '*', '*', 0, 0, 0),
(25, 'moodle', '\\core\\task\\cache_cron_task', 0, 1643503800, 0, '50', '*', '*', '*', '*', 0, 0, 0),
(26, 'moodle', '\\core\\task\\automated_backup_task', 0, 1643503800, 0, '50', '*', '*', '*', '*', 0, 0, 0),
(27, 'moodle', '\\core\\task\\badges_cron_task', 0, 1643502000, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(28, 'moodle', '\\core\\task\\badges_message_task', 0, 1643502000, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(29, 'moodle', '\\core\\task\\file_temp_cleanup_task', 0, 1643522100, 0, '55', '*/6', '*', '*', '*', 0, 0, 0),
(30, 'moodle', '\\core\\task\\file_trash_cleanup_task', 0, 1643522100, 0, '55', '*/6', '*', '*', '*', 0, 0, 0),
(31, 'moodle', '\\core\\task\\search_index_task', 0, 1643502600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0),
(32, 'moodle', '\\core\\task\\search_optimize_task', 0, 1643541300, 0, '15', '*/12', '*', '*', '*', 0, 0, 0),
(33, 'moodle', '\\core\\task\\stats_cron_task', 0, 1643583600, 0, '0', '0', '*', '*', '*', 0, 0, 0),
(34, 'moodle', '\\core\\task\\password_reset_cleanup_task', 0, 1643518800, 0, '0', '*/6', '*', '*', '*', 0, 0, 0),
(35, 'moodle', '\\core\\task\\complete_plans_task', 0, 1643505120, 0, '12', '*', '*', '*', '*', 0, 0, 0),
(36, 'moodle', '\\core\\task\\sync_plans_from_template_cohorts_task', 0, 1643504460, 0, '1', '*', '*', '*', '*', 0, 0, 0),
(37, 'moodle', '\\core_files\\task\\conversion_cleanup_task', 0, 1643504700, 0, '5', '2', '*', '*', '*', 0, 0, 0),
(38, 'moodle', '\\core\\oauth2\\refresh_system_tokens_task', 0, 1643502600, 0, '30', '*', '*', '*', '*', 0, 0, 0),
(39, 'moodle', '\\core\\task\\analytics_cleanup_task', 0, 1643503320, 0, '42', '*', '*', '*', '*', 0, 0, 0),
(40, 'moodle', '\\core\\task\\task_log_cleanup_task', 0, 1643548680, 0, '18', '14', '*', '*', '*', 0, 0, 0),
(41, 'moodle', '\\core\\task\\h5p_get_content_types_task', 0, 1643688480, 0, '8', '5', '1', '*', '*', 0, 0, 0),
(42, 'qtype_random', '\\qtype_random\\task\\remove_unused_questions', 0, 1643505480, 0, '18', '*', '*', '*', '*', 0, 0, 0),
(43, 'mod_assign', '\\mod_assign\\task\\cron_task', 0, 1643502000, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(44, 'mod_chat', '\\mod_chat\\task\\cron_task', 0, 1643502000, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(45, 'mod_forum', '\\mod_forum\\task\\cron_task', 0, 1643502060, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(46, 'mod_lti', '\\mod_lti\\task\\clean_access_tokens', 0, 1643565660, 0, '1', '19', '*', '*', '*', 0, 0, 0),
(47, 'mod_quiz', '\\mod_quiz\\task\\update_overdue_attempts', 0, 1643502060, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(48, 'mod_quiz', '\\mod_quiz\\task\\legacy_quiz_reports_cron', 0, 1643502060, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(49, 'mod_quiz', '\\mod_quiz\\task\\legacy_quiz_accessrules_cron', 0, 1643502060, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(50, 'mod_scorm', '\\mod_scorm\\task\\cron_task', 0, 1643502300, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(51, 'mod_workshop', '\\mod_workshop\\task\\cron_task', 0, 1643502120, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(52, 'mod_workshop', '\\mod_workshop\\task\\legacy_workshop_allocation_cron', 0, 1643502120, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(53, 'auth_cas', '\\auth_cas\\task\\sync_task', 0, 1643583600, 0, '0', '0', '*', '*', '*', 0, 0, 1),
(54, 'auth_db', '\\auth_db\\task\\sync_users', 0, 1643551500, 0, '5', '15', '*', '*', '*', 0, 0, 1),
(55, 'auth_ldap', '\\auth_ldap\\task\\sync_roles', 0, 1643583600, 0, '0', '0', '*', '*', '*', 0, 0, 1),
(56, 'auth_ldap', '\\auth_ldap\\task\\sync_task', 0, 1643583600, 0, '0', '0', '*', '*', '*', 0, 0, 1),
(57, 'auth_mnet', '\\auth_mnet\\task\\cron_task', 0, 1643502120, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(58, 'enrol_category', '\\enrol_category\\task\\enrol_category_sync', 0, 1643502120, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(59, 'enrol_cohort', '\\enrol_cohort\\task\\enrol_cohort_sync', 0, 1643504880, 0, '8', '*', '*', '*', '*', 0, 0, 0),
(60, 'enrol_database', '\\enrol_database\\task\\sync_enrolments', 0, 1643516580, 0, '23', '5', '*', '*', '*', 0, 0, 1),
(61, 'enrol_flatfile', '\\enrol_flatfile\\task\\flatfile_sync_task', 0, 1643505300, 0, '15', '*', '*', '*', '*', 0, 0, 0),
(62, 'enrol_imsenterprise', '\\enrol_imsenterprise\\task\\cron_task', 0, 1643505000, 0, '10', '*', '*', '*', '*', 0, 0, 0),
(63, 'enrol_ldap', '\\enrol_ldap\\task\\sync_enrolments', 0, 1643577420, 0, '17', '22', '*', '*', '*', 0, 0, 1),
(64, 'enrol_lti', '\\enrol_lti\\task\\sync_grades', 0, 1643502600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0),
(65, 'enrol_lti', '\\enrol_lti\\task\\sync_members', 0, 1643502600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0),
(66, 'enrol_manual', '\\enrol_manual\\task\\sync_enrolments', 0, 1643502600, 0, '*/10', '*', '*', '*', '*', 0, 0, 0),
(67, 'enrol_manual', '\\enrol_manual\\task\\send_expiry_notifications', 0, 1643502600, 0, '*/10', '*', '*', '*', '*', 0, 0, 0),
(68, 'enrol_meta', '\\enrol_meta\\task\\enrol_meta_sync', 0, 1643502180, 0, '23', '*', '*', '*', '*', 0, 0, 0),
(69, 'enrol_paypal', '\\enrol_paypal\\task\\process_expirations', 0, 1643502120, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(70, 'enrol_self', '\\enrol_self\\task\\sync_enrolments', 0, 1643502600, 0, '*/10', '*', '*', '*', '*', 0, 0, 0),
(71, 'enrol_self', '\\enrol_self\\task\\send_expiry_notifications', 0, 1643502600, 0, '*/10', '*', '*', '*', '*', 0, 0, 0),
(72, 'message_email', '\\message_email\\task\\send_email_task', 0, 1643576400, 0, '0', '22', '*', '*', '*', 0, 0, 0),
(73, 'block_recent_activity', '\\block_recent_activity\\task\\cleanup', 0, 1643529900, 0, '5', '9', '*', '*', '*', 0, 0, 0),
(74, 'block_rss_client', '\\block_rss_client\\task\\refreshfeeds', 0, 1643502300, 0, '*/5', '*', '*', '*', '*', 0, 0, 0),
(75, 'editor_atto', '\\editor_atto\\task\\autosave_cleanup_task', 0, 1643652180, 0, '3', '19', '*', '*', '1', 0, 0, 0),
(76, 'repository_dropbox', '\\repository_dropbox\\task\\cron_task', 0, 1643502180, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(77, 'repository_filesystem', '\\repository_filesystem\\task\\cron_task', 0, 1643502180, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(78, 'repository_onedrive', '\\repository_onedrive\\remove_temp_access_task', 0, 1643772000, 0, '20', '4', '*', '*', '3', 0, 0, 0),
(79, 'tool_analytics', '\\tool_analytics\\task\\train_models', 0, 1643565600, 0, '0', '19', '*', '*', '*', 0, 0, 0),
(80, 'tool_analytics', '\\tool_analytics\\task\\predict_models', 0, 1643576400, 0, '0', '22', '*', '*', '*', 0, 0, 0),
(81, 'tool_cohortroles', '\\tool_cohortroles\\task\\cohort_role_sync', 0, 1643505780, 0, '23', '*', '*', '*', '*', 0, 0, 0),
(82, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\expired_retention_period', 0, 1643504400, 0, '0', '2', '*', '*', '*', 0, 0, 0),
(83, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_expired_contexts', 0, 1643554800, 0, '0', '16', '*', '*', '*', 0, 0, 0),
(84, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_expired_requests', 0, 1643512500, 0, '15', '4', '*', '*', '*', 0, 0, 0),
(85, 'tool_dataprivacy', '\\tool_dataprivacy\\task\\delete_existing_deleted_users', 0, 1643515500, 0, '5', '5', '*', '*', '*', 0, 0, 1),
(86, 'tool_langimport', '\\tool_langimport\\task\\update_langpacks_task', 0, 1643511600, 0, '0', '4', '*', '*', '*', 0, 0, 0),
(87, 'tool_messageinbound', '\\tool_messageinbound\\task\\pickup_task', 0, 1643502240, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(88, 'tool_messageinbound', '\\tool_messageinbound\\task\\cleanup_task', 0, 1643504100, 0, '55', '1', '*', '*', '*', 0, 0, 0),
(89, 'tool_monitor', '\\tool_monitor\\task\\clean_events', 0, 1643502240, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(90, 'tool_monitor', '\\tool_monitor\\task\\check_subscriptions', 0, 1643587920, 0, '12', '1', '*', '*', '*', 0, 0, 0),
(91, 'tool_recyclebin', '\\tool_recyclebin\\task\\cleanup_course_bin', 0, 1643502600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0),
(92, 'tool_recyclebin', '\\tool_recyclebin\\task\\cleanup_category_bin', 0, 1643502600, 0, '*/30', '*', '*', '*', '*', 0, 0, 0),
(93, 'assignfeedback_editpdf', '\\assignfeedback_editpdf\\task\\convert_submissions', 0, 1643502600, 0, '*/15', '*', '*', '*', '*', 0, 0, 0),
(94, 'ltiservice_gradebookservices', '\\ltiservice_gradebookservices\\task\\cleanup_task', 0, 1643551920, 0, '12', '15', '*', '*', '*', 0, 0, 0),
(95, 'quiz_statistics', '\\quiz_statistics\\task\\quiz_statistics_cleanup', 0, 1643515740, 0, '9', '*/5', '*', '*', '*', 0, 0, 0),
(96, 'workshopallocation_scheduled', '\\workshopallocation_scheduled\\task\\cron_task', 0, 1643502300, 0, '*', '*', '*', '*', '*', 0, 0, 0),
(97, 'logstore_legacy', '\\logstore_legacy\\task\\cleanup_task', 0, 1643515260, 0, '1', '5', '*', '*', '*', 0, 0, 0),
(98, 'logstore_standard', '\\logstore_standard\\task\\cleanup_task', 0, 1643511720, 0, '2', '4', '*', '*', '*', 0, 0, 0),
(99, 'mod_hvp', '\\mod_hvp\\task\\look_for_updates', 0, 1643527140, 0, '19', '8', '*', '*', '*', 0, 0, 0),
(100, 'mod_hvp', '\\mod_hvp\\task\\remove_tmpfiles', 0, 1643551320, 0, '2', '15', '*', '*', '*', 0, 0, 0),
(101, 'mod_hvp', '\\mod_hvp\\task\\remove_old_log_entries', 0, 1643547600, 0, '0', '14', '*', '*', '*', 0, 0, 0),
(102, 'mod_hvp', '\\mod_hvp\\task\\remove_old_auth_tokens', 0, 1643505060, 0, '11', '*', '*', '*', '*', 0, 0, 0);

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

--
-- Structure de la table `mdl_tool_cohortroles`
--

CREATE TABLE `mdl_tool_cohortroles` (
  `id` bigint(10) NOT NULL,
  `cohortid` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `usermodified` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Mapping of users to cohort role assignments.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_customlang`
--

CREATE TABLE `mdl_tool_customlang` (
  `id` bigint(10) NOT NULL,
  `lang` varchar(20) NOT NULL DEFAULT '',
  `componentid` bigint(10) NOT NULL,
  `stringid` varchar(255) NOT NULL DEFAULT '',
  `original` longtext NOT NULL,
  `master` longtext DEFAULT NULL,
  `local` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecustomized` bigint(10) DEFAULT NULL,
  `outdated` smallint(3) DEFAULT 0,
  `modified` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains the working checkout of all strings and their custo' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_customlang_components`
--

CREATE TABLE `mdl_tool_customlang_components` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `version` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains the list of all installed plugins that provide thei' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_category`
--

CREATE TABLE `mdl_tool_dataprivacy_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data categories' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_ctxexpired`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxexpired` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `unexpiredroles` longtext DEFAULT NULL,
  `expiredroles` longtext DEFAULT NULL,
  `defaultexpired` tinyint(1) NOT NULL,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_ctxinstance`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxinstance` (
  `id` bigint(10) NOT NULL,
  `contextid` bigint(10) NOT NULL,
  `purposeid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_ctxlevel`
--

CREATE TABLE `mdl_tool_dataprivacy_ctxlevel` (
  `id` bigint(10) NOT NULL,
  `contextlevel` smallint(3) NOT NULL,
  `purposeid` bigint(10) DEFAULT NULL,
  `categoryid` bigint(10) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Default comment for the table, please edit me' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_purpose`
--

CREATE TABLE `mdl_tool_dataprivacy_purpose` (
  `id` bigint(10) NOT NULL,
  `name` varchar(100) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) DEFAULT NULL,
  `lawfulbases` longtext NOT NULL,
  `sensitivedatareasons` longtext DEFAULT NULL,
  `retentionperiod` varchar(255) NOT NULL DEFAULT '',
  `protected` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data purposes' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_purposerole`
--

CREATE TABLE `mdl_tool_dataprivacy_purposerole` (
  `id` bigint(10) NOT NULL,
  `purposeid` bigint(10) NOT NULL,
  `roleid` bigint(10) NOT NULL,
  `lawfulbases` longtext DEFAULT NULL,
  `sensitivedatareasons` longtext DEFAULT NULL,
  `retentionperiod` varchar(255) NOT NULL DEFAULT '',
  `protected` tinyint(1) DEFAULT NULL,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data purpose overrides for a specific role' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_dataprivacy_request`
--

CREATE TABLE `mdl_tool_dataprivacy_request` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL DEFAULT 0,
  `comments` longtext DEFAULT NULL,
  `commentsformat` tinyint(2) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `requestedby` bigint(10) NOT NULL DEFAULT 0,
  `status` tinyint(2) NOT NULL DEFAULT 0,
  `dpo` bigint(10) DEFAULT 0,
  `dpocomment` longtext DEFAULT NULL,
  `dpocommentformat` tinyint(2) NOT NULL DEFAULT 0,
  `systemapproved` smallint(4) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `creationmethod` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table for data requests' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_monitor_events`
--

CREATE TABLE `mdl_tool_monitor_events` (
  `id` bigint(10) NOT NULL,
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `contextid` bigint(10) NOT NULL,
  `contextlevel` bigint(10) NOT NULL,
  `contextinstanceid` bigint(10) NOT NULL,
  `link` varchar(254) NOT NULL DEFAULT '',
  `courseid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A table that keeps a log of events related to subscriptions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_monitor_history`
--

CREATE TABLE `mdl_tool_monitor_history` (
  `id` bigint(10) NOT NULL,
  `sid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timesent` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table to store history of message notifications sent' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_monitor_rules`
--

CREATE TABLE `mdl_tool_monitor_rules` (
  `id` bigint(10) NOT NULL,
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(1) NOT NULL,
  `name` varchar(254) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `plugin` varchar(254) NOT NULL DEFAULT '',
  `eventname` varchar(254) NOT NULL DEFAULT '',
  `template` longtext NOT NULL,
  `templateformat` tinyint(1) NOT NULL,
  `frequency` smallint(4) NOT NULL,
  `timewindow` mediumint(5) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table to store rules' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_monitor_subscriptions`
--

CREATE TABLE `mdl_tool_monitor_subscriptions` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `ruleid` bigint(10) NOT NULL,
  `cmid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `lastnotificationsent` bigint(10) NOT NULL DEFAULT 0,
  `inactivedate` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Table to store user subscriptions to various rules' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_policy`
--

CREATE TABLE `mdl_tool_policy` (
  `id` bigint(10) NOT NULL,
  `sortorder` mediumint(5) NOT NULL DEFAULT 999,
  `currentversionid` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Contains the list of policy documents defined on the site.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_policy_acceptances`
--

CREATE TABLE `mdl_tool_policy_acceptances` (
  `id` bigint(10) NOT NULL,
  `policyversionid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `status` tinyint(1) DEFAULT NULL,
  `lang` varchar(30) NOT NULL DEFAULT '',
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `note` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Tracks users accepting the policy versions' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_policy_versions`
--

CREATE TABLE `mdl_tool_policy_versions` (
  `id` bigint(10) NOT NULL,
  `name` varchar(1333) NOT NULL DEFAULT '',
  `type` smallint(3) NOT NULL DEFAULT 0,
  `audience` smallint(3) NOT NULL DEFAULT 0,
  `archived` smallint(3) NOT NULL DEFAULT 0,
  `usermodified` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `policyid` bigint(10) NOT NULL,
  `agreementstyle` smallint(3) NOT NULL DEFAULT 0,
  `optional` smallint(3) NOT NULL DEFAULT 0,
  `revision` varchar(1333) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `summaryformat` smallint(3) NOT NULL,
  `content` longtext NOT NULL,
  `contentformat` smallint(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Holds versions of the policy documents' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_recyclebin_category`
--

CREATE TABLE `mdl_tool_recyclebin_category` (
  `id` bigint(10) NOT NULL,
  `categoryid` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT '',
  `fullname` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A list of items in the category recycle bin' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_recyclebin_course`
--

CREATE TABLE `mdl_tool_recyclebin_course` (
  `id` bigint(10) NOT NULL,
  `courseid` bigint(10) NOT NULL,
  `section` bigint(10) NOT NULL,
  `module` bigint(10) NOT NULL,
  `name` varchar(255) DEFAULT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A list of items in the course recycle bin' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_usertours_steps`
--

CREATE TABLE `mdl_tool_usertours_steps` (
  `id` bigint(10) NOT NULL,
  `tourid` bigint(10) NOT NULL,
  `title` longtext DEFAULT NULL,
  `content` longtext DEFAULT NULL,
  `targettype` tinyint(2) NOT NULL,
  `targetvalue` longtext NOT NULL,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `configdata` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Steps in an tour' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_tool_usertours_tours`
--

CREATE TABLE `mdl_tool_usertours_tours` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `pathmatch` varchar(255) DEFAULT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `configdata` longtext NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='List of tours' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_upgrade_log`
--

CREATE TABLE `mdl_upgrade_log` (
  `id` bigint(10) NOT NULL,
  `type` bigint(10) NOT NULL,
  `plugin` varchar(100) DEFAULT NULL,
  `version` varchar(100) DEFAULT NULL,
  `targetversion` varchar(100) DEFAULT NULL,
  `info` varchar(255) NOT NULL DEFAULT '',
  `details` longtext DEFAULT NULL,
  `backtrace` longtext DEFAULT NULL,
  `userid` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Upgrade logging' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_upgrade_log`
--

INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(1, 0, 'core', '2020061512.02', '2020061512.02', 'Upgrade savepoint reached', NULL, '', 0, 1643501928),
(2, 0, 'core', '2020061512.02', '2020061512.02', 'Core installed', NULL, '', 0, 1643501979),
(3, 0, 'antivirus_clamav', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501980),
(4, 0, 'antivirus_clamav', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501980),
(5, 0, 'antivirus_clamav', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501980),
(6, 0, 'availability_completion', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501980),
(7, 0, 'availability_completion', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501980),
(8, 0, 'availability_completion', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501980),
(9, 0, 'availability_date', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501980),
(10, 0, 'availability_date', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501981),
(11, 0, 'availability_date', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501981),
(12, 0, 'availability_grade', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501981),
(13, 0, 'availability_grade', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501981),
(14, 0, 'availability_grade', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501981),
(15, 0, 'availability_group', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501981),
(16, 0, 'availability_group', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501981),
(17, 0, 'availability_group', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501981),
(18, 0, 'availability_grouping', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501981),
(19, 0, 'availability_grouping', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501981),
(20, 0, 'availability_grouping', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501981),
(21, 0, 'availability_profile', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501981),
(22, 0, 'availability_profile', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501981),
(23, 0, 'availability_profile', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501982),
(24, 0, 'qtype_calculated', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501982),
(25, 0, 'qtype_calculated', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501982),
(26, 0, 'qtype_calculated', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501982),
(27, 0, 'qtype_calculatedmulti', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501982),
(28, 0, 'qtype_calculatedmulti', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501982),
(29, 0, 'qtype_calculatedmulti', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501982),
(30, 0, 'qtype_calculatedsimple', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501982),
(31, 0, 'qtype_calculatedsimple', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501982),
(32, 0, 'qtype_calculatedsimple', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501982),
(33, 0, 'qtype_ddimageortext', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501982),
(34, 0, 'qtype_ddimageortext', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501983),
(35, 0, 'qtype_ddimageortext', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501983),
(36, 0, 'qtype_ddmarker', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501983),
(37, 0, 'qtype_ddmarker', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501983),
(38, 0, 'qtype_ddmarker', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501983),
(39, 0, 'qtype_ddwtos', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501983),
(40, 0, 'qtype_ddwtos', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501983),
(41, 0, 'qtype_ddwtos', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501984),
(42, 0, 'qtype_description', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501984),
(43, 0, 'qtype_description', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501984),
(44, 0, 'qtype_description', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501984),
(45, 0, 'qtype_essay', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501984),
(46, 0, 'qtype_essay', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501984),
(47, 0, 'qtype_essay', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501984),
(48, 0, 'qtype_gapselect', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501984),
(49, 0, 'qtype_gapselect', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501984),
(50, 0, 'qtype_gapselect', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501984),
(51, 0, 'qtype_match', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501984),
(52, 0, 'qtype_match', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501985),
(53, 0, 'qtype_match', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501985),
(54, 0, 'qtype_missingtype', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501985),
(55, 0, 'qtype_missingtype', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501985),
(56, 0, 'qtype_missingtype', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501985),
(57, 0, 'qtype_multianswer', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501985),
(58, 0, 'qtype_multianswer', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501985),
(59, 0, 'qtype_multianswer', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501985),
(60, 0, 'qtype_multichoice', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501985),
(61, 0, 'qtype_multichoice', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501985),
(62, 0, 'qtype_multichoice', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501986),
(63, 0, 'qtype_numerical', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501986),
(64, 0, 'qtype_numerical', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501986),
(65, 0, 'qtype_numerical', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501986),
(66, 0, 'qtype_random', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501986),
(67, 0, 'qtype_random', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501986),
(68, 0, 'qtype_random', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501986),
(69, 0, 'qtype_randomsamatch', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501986),
(70, 0, 'qtype_randomsamatch', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501986),
(71, 0, 'qtype_randomsamatch', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501987),
(72, 0, 'qtype_shortanswer', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501987),
(73, 0, 'qtype_shortanswer', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501987),
(74, 0, 'qtype_shortanswer', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501987),
(75, 0, 'qtype_truefalse', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501987),
(76, 0, 'qtype_truefalse', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501987),
(77, 0, 'qtype_truefalse', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501987),
(78, 0, 'mod_assign', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643501987),
(79, 0, 'mod_assign', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643501987),
(80, 0, 'mod_assign', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643501992),
(81, 0, 'mod_assignment', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501992),
(82, 0, 'mod_assignment', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501992),
(83, 0, 'mod_assignment', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501994),
(84, 0, 'mod_book', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501994),
(85, 0, 'mod_book', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501994),
(86, 0, 'mod_book', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501995),
(87, 0, 'mod_chat', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501995),
(88, 0, 'mod_chat', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501995),
(89, 0, 'mod_chat', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643501998),
(90, 0, 'mod_choice', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643501998),
(91, 0, 'mod_choice', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643501998),
(92, 0, 'mod_choice', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502000),
(93, 0, 'mod_data', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502000),
(94, 0, 'mod_data', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502000),
(95, 0, 'mod_data', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502006),
(96, 0, 'mod_feedback', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502006),
(97, 0, 'mod_feedback', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502006),
(98, 0, 'mod_feedback', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502010),
(99, 0, 'mod_folder', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502011),
(100, 0, 'mod_folder', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502011),
(101, 0, 'mod_folder', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502012),
(102, 0, 'mod_forum', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502012),
(103, 0, 'mod_forum', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502012),
(104, 0, 'mod_forum', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502024),
(105, 0, 'mod_glossary', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502024),
(106, 0, 'mod_glossary', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502025),
(107, 0, 'mod_glossary', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502031),
(108, 0, 'mod_h5pactivity', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502031),
(109, 0, 'mod_h5pactivity', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502031),
(110, 0, 'mod_h5pactivity', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502033),
(111, 0, 'mod_imscp', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502033),
(112, 0, 'mod_imscp', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502033),
(113, 0, 'mod_imscp', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502034),
(114, 0, 'mod_label', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502034),
(115, 0, 'mod_label', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502034),
(116, 0, 'mod_label', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502035),
(117, 0, 'mod_lesson', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502035),
(118, 0, 'mod_lesson', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502035),
(119, 0, 'mod_lesson', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502038),
(120, 0, 'mod_lti', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502038),
(121, 0, 'mod_lti', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502038),
(122, 0, 'mod_lti', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502041),
(123, 0, 'mod_page', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502041),
(124, 0, 'mod_page', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502041),
(125, 0, 'mod_page', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502042),
(126, 0, 'mod_quiz', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502042),
(127, 0, 'mod_quiz', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502043),
(128, 0, 'mod_quiz', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502047),
(129, 0, 'mod_resource', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502047),
(130, 0, 'mod_resource', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502047),
(131, 0, 'mod_resource', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502048),
(132, 0, 'mod_scorm', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502048),
(133, 0, 'mod_scorm', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502049),
(134, 0, 'mod_scorm', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502051),
(135, 0, 'mod_survey', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502051),
(136, 0, 'mod_survey', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502051),
(137, 0, 'mod_survey', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502055),
(138, 0, 'mod_url', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502055),
(139, 0, 'mod_url', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502055),
(140, 0, 'mod_url', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502056),
(141, 0, 'mod_wiki', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502056),
(142, 0, 'mod_wiki', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502056),
(143, 0, 'mod_wiki', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502061),
(144, 0, 'mod_workshop', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502061),
(145, 0, 'mod_workshop', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502061),
(146, 0, 'mod_workshop', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502068),
(147, 0, 'auth_cas', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502068),
(148, 0, 'auth_cas', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502068),
(149, 0, 'auth_cas', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502068),
(150, 0, 'auth_db', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502068),
(151, 0, 'auth_db', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502068),
(152, 0, 'auth_db', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502069),
(153, 0, 'auth_email', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502069),
(154, 0, 'auth_email', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502069),
(155, 0, 'auth_email', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502069),
(156, 0, 'auth_ldap', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502069),
(157, 0, 'auth_ldap', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502069),
(158, 0, 'auth_ldap', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502069),
(159, 0, 'auth_lti', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502070),
(160, 0, 'auth_lti', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502070),
(161, 0, 'auth_lti', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502070),
(162, 0, 'auth_manual', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502070),
(163, 0, 'auth_manual', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502070),
(164, 0, 'auth_manual', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502070),
(165, 0, 'auth_mnet', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502070),
(166, 0, 'auth_mnet', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502070),
(167, 0, 'auth_mnet', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502072),
(168, 0, 'auth_nologin', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502072),
(169, 0, 'auth_nologin', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502072),
(170, 0, 'auth_nologin', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502072),
(171, 0, 'auth_none', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502072),
(172, 0, 'auth_none', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502072),
(173, 0, 'auth_none', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502072),
(174, 0, 'auth_oauth2', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502072),
(175, 0, 'auth_oauth2', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502072),
(176, 0, 'auth_oauth2', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502073),
(177, 0, 'auth_shibboleth', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502073),
(178, 0, 'auth_shibboleth', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502073),
(179, 0, 'auth_shibboleth', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502073),
(180, 0, 'auth_webservice', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502073),
(181, 0, 'auth_webservice', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502073),
(182, 0, 'auth_webservice', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502073),
(183, 0, 'calendartype_gregorian', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502073),
(184, 0, 'calendartype_gregorian', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502073),
(185, 0, 'calendartype_gregorian', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502074),
(186, 0, 'customfield_checkbox', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502074),
(187, 0, 'customfield_checkbox', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502074),
(188, 0, 'customfield_checkbox', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502074),
(189, 0, 'customfield_date', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502074),
(190, 0, 'customfield_date', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502074),
(191, 0, 'customfield_date', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502074),
(192, 0, 'customfield_select', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502074),
(193, 0, 'customfield_select', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502074),
(194, 0, 'customfield_select', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502075),
(195, 0, 'customfield_text', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502075),
(196, 0, 'customfield_text', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502075),
(197, 0, 'customfield_text', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502075),
(198, 0, 'customfield_textarea', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502075),
(199, 0, 'customfield_textarea', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502075),
(200, 0, 'customfield_textarea', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502075),
(201, 0, 'enrol_category', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502075),
(202, 0, 'enrol_category', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502075),
(203, 0, 'enrol_category', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502076),
(204, 0, 'enrol_cohort', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502076),
(205, 0, 'enrol_cohort', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502076),
(206, 0, 'enrol_cohort', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502076),
(207, 0, 'enrol_database', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502076),
(208, 0, 'enrol_database', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502076),
(209, 0, 'enrol_database', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502077),
(210, 0, 'enrol_flatfile', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502077),
(211, 0, 'enrol_flatfile', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502077),
(212, 0, 'enrol_flatfile', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502078),
(213, 0, 'enrol_guest', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502078),
(214, 0, 'enrol_guest', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502078),
(215, 0, 'enrol_guest', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502078),
(216, 0, 'enrol_imsenterprise', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502078),
(217, 0, 'enrol_imsenterprise', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502078),
(218, 0, 'enrol_imsenterprise', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502079),
(219, 0, 'enrol_ldap', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502079),
(220, 0, 'enrol_ldap', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502079),
(221, 0, 'enrol_ldap', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502080),
(222, 0, 'enrol_lti', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502080),
(223, 0, 'enrol_lti', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502080),
(224, 0, 'enrol_lti', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502081),
(225, 0, 'enrol_manual', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502081),
(226, 0, 'enrol_manual', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502081),
(227, 0, 'enrol_manual', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502082),
(228, 0, 'enrol_meta', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502082),
(229, 0, 'enrol_meta', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502082),
(230, 0, 'enrol_meta', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502083),
(231, 0, 'enrol_mnet', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502083),
(232, 0, 'enrol_mnet', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502083),
(233, 0, 'enrol_mnet', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502085),
(234, 0, 'enrol_paypal', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502085),
(235, 0, 'enrol_paypal', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502085),
(236, 0, 'enrol_paypal', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502086),
(237, 0, 'enrol_self', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502086),
(238, 0, 'enrol_self', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502086),
(239, 0, 'enrol_self', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502087),
(240, 0, 'message_airnotifier', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502087),
(241, 0, 'message_airnotifier', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502088),
(242, 0, 'message_airnotifier', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502089),
(243, 0, 'message_email', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502090),
(244, 0, 'message_email', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502090),
(245, 0, 'message_email', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502092),
(246, 0, 'message_jabber', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502092),
(247, 0, 'message_jabber', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502092),
(248, 0, 'message_jabber', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502093),
(249, 0, 'message_popup', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502093),
(250, 0, 'message_popup', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502093),
(251, 0, 'message_popup', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502094),
(252, 0, 'block_activity_modules', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502094),
(253, 0, 'block_activity_modules', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502095),
(254, 0, 'block_activity_modules', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502095),
(255, 0, 'block_activity_results', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502095),
(256, 0, 'block_activity_results', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502095),
(257, 0, 'block_activity_results', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502096),
(258, 0, 'block_admin_bookmarks', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502096),
(259, 0, 'block_admin_bookmarks', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502096),
(260, 0, 'block_admin_bookmarks', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502096),
(261, 0, 'block_badges', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502096),
(262, 0, 'block_badges', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502096),
(263, 0, 'block_badges', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502097),
(264, 0, 'block_blog_menu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502097),
(265, 0, 'block_blog_menu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502097),
(266, 0, 'block_blog_menu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502097),
(267, 0, 'block_blog_recent', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502097),
(268, 0, 'block_blog_recent', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502098),
(269, 0, 'block_blog_recent', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502098),
(270, 0, 'block_blog_tags', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502098),
(271, 0, 'block_blog_tags', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502098),
(272, 0, 'block_blog_tags', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502099),
(273, 0, 'block_calendar_month', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502099),
(274, 0, 'block_calendar_month', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502099),
(275, 0, 'block_calendar_month', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502099),
(276, 0, 'block_calendar_upcoming', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502099),
(277, 0, 'block_calendar_upcoming', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502100),
(278, 0, 'block_calendar_upcoming', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502100),
(279, 0, 'block_comments', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502100),
(280, 0, 'block_comments', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502100),
(281, 0, 'block_comments', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502101),
(282, 0, 'block_completionstatus', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502101),
(283, 0, 'block_completionstatus', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502101),
(284, 0, 'block_completionstatus', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502102),
(285, 0, 'block_course_list', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502102),
(286, 0, 'block_course_list', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502102),
(287, 0, 'block_course_list', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502102),
(288, 0, 'block_course_summary', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502102),
(289, 0, 'block_course_summary', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502103),
(290, 0, 'block_course_summary', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502103),
(291, 0, 'block_feedback', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502103),
(292, 0, 'block_feedback', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502103),
(293, 0, 'block_feedback', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502104),
(294, 0, 'block_globalsearch', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502104),
(295, 0, 'block_globalsearch', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502104),
(296, 0, 'block_globalsearch', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502104),
(297, 0, 'block_glossary_random', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502104),
(298, 0, 'block_glossary_random', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502105),
(299, 0, 'block_glossary_random', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502105),
(300, 0, 'block_html', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502105),
(301, 0, 'block_html', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502105),
(302, 0, 'block_html', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502106),
(303, 0, 'block_login', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502106),
(304, 0, 'block_login', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502106),
(305, 0, 'block_login', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502106),
(306, 0, 'block_lp', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502107),
(307, 0, 'block_lp', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502107),
(308, 0, 'block_lp', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502107),
(309, 0, 'block_mentees', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502107),
(310, 0, 'block_mentees', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502107),
(311, 0, 'block_mentees', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502108),
(312, 0, 'block_mnet_hosts', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502108),
(313, 0, 'block_mnet_hosts', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502108),
(314, 0, 'block_mnet_hosts', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502109),
(315, 0, 'block_myoverview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502109),
(316, 0, 'block_myoverview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502109),
(317, 0, 'block_myoverview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502109),
(318, 0, 'block_myprofile', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502109),
(319, 0, 'block_myprofile', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502109),
(320, 0, 'block_myprofile', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502110),
(321, 0, 'block_navigation', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502110),
(322, 0, 'block_navigation', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502110),
(323, 0, 'block_navigation', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502111),
(324, 0, 'block_news_items', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502111),
(325, 0, 'block_news_items', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502111),
(326, 0, 'block_news_items', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502112),
(327, 0, 'block_online_users', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502112),
(328, 0, 'block_online_users', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502112),
(329, 0, 'block_online_users', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502113),
(330, 0, 'block_private_files', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502113),
(331, 0, 'block_private_files', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502113),
(332, 0, 'block_private_files', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502114),
(333, 0, 'block_quiz_results', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502114),
(334, 0, 'block_quiz_results', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502114),
(335, 0, 'block_quiz_results', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502115),
(336, 0, 'block_recent_activity', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502115),
(337, 0, 'block_recent_activity', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502115),
(338, 0, 'block_recent_activity', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502116),
(339, 0, 'block_recentlyaccessedcourses', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502116),
(340, 0, 'block_recentlyaccessedcourses', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502116),
(341, 0, 'block_recentlyaccessedcourses', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502116),
(342, 0, 'block_recentlyaccesseditems', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502116),
(343, 0, 'block_recentlyaccesseditems', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502117),
(344, 0, 'block_recentlyaccesseditems', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502117),
(345, 0, 'block_rss_client', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502117),
(346, 0, 'block_rss_client', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502117),
(347, 0, 'block_rss_client', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502118),
(348, 0, 'block_search_forums', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502118),
(349, 0, 'block_search_forums', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502119),
(350, 0, 'block_search_forums', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502119),
(351, 0, 'block_section_links', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502119),
(352, 0, 'block_section_links', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502119),
(353, 0, 'block_section_links', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502120),
(354, 0, 'block_selfcompletion', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502120),
(355, 0, 'block_selfcompletion', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502120),
(356, 0, 'block_selfcompletion', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502120),
(357, 0, 'block_settings', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502120),
(358, 0, 'block_settings', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502120),
(359, 0, 'block_settings', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502121),
(360, 0, 'block_site_main_menu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502121),
(361, 0, 'block_site_main_menu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502121),
(362, 0, 'block_site_main_menu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502122),
(363, 0, 'block_social_activities', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502122),
(364, 0, 'block_social_activities', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502122),
(365, 0, 'block_social_activities', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502122),
(366, 0, 'block_starredcourses', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502122),
(367, 0, 'block_starredcourses', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502122),
(368, 0, 'block_starredcourses', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502123),
(369, 0, 'block_tag_flickr', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502123),
(370, 0, 'block_tag_flickr', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502123),
(371, 0, 'block_tag_flickr', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502123),
(372, 0, 'block_tag_youtube', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502123),
(373, 0, 'block_tag_youtube', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502124),
(374, 0, 'block_tag_youtube', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502124),
(375, 0, 'block_tags', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502124),
(376, 0, 'block_tags', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502124),
(377, 0, 'block_tags', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502125),
(378, 0, 'block_timeline', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502125),
(379, 0, 'block_timeline', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502125),
(380, 0, 'block_timeline', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502125),
(381, 0, 'media_html5audio', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502126),
(382, 0, 'media_html5audio', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502127),
(383, 0, 'media_html5audio', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502127),
(384, 0, 'media_html5video', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502127),
(385, 0, 'media_html5video', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502127),
(386, 0, 'media_html5video', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502127),
(387, 0, 'media_swf', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502127),
(388, 0, 'media_swf', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502127),
(389, 0, 'media_swf', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502128),
(390, 0, 'media_videojs', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502128),
(391, 0, 'media_videojs', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502128),
(392, 0, 'media_videojs', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502128),
(393, 0, 'media_vimeo', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502128),
(394, 0, 'media_vimeo', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502128),
(395, 0, 'media_vimeo', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502129),
(396, 0, 'media_youtube', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502129),
(397, 0, 'media_youtube', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502129),
(398, 0, 'media_youtube', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502129),
(399, 0, 'filter_activitynames', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502129),
(400, 0, 'filter_activitynames', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502129),
(401, 0, 'filter_activitynames', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502130),
(402, 0, 'filter_algebra', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502130),
(403, 0, 'filter_algebra', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502130),
(404, 0, 'filter_algebra', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502130),
(405, 0, 'filter_censor', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502130),
(406, 0, 'filter_censor', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502130),
(407, 0, 'filter_censor', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502130),
(408, 0, 'filter_data', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502130),
(409, 0, 'filter_data', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502130),
(410, 0, 'filter_data', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502131),
(411, 0, 'filter_displayh5p', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502131),
(412, 0, 'filter_displayh5p', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502131),
(413, 0, 'filter_displayh5p', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502131),
(414, 0, 'filter_emailprotect', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502131),
(415, 0, 'filter_emailprotect', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502131),
(416, 0, 'filter_emailprotect', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502132),
(417, 0, 'filter_emoticon', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502132),
(418, 0, 'filter_emoticon', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502132),
(419, 0, 'filter_emoticon', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502132),
(420, 0, 'filter_glossary', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502132),
(421, 0, 'filter_glossary', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502132),
(422, 0, 'filter_glossary', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502133),
(423, 0, 'filter_mathjaxloader', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502133),
(424, 0, 'filter_mathjaxloader', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502133),
(425, 0, 'filter_mathjaxloader', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502133),
(426, 0, 'filter_mediaplugin', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502133),
(427, 0, 'filter_mediaplugin', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502133),
(428, 0, 'filter_mediaplugin', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502134),
(429, 0, 'filter_multilang', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502134),
(430, 0, 'filter_multilang', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502134),
(431, 0, 'filter_multilang', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502134),
(432, 0, 'filter_tex', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502134),
(433, 0, 'filter_tex', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502134),
(434, 0, 'filter_tex', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502134),
(435, 0, 'filter_tidy', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502134),
(436, 0, 'filter_tidy', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502135),
(437, 0, 'filter_tidy', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502135),
(438, 0, 'filter_urltolink', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502135),
(439, 0, 'filter_urltolink', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502135),
(440, 0, 'filter_urltolink', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502135),
(441, 0, 'editor_atto', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502135),
(442, 0, 'editor_atto', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502136),
(443, 0, 'editor_atto', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502136),
(444, 0, 'editor_textarea', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502136),
(445, 0, 'editor_textarea', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502136),
(446, 0, 'editor_textarea', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502136),
(447, 0, 'editor_tinymce', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502136),
(448, 0, 'editor_tinymce', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502136),
(449, 0, 'editor_tinymce', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502136),
(450, 0, 'format_singleactivity', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502137),
(451, 0, 'format_singleactivity', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502137),
(452, 0, 'format_singleactivity', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502137),
(453, 0, 'format_social', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502137),
(454, 0, 'format_social', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502137),
(455, 0, 'format_social', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502137),
(456, 0, 'format_topics', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502137),
(457, 0, 'format_topics', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502137),
(458, 0, 'format_topics', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502137),
(459, 0, 'format_weeks', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502138),
(460, 0, 'format_weeks', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502138),
(461, 0, 'format_weeks', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502138),
(462, 0, 'dataformat_csv', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502138),
(463, 0, 'dataformat_csv', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502138),
(464, 0, 'dataformat_csv', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502138),
(465, 0, 'dataformat_excel', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502138),
(466, 0, 'dataformat_excel', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502138),
(467, 0, 'dataformat_excel', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502138),
(468, 0, 'dataformat_html', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502138),
(469, 0, 'dataformat_html', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502139),
(470, 0, 'dataformat_html', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502139),
(471, 0, 'dataformat_json', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502139),
(472, 0, 'dataformat_json', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502139),
(473, 0, 'dataformat_json', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502139),
(474, 0, 'dataformat_ods', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502139),
(475, 0, 'dataformat_ods', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502139),
(476, 0, 'dataformat_ods', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502139),
(477, 0, 'dataformat_pdf', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502139),
(478, 0, 'dataformat_pdf', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502140),
(479, 0, 'dataformat_pdf', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502140),
(480, 0, 'profilefield_checkbox', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502140);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(481, 0, 'profilefield_checkbox', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502140),
(482, 0, 'profilefield_checkbox', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502140),
(483, 0, 'profilefield_datetime', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502140),
(484, 0, 'profilefield_datetime', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502140),
(485, 0, 'profilefield_datetime', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502140),
(486, 0, 'profilefield_menu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502140),
(487, 0, 'profilefield_menu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502141),
(488, 0, 'profilefield_menu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502141),
(489, 0, 'profilefield_text', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502141),
(490, 0, 'profilefield_text', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502141),
(491, 0, 'profilefield_text', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502141),
(492, 0, 'profilefield_textarea', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502141),
(493, 0, 'profilefield_textarea', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502141),
(494, 0, 'profilefield_textarea', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502141),
(495, 0, 'report_backups', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502141),
(496, 0, 'report_backups', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502142),
(497, 0, 'report_backups', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502142),
(498, 0, 'report_competency', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502142),
(499, 0, 'report_competency', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502142),
(500, 0, 'report_competency', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502142),
(501, 0, 'report_completion', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502142),
(502, 0, 'report_completion', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502142),
(503, 0, 'report_completion', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502143),
(504, 0, 'report_configlog', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502143),
(505, 0, 'report_configlog', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502143),
(506, 0, 'report_configlog', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502143),
(507, 0, 'report_courseoverview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502143),
(508, 0, 'report_courseoverview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502143),
(509, 0, 'report_courseoverview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502144),
(510, 0, 'report_eventlist', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502144),
(511, 0, 'report_eventlist', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502144),
(512, 0, 'report_eventlist', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502144),
(513, 0, 'report_insights', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502144),
(514, 0, 'report_insights', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502144),
(515, 0, 'report_insights', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502145),
(516, 0, 'report_log', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502145),
(517, 0, 'report_log', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502145),
(518, 0, 'report_log', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502146),
(519, 0, 'report_loglive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502146),
(520, 0, 'report_loglive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502146),
(521, 0, 'report_loglive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502146),
(522, 0, 'report_outline', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502146),
(523, 0, 'report_outline', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502147),
(524, 0, 'report_outline', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502147),
(525, 0, 'report_participation', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502147),
(526, 0, 'report_participation', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502148),
(527, 0, 'report_participation', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502148),
(528, 0, 'report_performance', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502148),
(529, 0, 'report_performance', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502148),
(530, 0, 'report_performance', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502149),
(531, 0, 'report_progress', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502149),
(532, 0, 'report_progress', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502149),
(533, 0, 'report_progress', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502149),
(534, 0, 'report_questioninstances', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502149),
(535, 0, 'report_questioninstances', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502149),
(536, 0, 'report_questioninstances', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502150),
(537, 0, 'report_security', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502150),
(538, 0, 'report_security', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502150),
(539, 0, 'report_security', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502150),
(540, 0, 'report_stats', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502150),
(541, 0, 'report_stats', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502150),
(542, 0, 'report_stats', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502151),
(543, 0, 'report_status', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502151),
(544, 0, 'report_status', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502151),
(545, 0, 'report_status', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502151),
(546, 0, 'report_usersessions', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502151),
(547, 0, 'report_usersessions', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502151),
(548, 0, 'report_usersessions', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502152),
(549, 0, 'gradeexport_ods', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502152),
(550, 0, 'gradeexport_ods', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502152),
(551, 0, 'gradeexport_ods', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502153),
(552, 0, 'gradeexport_txt', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502153),
(553, 0, 'gradeexport_txt', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502153),
(554, 0, 'gradeexport_txt', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502153),
(555, 0, 'gradeexport_xls', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502153),
(556, 0, 'gradeexport_xls', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502154),
(557, 0, 'gradeexport_xls', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502154),
(558, 0, 'gradeexport_xml', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502154),
(559, 0, 'gradeexport_xml', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502154),
(560, 0, 'gradeexport_xml', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502155),
(561, 0, 'gradeimport_csv', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502155),
(562, 0, 'gradeimport_csv', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502155),
(563, 0, 'gradeimport_csv', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502156),
(564, 0, 'gradeimport_direct', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502156),
(565, 0, 'gradeimport_direct', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502156),
(566, 0, 'gradeimport_direct', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502156),
(567, 0, 'gradeimport_xml', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502156),
(568, 0, 'gradeimport_xml', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502156),
(569, 0, 'gradeimport_xml', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502157),
(570, 0, 'gradereport_grader', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502157),
(571, 0, 'gradereport_grader', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502157),
(572, 0, 'gradereport_grader', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502158),
(573, 0, 'gradereport_history', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502158),
(574, 0, 'gradereport_history', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502158),
(575, 0, 'gradereport_history', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502158),
(576, 0, 'gradereport_outcomes', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502158),
(577, 0, 'gradereport_outcomes', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502158),
(578, 0, 'gradereport_outcomes', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502159),
(579, 0, 'gradereport_overview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502159),
(580, 0, 'gradereport_overview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502159),
(581, 0, 'gradereport_overview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502159),
(582, 0, 'gradereport_singleview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502159),
(583, 0, 'gradereport_singleview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502160),
(584, 0, 'gradereport_singleview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502160),
(585, 0, 'gradereport_user', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502160),
(586, 0, 'gradereport_user', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502160),
(587, 0, 'gradereport_user', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502161),
(588, 0, 'gradingform_guide', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502161),
(589, 0, 'gradingform_guide', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502161),
(590, 0, 'gradingform_guide', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502161),
(591, 0, 'gradingform_rubric', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502161),
(592, 0, 'gradingform_rubric', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502162),
(593, 0, 'gradingform_rubric', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502162),
(594, 0, 'mlbackend_php', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502162),
(595, 0, 'mlbackend_php', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502162),
(596, 0, 'mlbackend_php', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502162),
(597, 0, 'mlbackend_python', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502163),
(598, 0, 'mlbackend_python', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502163),
(599, 0, 'mlbackend_python', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502163),
(600, 0, 'mnetservice_enrol', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502163),
(601, 0, 'mnetservice_enrol', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502163),
(602, 0, 'mnetservice_enrol', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502163),
(603, 0, 'webservice_rest', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502163),
(604, 0, 'webservice_rest', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502163),
(605, 0, 'webservice_rest', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502164),
(606, 0, 'webservice_soap', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502164),
(607, 0, 'webservice_soap', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502164),
(608, 0, 'webservice_soap', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502164),
(609, 0, 'webservice_xmlrpc', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502164),
(610, 0, 'webservice_xmlrpc', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502164),
(611, 0, 'webservice_xmlrpc', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502164),
(612, 0, 'repository_areafiles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502164),
(613, 0, 'repository_areafiles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502164),
(614, 0, 'repository_areafiles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502165),
(615, 0, 'repository_boxnet', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502165),
(616, 0, 'repository_boxnet', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502165),
(617, 0, 'repository_boxnet', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502166),
(618, 0, 'repository_contentbank', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502166),
(619, 0, 'repository_contentbank', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502166),
(620, 0, 'repository_contentbank', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502168),
(621, 0, 'repository_coursefiles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502168),
(622, 0, 'repository_coursefiles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502168),
(623, 0, 'repository_coursefiles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502169),
(624, 0, 'repository_dropbox', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502169),
(625, 0, 'repository_dropbox', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502169),
(626, 0, 'repository_dropbox', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502169),
(627, 0, 'repository_equella', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502169),
(628, 0, 'repository_equella', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502169),
(629, 0, 'repository_equella', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502170),
(630, 0, 'repository_filesystem', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502170),
(631, 0, 'repository_filesystem', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502170),
(632, 0, 'repository_filesystem', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502170),
(633, 0, 'repository_flickr', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502170),
(634, 0, 'repository_flickr', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502170),
(635, 0, 'repository_flickr', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502171),
(636, 0, 'repository_flickr_public', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502171),
(637, 0, 'repository_flickr_public', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502171),
(638, 0, 'repository_flickr_public', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502171),
(639, 0, 'repository_googledocs', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502171),
(640, 0, 'repository_googledocs', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502171),
(641, 0, 'repository_googledocs', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502172),
(642, 0, 'repository_local', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502172),
(643, 0, 'repository_local', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502172),
(644, 0, 'repository_local', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502173),
(645, 0, 'repository_merlot', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502173),
(646, 0, 'repository_merlot', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502173),
(647, 0, 'repository_merlot', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502173),
(648, 0, 'repository_nextcloud', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502173),
(649, 0, 'repository_nextcloud', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502173),
(650, 0, 'repository_nextcloud', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502173),
(651, 0, 'repository_onedrive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502173),
(652, 0, 'repository_onedrive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502174),
(653, 0, 'repository_onedrive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502174),
(654, 0, 'repository_picasa', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502174),
(655, 0, 'repository_picasa', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502174),
(656, 0, 'repository_picasa', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502174),
(657, 0, 'repository_recent', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502174),
(658, 0, 'repository_recent', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502174),
(659, 0, 'repository_recent', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502175),
(660, 0, 'repository_s3', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502175),
(661, 0, 'repository_s3', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502175),
(662, 0, 'repository_s3', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502176),
(663, 0, 'repository_skydrive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502176),
(664, 0, 'repository_skydrive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502176),
(665, 0, 'repository_skydrive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502176),
(666, 0, 'repository_upload', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502176),
(667, 0, 'repository_upload', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502176),
(668, 0, 'repository_upload', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502177),
(669, 0, 'repository_url', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502177),
(670, 0, 'repository_url', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502177),
(671, 0, 'repository_url', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502177),
(672, 0, 'repository_user', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502177),
(673, 0, 'repository_user', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502177),
(674, 0, 'repository_user', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502178),
(675, 0, 'repository_webdav', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502178),
(676, 0, 'repository_webdav', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502178),
(677, 0, 'repository_webdav', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502179),
(678, 0, 'repository_wikimedia', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502179),
(679, 0, 'repository_wikimedia', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502179),
(680, 0, 'repository_wikimedia', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502180),
(681, 0, 'repository_youtube', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502180),
(682, 0, 'repository_youtube', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502180),
(683, 0, 'repository_youtube', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502180),
(684, 0, 'portfolio_boxnet', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502180),
(685, 0, 'portfolio_boxnet', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502180),
(686, 0, 'portfolio_boxnet', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502181),
(687, 0, 'portfolio_download', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502181),
(688, 0, 'portfolio_download', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502181),
(689, 0, 'portfolio_download', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502181),
(690, 0, 'portfolio_flickr', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502181),
(691, 0, 'portfolio_flickr', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502181),
(692, 0, 'portfolio_flickr', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502181),
(693, 0, 'portfolio_googledocs', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502181),
(694, 0, 'portfolio_googledocs', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502181),
(695, 0, 'portfolio_googledocs', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502182),
(696, 0, 'portfolio_mahara', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502182),
(697, 0, 'portfolio_mahara', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502182),
(698, 0, 'portfolio_mahara', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502182),
(699, 0, 'portfolio_picasa', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502182),
(700, 0, 'portfolio_picasa', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502182),
(701, 0, 'portfolio_picasa', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502183),
(702, 0, 'search_simpledb', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502183),
(703, 0, 'search_simpledb', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502183),
(704, 0, 'search_simpledb', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502183),
(705, 0, 'search_solr', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502183),
(706, 0, 'search_solr', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502183),
(707, 0, 'search_solr', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502184),
(708, 0, 'qbehaviour_adaptive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502184),
(709, 0, 'qbehaviour_adaptive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502184),
(710, 0, 'qbehaviour_adaptive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502184),
(711, 0, 'qbehaviour_adaptivenopenalty', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502184),
(712, 0, 'qbehaviour_adaptivenopenalty', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502184),
(713, 0, 'qbehaviour_adaptivenopenalty', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502184),
(714, 0, 'qbehaviour_deferredcbm', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502184),
(715, 0, 'qbehaviour_deferredcbm', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502184),
(716, 0, 'qbehaviour_deferredcbm', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502184),
(717, 0, 'qbehaviour_deferredfeedback', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502184),
(718, 0, 'qbehaviour_deferredfeedback', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502185),
(719, 0, 'qbehaviour_deferredfeedback', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502185),
(720, 0, 'qbehaviour_immediatecbm', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502185),
(721, 0, 'qbehaviour_immediatecbm', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502185),
(722, 0, 'qbehaviour_immediatecbm', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502185),
(723, 0, 'qbehaviour_immediatefeedback', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502185),
(724, 0, 'qbehaviour_immediatefeedback', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502185),
(725, 0, 'qbehaviour_immediatefeedback', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502185),
(726, 0, 'qbehaviour_informationitem', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502185),
(727, 0, 'qbehaviour_informationitem', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502185),
(728, 0, 'qbehaviour_informationitem', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502186),
(729, 0, 'qbehaviour_interactive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502186),
(730, 0, 'qbehaviour_interactive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502186),
(731, 0, 'qbehaviour_interactive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502186),
(732, 0, 'qbehaviour_interactivecountback', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502186),
(733, 0, 'qbehaviour_interactivecountback', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502186),
(734, 0, 'qbehaviour_interactivecountback', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502186),
(735, 0, 'qbehaviour_manualgraded', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502186),
(736, 0, 'qbehaviour_manualgraded', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502186),
(737, 0, 'qbehaviour_manualgraded', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502187),
(738, 0, 'qbehaviour_missing', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502187),
(739, 0, 'qbehaviour_missing', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502187),
(740, 0, 'qbehaviour_missing', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502187),
(741, 0, 'qformat_aiken', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502187),
(742, 0, 'qformat_aiken', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502187),
(743, 0, 'qformat_aiken', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502187),
(744, 0, 'qformat_blackboard_six', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502187),
(745, 0, 'qformat_blackboard_six', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502187),
(746, 0, 'qformat_blackboard_six', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502187),
(747, 0, 'qformat_examview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502187),
(748, 0, 'qformat_examview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502188),
(749, 0, 'qformat_examview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502188),
(750, 0, 'qformat_gift', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502188),
(751, 0, 'qformat_gift', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502188),
(752, 0, 'qformat_gift', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502188),
(753, 0, 'qformat_missingword', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502188),
(754, 0, 'qformat_missingword', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502188),
(755, 0, 'qformat_missingword', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502188),
(756, 0, 'qformat_multianswer', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502188),
(757, 0, 'qformat_multianswer', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502188),
(758, 0, 'qformat_multianswer', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502189),
(759, 0, 'qformat_webct', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502189),
(760, 0, 'qformat_webct', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502189),
(761, 0, 'qformat_webct', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502189),
(762, 0, 'qformat_xhtml', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502189),
(763, 0, 'qformat_xhtml', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502189),
(764, 0, 'qformat_xhtml', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502189),
(765, 0, 'qformat_xml', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502189),
(766, 0, 'qformat_xml', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502189),
(767, 0, 'qformat_xml', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502189),
(768, 0, 'tool_analytics', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502190),
(769, 0, 'tool_analytics', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502190),
(770, 0, 'tool_analytics', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502190),
(771, 0, 'tool_availabilityconditions', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502190),
(772, 0, 'tool_availabilityconditions', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502190),
(773, 0, 'tool_availabilityconditions', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502190),
(774, 0, 'tool_behat', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502190),
(775, 0, 'tool_behat', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502190),
(776, 0, 'tool_behat', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502190),
(777, 0, 'tool_capability', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502190),
(778, 0, 'tool_capability', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502190),
(779, 0, 'tool_capability', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502191),
(780, 0, 'tool_cohortroles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502191),
(781, 0, 'tool_cohortroles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502191),
(782, 0, 'tool_cohortroles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502191),
(783, 0, 'tool_customlang', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502191),
(784, 0, 'tool_customlang', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502191),
(785, 0, 'tool_customlang', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502192),
(786, 0, 'tool_dataprivacy', NULL, '2020061501', 'Starting plugin installation', NULL, '', 0, 1643502192),
(787, 0, 'tool_dataprivacy', '2020061501', '2020061501', 'Upgrade savepoint reached', NULL, '', 0, 1643502192),
(788, 0, 'tool_dataprivacy', '2020061501', '2020061501', 'Plugin installed', NULL, '', 0, 1643502194),
(789, 0, 'tool_dbtransfer', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502194),
(790, 0, 'tool_dbtransfer', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502194),
(791, 0, 'tool_dbtransfer', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502194),
(792, 0, 'tool_filetypes', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502194),
(793, 0, 'tool_filetypes', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502194),
(794, 0, 'tool_filetypes', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502195),
(795, 0, 'tool_generator', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502195),
(796, 0, 'tool_generator', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502195),
(797, 0, 'tool_generator', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502195),
(798, 0, 'tool_health', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502195),
(799, 0, 'tool_health', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502195),
(800, 0, 'tool_health', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502195),
(801, 0, 'tool_httpsreplace', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502195),
(802, 0, 'tool_httpsreplace', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502195),
(803, 0, 'tool_httpsreplace', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502195),
(804, 0, 'tool_innodb', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502195),
(805, 0, 'tool_innodb', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502196),
(806, 0, 'tool_innodb', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502196),
(807, 0, 'tool_installaddon', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502196),
(808, 0, 'tool_installaddon', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502196),
(809, 0, 'tool_installaddon', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502196),
(810, 0, 'tool_langimport', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502196),
(811, 0, 'tool_langimport', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502196),
(812, 0, 'tool_langimport', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502196),
(813, 0, 'tool_licensemanager', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502196),
(814, 0, 'tool_licensemanager', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502196),
(815, 0, 'tool_licensemanager', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502197),
(816, 0, 'tool_log', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502197),
(817, 0, 'tool_log', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502197),
(818, 0, 'tool_log', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502197),
(819, 0, 'tool_lp', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502197),
(820, 0, 'tool_lp', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502197),
(821, 0, 'tool_lp', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502198),
(822, 0, 'tool_lpimportcsv', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502198),
(823, 0, 'tool_lpimportcsv', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502198),
(824, 0, 'tool_lpimportcsv', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502198),
(825, 0, 'tool_lpmigrate', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502198),
(826, 0, 'tool_lpmigrate', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502198),
(827, 0, 'tool_lpmigrate', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502198),
(828, 0, 'tool_messageinbound', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502198),
(829, 0, 'tool_messageinbound', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502198),
(830, 0, 'tool_messageinbound', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502199),
(831, 0, 'tool_mobile', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502199),
(832, 0, 'tool_mobile', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502199),
(833, 0, 'tool_mobile', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502200),
(834, 0, 'tool_monitor', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502200),
(835, 0, 'tool_monitor', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502200),
(836, 0, 'tool_monitor', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502201),
(837, 0, 'tool_moodlenet', NULL, '2020061503', 'Starting plugin installation', NULL, '', 0, 1643502202),
(838, 0, 'tool_moodlenet', '2020061503', '2020061503', 'Upgrade savepoint reached', NULL, '', 0, 1643502202),
(839, 0, 'tool_moodlenet', '2020061503', '2020061503', 'Plugin installed', NULL, '', 0, 1643502202),
(840, 0, 'tool_multilangupgrade', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502202),
(841, 0, 'tool_multilangupgrade', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502202),
(842, 0, 'tool_multilangupgrade', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502202),
(843, 0, 'tool_oauth2', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502202),
(844, 0, 'tool_oauth2', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502202),
(845, 0, 'tool_oauth2', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502203),
(846, 0, 'tool_phpunit', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502203),
(847, 0, 'tool_phpunit', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502203),
(848, 0, 'tool_phpunit', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502203),
(849, 0, 'tool_policy', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502203),
(850, 0, 'tool_policy', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502203),
(851, 0, 'tool_policy', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502204),
(852, 0, 'tool_profiling', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502204),
(853, 0, 'tool_profiling', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502204),
(854, 0, 'tool_profiling', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502204),
(855, 0, 'tool_recyclebin', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502204),
(856, 0, 'tool_recyclebin', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502205),
(857, 0, 'tool_recyclebin', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502206),
(858, 0, 'tool_replace', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502206),
(859, 0, 'tool_replace', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502206),
(860, 0, 'tool_replace', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502206),
(861, 0, 'tool_spamcleaner', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502206),
(862, 0, 'tool_spamcleaner', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502206),
(863, 0, 'tool_spamcleaner', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502206),
(864, 0, 'tool_task', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502206),
(865, 0, 'tool_task', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502206),
(866, 0, 'tool_task', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502207),
(867, 0, 'tool_templatelibrary', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502207),
(868, 0, 'tool_templatelibrary', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502207),
(869, 0, 'tool_templatelibrary', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502207),
(870, 0, 'tool_unsuproles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502207),
(871, 0, 'tool_unsuproles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502207),
(872, 0, 'tool_unsuproles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502207),
(873, 0, 'tool_uploadcourse', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502207),
(874, 0, 'tool_uploadcourse', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502207),
(875, 0, 'tool_uploadcourse', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502207),
(876, 0, 'tool_uploaduser', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502208),
(877, 0, 'tool_uploaduser', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502208),
(878, 0, 'tool_uploaduser', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502208),
(879, 0, 'tool_usertours', NULL, '2020061502', 'Starting plugin installation', NULL, '', 0, 1643502208),
(880, 0, 'tool_usertours', '2020061502', '2020061502', 'Upgrade savepoint reached', NULL, '', 0, 1643502208),
(881, 0, 'tool_usertours', '2020061502', '2020061502', 'Plugin installed', NULL, '', 0, 1643502209),
(882, 0, 'tool_xmldb', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502209),
(883, 0, 'tool_xmldb', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502209),
(884, 0, 'tool_xmldb', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502209),
(885, 0, 'cachestore_apcu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502209),
(886, 0, 'cachestore_apcu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502209),
(887, 0, 'cachestore_apcu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502209),
(888, 0, 'cachestore_file', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502209),
(889, 0, 'cachestore_file', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502209),
(890, 0, 'cachestore_file', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502210),
(891, 0, 'cachestore_memcached', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502210),
(892, 0, 'cachestore_memcached', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502210),
(893, 0, 'cachestore_memcached', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502210),
(894, 0, 'cachestore_mongodb', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502210),
(895, 0, 'cachestore_mongodb', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502210),
(896, 0, 'cachestore_mongodb', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502210),
(897, 0, 'cachestore_redis', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502210),
(898, 0, 'cachestore_redis', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502210),
(899, 0, 'cachestore_redis', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502211),
(900, 0, 'cachestore_session', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502211),
(901, 0, 'cachestore_session', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502211),
(902, 0, 'cachestore_session', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502211),
(903, 0, 'cachestore_static', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502211),
(904, 0, 'cachestore_static', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502211),
(905, 0, 'cachestore_static', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502211),
(906, 0, 'cachelock_file', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502212),
(907, 0, 'cachelock_file', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502212),
(908, 0, 'cachelock_file', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502212),
(909, 0, 'fileconverter_googledrive', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502212),
(910, 0, 'fileconverter_googledrive', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502212),
(911, 0, 'fileconverter_googledrive', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502212),
(912, 0, 'fileconverter_unoconv', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502212),
(913, 0, 'fileconverter_unoconv', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502212),
(914, 0, 'fileconverter_unoconv', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502213),
(915, 0, 'contenttype_h5p', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502213),
(916, 0, 'contenttype_h5p', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502213),
(917, 0, 'contenttype_h5p', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502214),
(918, 0, 'theme_boost', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502214),
(919, 0, 'theme_boost', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502214),
(920, 0, 'theme_boost', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502214),
(921, 0, 'theme_classic', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502214),
(922, 0, 'theme_classic', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502214),
(923, 0, 'theme_classic', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502215),
(924, 0, 'h5plib_v124', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502215),
(925, 0, 'h5plib_v124', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502215),
(926, 0, 'h5plib_v124', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502215),
(927, 0, 'assignsubmission_comments', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502215),
(928, 0, 'assignsubmission_comments', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502215),
(929, 0, 'assignsubmission_comments', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502215),
(930, 0, 'assignsubmission_file', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502216),
(931, 0, 'assignsubmission_file', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502216),
(932, 0, 'assignsubmission_file', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502216),
(933, 0, 'assignsubmission_onlinetext', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502216),
(934, 0, 'assignsubmission_onlinetext', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502216),
(935, 0, 'assignsubmission_onlinetext', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502217),
(936, 0, 'assignfeedback_comments', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502217),
(937, 0, 'assignfeedback_comments', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502217),
(938, 0, 'assignfeedback_comments', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502217),
(939, 0, 'assignfeedback_editpdf', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502217),
(940, 0, 'assignfeedback_editpdf', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502217),
(941, 0, 'assignfeedback_editpdf', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502218),
(942, 0, 'assignfeedback_file', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502218),
(943, 0, 'assignfeedback_file', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502218),
(944, 0, 'assignfeedback_file', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502218),
(945, 0, 'assignfeedback_offline', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502218),
(946, 0, 'assignfeedback_offline', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502218),
(947, 0, 'assignfeedback_offline', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502219),
(948, 0, 'assignment_offline', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502219);
INSERT INTO `mdl_upgrade_log` (`id`, `type`, `plugin`, `version`, `targetversion`, `info`, `details`, `backtrace`, `userid`, `timemodified`) VALUES
(949, 0, 'assignment_offline', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502219),
(950, 0, 'assignment_offline', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502219),
(951, 0, 'assignment_online', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502219),
(952, 0, 'assignment_online', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502219),
(953, 0, 'assignment_online', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502219),
(954, 0, 'assignment_upload', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502219),
(955, 0, 'assignment_upload', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502219),
(956, 0, 'assignment_upload', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502220),
(957, 0, 'assignment_uploadsingle', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502220),
(958, 0, 'assignment_uploadsingle', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502220),
(959, 0, 'assignment_uploadsingle', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502220),
(960, 0, 'booktool_exportimscp', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502220),
(961, 0, 'booktool_exportimscp', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502220),
(962, 0, 'booktool_exportimscp', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502220),
(963, 0, 'booktool_importhtml', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502220),
(964, 0, 'booktool_importhtml', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502220),
(965, 0, 'booktool_importhtml', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502221),
(966, 0, 'booktool_print', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502221),
(967, 0, 'booktool_print', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502221),
(968, 0, 'booktool_print', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502222),
(969, 0, 'datafield_checkbox', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502222),
(970, 0, 'datafield_checkbox', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502222),
(971, 0, 'datafield_checkbox', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502222),
(972, 0, 'datafield_date', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502222),
(973, 0, 'datafield_date', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502222),
(974, 0, 'datafield_date', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502222),
(975, 0, 'datafield_file', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502222),
(976, 0, 'datafield_file', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502222),
(977, 0, 'datafield_file', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502222),
(978, 0, 'datafield_latlong', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502223),
(979, 0, 'datafield_latlong', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502223),
(980, 0, 'datafield_latlong', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502223),
(981, 0, 'datafield_menu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502223),
(982, 0, 'datafield_menu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502223),
(983, 0, 'datafield_menu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502223),
(984, 0, 'datafield_multimenu', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502223),
(985, 0, 'datafield_multimenu', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502223),
(986, 0, 'datafield_multimenu', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502223),
(987, 0, 'datafield_number', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502223),
(988, 0, 'datafield_number', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502223),
(989, 0, 'datafield_number', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502224),
(990, 0, 'datafield_picture', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502224),
(991, 0, 'datafield_picture', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502224),
(992, 0, 'datafield_picture', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502224),
(993, 0, 'datafield_radiobutton', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502224),
(994, 0, 'datafield_radiobutton', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502224),
(995, 0, 'datafield_radiobutton', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502224),
(996, 0, 'datafield_text', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502224),
(997, 0, 'datafield_text', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502224),
(998, 0, 'datafield_text', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502224),
(999, 0, 'datafield_textarea', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502225),
(1000, 0, 'datafield_textarea', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502225),
(1001, 0, 'datafield_textarea', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502225),
(1002, 0, 'datafield_url', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502225),
(1003, 0, 'datafield_url', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502225),
(1004, 0, 'datafield_url', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502225),
(1005, 0, 'datapreset_imagegallery', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502225),
(1006, 0, 'datapreset_imagegallery', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502225),
(1007, 0, 'datapreset_imagegallery', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502225),
(1008, 0, 'forumreport_summary', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502225),
(1009, 0, 'forumreport_summary', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502225),
(1010, 0, 'forumreport_summary', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502226),
(1011, 0, 'ltiservice_basicoutcomes', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502226),
(1012, 0, 'ltiservice_basicoutcomes', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502226),
(1013, 0, 'ltiservice_basicoutcomes', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502226),
(1014, 0, 'ltiservice_gradebookservices', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502227),
(1015, 0, 'ltiservice_gradebookservices', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502227),
(1016, 0, 'ltiservice_gradebookservices', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502227),
(1017, 0, 'ltiservice_memberships', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502227),
(1018, 0, 'ltiservice_memberships', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502227),
(1019, 0, 'ltiservice_memberships', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502227),
(1020, 0, 'ltiservice_profile', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502227),
(1021, 0, 'ltiservice_profile', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502227),
(1022, 0, 'ltiservice_profile', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502228),
(1023, 0, 'ltiservice_toolproxy', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502228),
(1024, 0, 'ltiservice_toolproxy', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502228),
(1025, 0, 'ltiservice_toolproxy', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502228),
(1026, 0, 'ltiservice_toolsettings', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502228),
(1027, 0, 'ltiservice_toolsettings', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502228),
(1028, 0, 'ltiservice_toolsettings', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502228),
(1029, 0, 'quiz_grading', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502228),
(1030, 0, 'quiz_grading', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502228),
(1031, 0, 'quiz_grading', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502229),
(1032, 0, 'quiz_overview', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502229),
(1033, 0, 'quiz_overview', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502229),
(1034, 0, 'quiz_overview', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502230),
(1035, 0, 'quiz_responses', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502230),
(1036, 0, 'quiz_responses', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502230),
(1037, 0, 'quiz_responses', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502230),
(1038, 0, 'quiz_statistics', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502230),
(1039, 0, 'quiz_statistics', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502230),
(1040, 0, 'quiz_statistics', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502231),
(1041, 0, 'quizaccess_delaybetweenattempts', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502231),
(1042, 0, 'quizaccess_delaybetweenattempts', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502231),
(1043, 0, 'quizaccess_delaybetweenattempts', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502231),
(1044, 0, 'quizaccess_ipaddress', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502231),
(1045, 0, 'quizaccess_ipaddress', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502231),
(1046, 0, 'quizaccess_ipaddress', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502231),
(1047, 0, 'quizaccess_numattempts', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502231),
(1048, 0, 'quizaccess_numattempts', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502232),
(1049, 0, 'quizaccess_numattempts', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502232),
(1050, 0, 'quizaccess_offlineattempts', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502232),
(1051, 0, 'quizaccess_offlineattempts', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502232),
(1052, 0, 'quizaccess_offlineattempts', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502232),
(1053, 0, 'quizaccess_openclosedate', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502232),
(1054, 0, 'quizaccess_openclosedate', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502232),
(1055, 0, 'quizaccess_openclosedate', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502232),
(1056, 0, 'quizaccess_password', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502232),
(1057, 0, 'quizaccess_password', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502232),
(1058, 0, 'quizaccess_password', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502233),
(1059, 0, 'quizaccess_seb', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502233),
(1060, 0, 'quizaccess_seb', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502233),
(1061, 0, 'quizaccess_seb', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502239),
(1062, 0, 'quizaccess_securewindow', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502239),
(1063, 0, 'quizaccess_securewindow', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502239),
(1064, 0, 'quizaccess_securewindow', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502240),
(1065, 0, 'quizaccess_timelimit', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502240),
(1066, 0, 'quizaccess_timelimit', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502240),
(1067, 0, 'quizaccess_timelimit', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502240),
(1068, 0, 'scormreport_basic', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502240),
(1069, 0, 'scormreport_basic', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502240),
(1070, 0, 'scormreport_basic', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502240),
(1071, 0, 'scormreport_graphs', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502240),
(1072, 0, 'scormreport_graphs', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502240),
(1073, 0, 'scormreport_graphs', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502241),
(1074, 0, 'scormreport_interactions', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502241),
(1075, 0, 'scormreport_interactions', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502241),
(1076, 0, 'scormreport_interactions', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502241),
(1077, 0, 'scormreport_objectives', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502241),
(1078, 0, 'scormreport_objectives', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502241),
(1079, 0, 'scormreport_objectives', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502241),
(1080, 0, 'workshopform_accumulative', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502241),
(1081, 0, 'workshopform_accumulative', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502242),
(1082, 0, 'workshopform_accumulative', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502242),
(1083, 0, 'workshopform_comments', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502242),
(1084, 0, 'workshopform_comments', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502242),
(1085, 0, 'workshopform_comments', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502242),
(1086, 0, 'workshopform_numerrors', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502242),
(1087, 0, 'workshopform_numerrors', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502243),
(1088, 0, 'workshopform_numerrors', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502243),
(1089, 0, 'workshopform_rubric', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502243),
(1090, 0, 'workshopform_rubric', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502243),
(1091, 0, 'workshopform_rubric', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502243),
(1092, 0, 'workshopallocation_manual', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502243),
(1093, 0, 'workshopallocation_manual', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502243),
(1094, 0, 'workshopallocation_manual', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502244),
(1095, 0, 'workshopallocation_random', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502244),
(1096, 0, 'workshopallocation_random', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502244),
(1097, 0, 'workshopallocation_random', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502244),
(1098, 0, 'workshopallocation_scheduled', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502244),
(1099, 0, 'workshopallocation_scheduled', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502244),
(1100, 0, 'workshopallocation_scheduled', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502245),
(1101, 0, 'workshopeval_best', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502245),
(1102, 0, 'workshopeval_best', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502245),
(1103, 0, 'workshopeval_best', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502245),
(1104, 0, 'atto_accessibilitychecker', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502245),
(1105, 0, 'atto_accessibilitychecker', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502245),
(1106, 0, 'atto_accessibilitychecker', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502245),
(1107, 0, 'atto_accessibilityhelper', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502245),
(1108, 0, 'atto_accessibilityhelper', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502245),
(1109, 0, 'atto_accessibilityhelper', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502246),
(1110, 0, 'atto_align', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502246),
(1111, 0, 'atto_align', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502246),
(1112, 0, 'atto_align', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502246),
(1113, 0, 'atto_backcolor', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502246),
(1114, 0, 'atto_backcolor', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502246),
(1115, 0, 'atto_backcolor', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502246),
(1116, 0, 'atto_bold', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502246),
(1117, 0, 'atto_bold', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502247),
(1118, 0, 'atto_bold', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502247),
(1119, 0, 'atto_charmap', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502247),
(1120, 0, 'atto_charmap', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502247),
(1121, 0, 'atto_charmap', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502247),
(1122, 0, 'atto_clear', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502247),
(1123, 0, 'atto_clear', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502247),
(1124, 0, 'atto_clear', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502248),
(1125, 0, 'atto_collapse', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502248),
(1126, 0, 'atto_collapse', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502248),
(1127, 0, 'atto_collapse', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502248),
(1128, 0, 'atto_emojipicker', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502248),
(1129, 0, 'atto_emojipicker', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502248),
(1130, 0, 'atto_emojipicker', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502248),
(1131, 0, 'atto_emoticon', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502248),
(1132, 0, 'atto_emoticon', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502249),
(1133, 0, 'atto_emoticon', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502249),
(1134, 0, 'atto_equation', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502249),
(1135, 0, 'atto_equation', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502249),
(1136, 0, 'atto_equation', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502249),
(1137, 0, 'atto_fontcolor', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502249),
(1138, 0, 'atto_fontcolor', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502249),
(1139, 0, 'atto_fontcolor', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502250),
(1140, 0, 'atto_h5p', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502250),
(1141, 0, 'atto_h5p', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502250),
(1142, 0, 'atto_h5p', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502250),
(1143, 0, 'atto_html', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502250),
(1144, 0, 'atto_html', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502250),
(1145, 0, 'atto_html', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502250),
(1146, 0, 'atto_image', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502250),
(1147, 0, 'atto_image', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502250),
(1148, 0, 'atto_image', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502251),
(1149, 0, 'atto_indent', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502251),
(1150, 0, 'atto_indent', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502251),
(1151, 0, 'atto_indent', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502251),
(1152, 0, 'atto_italic', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502251),
(1153, 0, 'atto_italic', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502251),
(1154, 0, 'atto_italic', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502251),
(1155, 0, 'atto_link', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502251),
(1156, 0, 'atto_link', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502251),
(1157, 0, 'atto_link', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502252),
(1158, 0, 'atto_managefiles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502252),
(1159, 0, 'atto_managefiles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502252),
(1160, 0, 'atto_managefiles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502252),
(1161, 0, 'atto_media', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502252),
(1162, 0, 'atto_media', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502252),
(1163, 0, 'atto_media', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502252),
(1164, 0, 'atto_noautolink', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502252),
(1165, 0, 'atto_noautolink', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502252),
(1166, 0, 'atto_noautolink', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502253),
(1167, 0, 'atto_orderedlist', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502253),
(1168, 0, 'atto_orderedlist', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502253),
(1169, 0, 'atto_orderedlist', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502253),
(1170, 0, 'atto_recordrtc', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502253),
(1171, 0, 'atto_recordrtc', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502253),
(1172, 0, 'atto_recordrtc', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502254),
(1173, 0, 'atto_rtl', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502254),
(1174, 0, 'atto_rtl', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502254),
(1175, 0, 'atto_rtl', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502254),
(1176, 0, 'atto_strike', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502254),
(1177, 0, 'atto_strike', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502254),
(1178, 0, 'atto_strike', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502254),
(1179, 0, 'atto_subscript', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502254),
(1180, 0, 'atto_subscript', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502254),
(1181, 0, 'atto_subscript', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502255),
(1182, 0, 'atto_superscript', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502255),
(1183, 0, 'atto_superscript', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502255),
(1184, 0, 'atto_superscript', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502255),
(1185, 0, 'atto_table', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502255),
(1186, 0, 'atto_table', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502255),
(1187, 0, 'atto_table', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502255),
(1188, 0, 'atto_title', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502255),
(1189, 0, 'atto_title', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502255),
(1190, 0, 'atto_title', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502256),
(1191, 0, 'atto_underline', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502256),
(1192, 0, 'atto_underline', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502256),
(1193, 0, 'atto_underline', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502256),
(1194, 0, 'atto_undo', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502256),
(1195, 0, 'atto_undo', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502256),
(1196, 0, 'atto_undo', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502256),
(1197, 0, 'atto_unorderedlist', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502256),
(1198, 0, 'atto_unorderedlist', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502256),
(1199, 0, 'atto_unorderedlist', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502257),
(1200, 0, 'tinymce_ctrlhelp', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502257),
(1201, 0, 'tinymce_ctrlhelp', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502257),
(1202, 0, 'tinymce_ctrlhelp', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502257),
(1203, 0, 'tinymce_managefiles', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502257),
(1204, 0, 'tinymce_managefiles', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502257),
(1205, 0, 'tinymce_managefiles', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502257),
(1206, 0, 'tinymce_moodleemoticon', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502257),
(1207, 0, 'tinymce_moodleemoticon', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502257),
(1208, 0, 'tinymce_moodleemoticon', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502258),
(1209, 0, 'tinymce_moodleimage', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502258),
(1210, 0, 'tinymce_moodleimage', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502258),
(1211, 0, 'tinymce_moodleimage', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502258),
(1212, 0, 'tinymce_moodlemedia', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502258),
(1213, 0, 'tinymce_moodlemedia', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502258),
(1214, 0, 'tinymce_moodlemedia', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502258),
(1215, 0, 'tinymce_moodlenolink', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502258),
(1216, 0, 'tinymce_moodlenolink', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502258),
(1217, 0, 'tinymce_moodlenolink', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502259),
(1218, 0, 'tinymce_pdw', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502259),
(1219, 0, 'tinymce_pdw', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502259),
(1220, 0, 'tinymce_pdw', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502259),
(1221, 0, 'tinymce_spellchecker', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502259),
(1222, 0, 'tinymce_spellchecker', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502259),
(1223, 0, 'tinymce_spellchecker', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502260),
(1224, 0, 'tinymce_wrap', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502260),
(1225, 0, 'tinymce_wrap', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502260),
(1226, 0, 'tinymce_wrap', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502260),
(1227, 0, 'logstore_database', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502260),
(1228, 0, 'logstore_database', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502260),
(1229, 0, 'logstore_database', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502260),
(1230, 0, 'logstore_legacy', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502260),
(1231, 0, 'logstore_legacy', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502260),
(1232, 0, 'logstore_legacy', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502261),
(1233, 0, 'logstore_standard', NULL, '2020061500', 'Starting plugin installation', NULL, '', 0, 1643502261),
(1234, 0, 'logstore_standard', '2020061500', '2020061500', 'Upgrade savepoint reached', NULL, '', 0, 1643502261),
(1235, 0, 'logstore_standard', '2020061500', '2020061500', 'Plugin installed', NULL, '', 0, 1643502261),
(1236, 0, 'theme_fordson', NULL, '2020061800', 'Starting plugin installation', NULL, '', 2, 1643502773),
(1237, 0, 'theme_fordson', '2020061800', '2020061800', 'Upgrade savepoint reached', NULL, '', 2, 1643502773),
(1238, 0, 'theme_fordson', '2020061800', '2020061800', 'Plugin installed', NULL, '', 2, 1643502774),
(1239, 0, 'mod_hvp', NULL, '2022012000', 'Starting plugin installation', NULL, '', 2, 1643502924),
(1240, 0, 'mod_hvp', '2022012000', '2022012000', 'Upgrade savepoint reached', NULL, '', 2, 1643502924),
(1241, 0, 'mod_hvp', '2022012000', '2022012000', 'Plugin installed', NULL, '', 2, 1643502934),
(1242, 0, 'qtype_geogebra', NULL, '2021062500', 'Starting plugin installation', NULL, '', 2, 1643503043),
(1243, 0, 'qtype_geogebra', '2021062500', '2021062500', 'Upgrade savepoint reached', NULL, '', 2, 1643503044),
(1244, 0, 'qtype_geogebra', '2021062500', '2021062500', 'Plugin installed', NULL, '', 2, 1643503044),
(1245, 0, 'mod_geogebra', NULL, '2021120700', 'Starting plugin installation', NULL, '', 2, 1643503218),
(1246, 0, 'mod_geogebra', '2021120700', '2021120700', 'Upgrade savepoint reached', NULL, '', 2, 1643503219),
(1247, 0, 'mod_geogebra', '2021120700', '2021120700', 'Plugin installed', NULL, '', 2, 1643503221),
(1248, 0, 'qtype_formulas', NULL, '2020061900', 'Starting plugin installation', NULL, '', 2, 1643503550),
(1249, 0, 'qtype_formulas', '2020061900', '2020061900', 'Upgrade savepoint reached', NULL, '', 2, 1643503550),
(1250, 0, 'qtype_formulas', '2020061900', '2020061900', 'Plugin installed', NULL, '', 2, 1643503551),
(1251, 0, 'qbehaviour_adaptivemultipart', NULL, '2020103000', 'Starting plugin installation', NULL, '', 2, 1643503555),
(1252, 0, 'qbehaviour_adaptivemultipart', '2020103000', '2020103000', 'Upgrade savepoint reached', NULL, '', 2, 1643503555),
(1253, 0, 'qbehaviour_adaptivemultipart', '2020103000', '2020103000', 'Plugin installed', NULL, '', 2, 1643503555),
(1254, 0, 'filter_jsxgraph', NULL, '2022012800', 'Starting plugin installation', NULL, '', 2, 1643541239),
(1255, 0, 'filter_jsxgraph', '2022012800', '2022012800', 'Upgrade savepoint reached', NULL, '', 2, 1643541239),
(1256, 0, 'filter_jsxgraph', '2022012800', '2022012800', 'Plugin installed', NULL, '', 2, 1643541240),
(1257, 0, 'format_topcoll', NULL, '2020071814', 'Starting plugin installation', NULL, '', 2, 1643541480),
(1258, 0, 'format_topcoll', '2020071814', '2020071814', 'Upgrade savepoint reached', NULL, '', 2, 1643541480),
(1259, 0, 'format_topcoll', '2020071814', '2020071814', 'Plugin installed', NULL, '', 2, 1643541483);

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

--
-- Structure de la table `mdl_url`
--

CREATE TABLE `mdl_url` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `externalurl` longtext NOT NULL,
  `display` smallint(4) NOT NULL DEFAULT 0,
  `displayoptions` longtext DEFAULT NULL,
  `parameters` longtext DEFAULT NULL,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='each record is one url resource' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_url`
--

INSERT INTO `mdl_url` (`id`, `course`, `name`, `intro`, `introformat`, `externalurl`, `display`, `displayoptions`, `parameters`, `timemodified`) VALUES
(1, 2, 'TRIANGLE RECTANGLE - TRIGONOMETRIE (rappels)', '<p dir=\"ltr\" style=\"text-align: left;\">Quelques rappels sur la trigonométrie appliquée sur le triangle rectangle <br></p>', 1, 'https://mes-classes.net/course/view.php?id=154#section-1', 0, 'a:1:{s:10:\"printintro\";i:1;}', 'a:0:{}', 1641145648);

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

--
-- Structure de la table `mdl_user`
--

CREATE TABLE `mdl_user` (
  `id` bigint(10) NOT NULL,
  `auth` varchar(20) NOT NULL DEFAULT 'manual',
  `confirmed` tinyint(1) NOT NULL DEFAULT 0,
  `policyagreed` tinyint(1) NOT NULL DEFAULT 0,
  `deleted` tinyint(1) NOT NULL DEFAULT 0,
  `suspended` tinyint(1) NOT NULL DEFAULT 0,
  `mnethostid` bigint(10) NOT NULL DEFAULT 0,
  `username` varchar(100) NOT NULL DEFAULT '',
  `password` varchar(255) NOT NULL DEFAULT '',
  `idnumber` varchar(255) NOT NULL DEFAULT '',
  `firstname` varchar(100) NOT NULL DEFAULT '',
  `lastname` varchar(100) NOT NULL DEFAULT '',
  `email` varchar(100) NOT NULL DEFAULT '',
  `emailstop` tinyint(1) NOT NULL DEFAULT 0,
  `icq` varchar(15) NOT NULL DEFAULT '',
  `skype` varchar(50) NOT NULL DEFAULT '',
  `yahoo` varchar(50) NOT NULL DEFAULT '',
  `aim` varchar(50) NOT NULL DEFAULT '',
  `msn` varchar(50) NOT NULL DEFAULT '',
  `phone1` varchar(20) NOT NULL DEFAULT '',
  `phone2` varchar(20) NOT NULL DEFAULT '',
  `institution` varchar(255) NOT NULL DEFAULT '',
  `department` varchar(255) NOT NULL DEFAULT '',
  `address` varchar(255) NOT NULL DEFAULT '',
  `city` varchar(120) NOT NULL DEFAULT '',
  `country` varchar(2) NOT NULL DEFAULT '',
  `lang` varchar(30) NOT NULL DEFAULT 'en',
  `calendartype` varchar(30) NOT NULL DEFAULT 'gregorian',
  `theme` varchar(50) NOT NULL DEFAULT '',
  `timezone` varchar(100) NOT NULL DEFAULT '99',
  `firstaccess` bigint(10) NOT NULL DEFAULT 0,
  `lastaccess` bigint(10) NOT NULL DEFAULT 0,
  `lastlogin` bigint(10) NOT NULL DEFAULT 0,
  `currentlogin` bigint(10) NOT NULL DEFAULT 0,
  `lastip` varchar(45) NOT NULL DEFAULT '',
  `secret` varchar(15) NOT NULL DEFAULT '',
  `picture` bigint(10) NOT NULL DEFAULT 0,
  `url` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 1,
  `mailformat` tinyint(1) NOT NULL DEFAULT 1,
  `maildigest` tinyint(1) NOT NULL DEFAULT 0,
  `maildisplay` tinyint(2) NOT NULL DEFAULT 2,
  `autosubscribe` tinyint(1) NOT NULL DEFAULT 1,
  `trackforums` tinyint(1) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `trustbitmask` bigint(10) NOT NULL DEFAULT 0,
  `imagealt` varchar(255) DEFAULT NULL,
  `lastnamephonetic` varchar(255) DEFAULT NULL,
  `firstnamephonetic` varchar(255) DEFAULT NULL,
  `middlename` varchar(255) DEFAULT NULL,
  `alternatename` varchar(255) DEFAULT NULL,
  `moodlenetprofile` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='One record for each person' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_user`
--

INSERT INTO `mdl_user` (`id`, `auth`, `confirmed`, `policyagreed`, `deleted`, `suspended`, `mnethostid`, `username`, `password`, `idnumber`, `firstname`, `lastname`, `email`, `emailstop`, `icq`, `skype`, `yahoo`, `aim`, `msn`, `phone1`, `phone2`, `institution`, `department`, `address`, `city`, `country`, `lang`, `calendartype`, `theme`, `timezone`, `firstaccess`, `lastaccess`, `lastlogin`, `currentlogin`, `lastip`, `secret`, `picture`, `url`, `description`, `descriptionformat`, `mailformat`, `maildigest`, `maildisplay`, `autosubscribe`, `trackforums`, `timecreated`, `timemodified`, `trustbitmask`, `imagealt`, `lastnamephonetic`, `firstnamephonetic`, `middlename`, `alternatename`, `moodlenetprofile`) VALUES
(1, 'manual', 1, 0, 0, 0, 1, 'guest', '$2y$10$0Hm/99IKcu2gP86UxzTzUOap1o3RWuKBsbKPoKYB2WnihaFXfYPHS', '', 'Visiteur anonyme', ' ', 'root@localhost', 0, '', '', '', '', '', '', '', '', '', '', '', '', 'fr', 'gregorian', '', '99', 0, 0, 0, 0, '', '', 0, '', 'Cet utilisateur spécial a accès en lecture seule à certains cours.', 1, 1, 0, 2, 1, 0, 0, 1643501892, 0, NULL, NULL, NULL, NULL, NULL, NULL),
(2, 'manual', 1, 0, 0, 0, 1, 'spradmin', '$2y$10$0YIKP.9vIa45vVu/BcnAeeatd6KH3rbS17oQVYrO6QBAptG1KFIWS', '', 'Mohamed', 'HILMI', 'mimlih30@gmail.com', 0, '', '', '', '', '', '', '', '', '', '', '', 'FR', 'fr', 'gregorian', '', 'Europe/Paris', 1643502395, 1643541560, 1643502395, 1643540222, '127.0.0.1', '', 0, '', '', 1, 1, 0, 1, 1, 0, 0, 1643502562, 0, NULL, '', '', '', '', '');

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

--
-- Structure de la table `mdl_user_devices`
--

CREATE TABLE `mdl_user_devices` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `appid` varchar(128) NOT NULL DEFAULT '',
  `name` varchar(32) NOT NULL DEFAULT '',
  `model` varchar(32) NOT NULL DEFAULT '',
  `platform` varchar(32) NOT NULL DEFAULT '',
  `version` varchar(32) NOT NULL DEFAULT '',
  `pushid` varchar(255) NOT NULL DEFAULT '',
  `uuid` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table stores user''s mobile devices information in order' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_enrolments`
--

CREATE TABLE `mdl_user_enrolments` (
  `id` bigint(10) NOT NULL,
  `status` bigint(10) NOT NULL DEFAULT 0,
  `enrolid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timestart` bigint(10) NOT NULL DEFAULT 0,
  `timeend` bigint(10) NOT NULL DEFAULT 2147483647,
  `modifierid` bigint(10) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Users participating in courses (aka enrolled users) - everyb' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_info_category`
--

CREATE TABLE `mdl_user_info_category` (
  `id` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `sortorder` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Customisable fields categories' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_info_data`
--

CREATE TABLE `mdl_user_info_data` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `fieldid` bigint(10) NOT NULL DEFAULT 0,
  `data` longtext NOT NULL,
  `dataformat` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Data for the customisable user fields' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_info_field`
--

CREATE TABLE `mdl_user_info_field` (
  `id` bigint(10) NOT NULL,
  `shortname` varchar(255) NOT NULL DEFAULT 'shortname',
  `name` longtext NOT NULL,
  `datatype` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  `descriptionformat` tinyint(2) NOT NULL DEFAULT 0,
  `categoryid` bigint(10) NOT NULL DEFAULT 0,
  `sortorder` bigint(10) NOT NULL DEFAULT 0,
  `required` tinyint(2) NOT NULL DEFAULT 0,
  `locked` tinyint(2) NOT NULL DEFAULT 0,
  `visible` smallint(4) NOT NULL DEFAULT 0,
  `forceunique` tinyint(2) NOT NULL DEFAULT 0,
  `signup` tinyint(2) NOT NULL DEFAULT 0,
  `defaultdata` longtext DEFAULT NULL,
  `defaultdataformat` tinyint(2) NOT NULL DEFAULT 0,
  `param1` longtext DEFAULT NULL,
  `param2` longtext DEFAULT NULL,
  `param3` longtext DEFAULT NULL,
  `param4` longtext DEFAULT NULL,
  `param5` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Customisable user profile fields' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_lastaccess`
--

CREATE TABLE `mdl_user_lastaccess` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `courseid` bigint(10) NOT NULL DEFAULT 0,
  `timeaccess` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='To keep track of course page access times, used in online pa' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_user_lastaccess`
--

INSERT INTO `mdl_user_lastaccess` (`id`, `userid`, `courseid`, `timeaccess`) VALUES
(1, 2, 2, 1643540978);

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

--
-- Structure de la table `mdl_user_password_history`
--

CREATE TABLE `mdl_user_password_history` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `hash` varchar(255) NOT NULL DEFAULT '',
  `timecreated` bigint(10) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='A rotating log of hashes of previously used passwords for ea' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_password_resets`
--

CREATE TABLE `mdl_user_password_resets` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `timerequested` bigint(10) NOT NULL,
  `timererequested` bigint(10) NOT NULL DEFAULT 0,
  `token` varchar(32) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='table tracking password reset confirmation tokens' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_user_preferences`
--

CREATE TABLE `mdl_user_preferences` (
  `id` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT '',
  `value` varchar(1333) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Allows modules to store arbitrary user preferences' ROW_FORMAT=COMPRESSED;

--
-- Déchargement des données de la table `mdl_user_preferences`
--

INSERT INTO `mdl_user_preferences` (`id`, `userid`, `name`, `value`) VALUES
(1, 2, 'core_message_migrate_data', '1'),
(2, 2, 'auth_manual_passwordupdatetime', '1643502562'),
(3, 2, 'email_bounce_count', '1'),
(4, 2, 'email_send_count', '1'),
(5, 2, 'drawer-open-nav', 'false');

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

--
-- Structure de la table `mdl_user_private_key`
--

CREATE TABLE `mdl_user_private_key` (
  `id` bigint(10) NOT NULL,
  `script` varchar(128) NOT NULL DEFAULT '',
  `value` varchar(128) NOT NULL DEFAULT '',
  `userid` bigint(10) NOT NULL,
  `instance` bigint(10) DEFAULT NULL,
  `iprestriction` varchar(255) DEFAULT NULL,
  `validuntil` bigint(10) DEFAULT NULL,
  `timecreated` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='access keys used in cookieless scripts - rss, etc.' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki`
--

CREATE TABLE `mdl_wiki` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL DEFAULT 0,
  `name` varchar(255) NOT NULL DEFAULT 'Wiki',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(4) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `firstpagetitle` varchar(255) NOT NULL DEFAULT 'First Page',
  `wikimode` varchar(20) NOT NULL DEFAULT 'collaborative',
  `defaultformat` varchar(20) NOT NULL DEFAULT 'creole',
  `forceformat` tinyint(1) NOT NULL DEFAULT 1,
  `editbegin` bigint(10) NOT NULL DEFAULT 0,
  `editend` bigint(10) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores Wiki activity configuration' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_links`
--

CREATE TABLE `mdl_wiki_links` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `frompageid` bigint(10) NOT NULL DEFAULT 0,
  `topageid` bigint(10) NOT NULL DEFAULT 0,
  `tomissingpage` varchar(255) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Page wiki links' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_locks`
--

CREATE TABLE `mdl_wiki_locks` (
  `id` bigint(10) NOT NULL,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `sectionname` varchar(255) DEFAULT NULL,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `lockedat` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Manages page locks' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_pages`
--

CREATE TABLE `mdl_wiki_pages` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `title` varchar(255) NOT NULL DEFAULT 'title',
  `cachedcontent` longtext NOT NULL,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL DEFAULT 0,
  `timerendered` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0,
  `pageviews` bigint(10) NOT NULL DEFAULT 0,
  `readonly` tinyint(1) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores wiki pages' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_subwikis`
--

CREATE TABLE `mdl_wiki_subwikis` (
  `id` bigint(10) NOT NULL,
  `wikiid` bigint(10) NOT NULL DEFAULT 0,
  `groupid` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores subwiki instances' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_synonyms`
--

CREATE TABLE `mdl_wiki_synonyms` (
  `id` bigint(10) NOT NULL,
  `subwikiid` bigint(10) NOT NULL DEFAULT 0,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `pagesynonym` varchar(255) NOT NULL DEFAULT 'Pagesynonym'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores wiki pages synonyms' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_wiki_versions`
--

CREATE TABLE `mdl_wiki_versions` (
  `id` bigint(10) NOT NULL,
  `pageid` bigint(10) NOT NULL DEFAULT 0,
  `content` longtext NOT NULL,
  `contentformat` varchar(20) NOT NULL DEFAULT 'creole',
  `version` mediumint(5) NOT NULL DEFAULT 0,
  `timecreated` bigint(10) NOT NULL DEFAULT 0,
  `userid` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores wiki page history' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshop`
--

CREATE TABLE `mdl_workshop` (
  `id` bigint(10) NOT NULL,
  `course` bigint(10) NOT NULL,
  `name` varchar(255) NOT NULL DEFAULT '',
  `intro` longtext DEFAULT NULL,
  `introformat` smallint(3) NOT NULL DEFAULT 0,
  `instructauthors` longtext DEFAULT NULL,
  `instructauthorsformat` smallint(3) NOT NULL DEFAULT 0,
  `instructreviewers` longtext DEFAULT NULL,
  `instructreviewersformat` smallint(3) NOT NULL DEFAULT 0,
  `timemodified` bigint(10) NOT NULL,
  `phase` smallint(3) DEFAULT 0,
  `useexamples` tinyint(2) DEFAULT 0,
  `usepeerassessment` tinyint(2) DEFAULT 0,
  `useselfassessment` tinyint(2) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT 80.00000,
  `gradinggrade` decimal(10,5) DEFAULT 20.00000,
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `evaluation` varchar(30) NOT NULL DEFAULT '',
  `gradedecimals` smallint(3) DEFAULT 0,
  `submissiontypetext` tinyint(1) NOT NULL DEFAULT 1,
  `submissiontypefile` tinyint(1) NOT NULL DEFAULT 1,
  `nattachments` smallint(3) DEFAULT 1,
  `submissionfiletypes` varchar(255) DEFAULT NULL,
  `latesubmissions` tinyint(2) DEFAULT 0,
  `maxbytes` bigint(10) DEFAULT 100000,
  `examplesmode` smallint(3) DEFAULT 0,
  `submissionstart` bigint(10) DEFAULT 0,
  `submissionend` bigint(10) DEFAULT 0,
  `assessmentstart` bigint(10) DEFAULT 0,
  `assessmentend` bigint(10) DEFAULT 0,
  `phaseswitchassessment` tinyint(2) NOT NULL DEFAULT 0,
  `conclusion` longtext DEFAULT NULL,
  `conclusionformat` smallint(3) NOT NULL DEFAULT 1,
  `overallfeedbackmode` smallint(3) DEFAULT 1,
  `overallfeedbackfiles` smallint(3) DEFAULT 0,
  `overallfeedbackfiletypes` varchar(255) DEFAULT NULL,
  `overallfeedbackmaxbytes` bigint(10) DEFAULT 100000
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This table keeps information about the module instances and ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopallocation_scheduled`
--

CREATE TABLE `mdl_workshopallocation_scheduled` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `enabled` tinyint(2) NOT NULL DEFAULT 0,
  `submissionend` bigint(10) NOT NULL,
  `timeallocated` bigint(10) DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `resultstatus` bigint(10) DEFAULT NULL,
  `resultmessage` varchar(1333) DEFAULT NULL,
  `resultlog` longtext DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Stores the allocation settings for the scheduled allocator' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopeval_best_settings`
--

CREATE TABLE `mdl_workshopeval_best_settings` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `comparison` smallint(3) DEFAULT 5
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Settings for the grading evaluation subplugin Comparison wit' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_accumulative`
--

CREATE TABLE `mdl_workshopform_accumulative` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0,
  `grade` bigint(10) NOT NULL,
  `weight` mediumint(5) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The assessment dimensions definitions of Accumulative gradin' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_comments`
--

CREATE TABLE `mdl_workshopform_comments` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The assessment dimensions definitions of Comments strategy f' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_numerrors`
--

CREATE TABLE `mdl_workshopform_numerrors` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0,
  `descriptiontrust` bigint(10) DEFAULT NULL,
  `grade0` varchar(50) DEFAULT NULL,
  `grade1` varchar(50) DEFAULT NULL,
  `weight` mediumint(5) DEFAULT 1
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The assessment dimensions definitions of Number of errors gr' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_numerrors_map`
--

CREATE TABLE `mdl_workshopform_numerrors_map` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `nonegative` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='This maps the number of errors to a percentual grade for sub' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_rubric`
--

CREATE TABLE `mdl_workshopform_rubric` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `sort` bigint(10) DEFAULT 0,
  `description` longtext DEFAULT NULL,
  `descriptionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The assessment dimensions definitions of Rubric grading stra' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_rubric_config`
--

CREATE TABLE `mdl_workshopform_rubric_config` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `layout` varchar(30) DEFAULT 'list'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Configuration table for the Rubric grading strategy' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshopform_rubric_levels`
--

CREATE TABLE `mdl_workshopform_rubric_levels` (
  `id` bigint(10) NOT NULL,
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) NOT NULL,
  `definition` longtext DEFAULT NULL,
  `definitionformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='The definition of rubric rating scales' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshop_aggregations`
--

CREATE TABLE `mdl_workshop_aggregations` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `userid` bigint(10) NOT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `timegraded` bigint(10) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Aggregated grades for assessment are stored here. The aggreg' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshop_assessments`
--

CREATE TABLE `mdl_workshop_assessments` (
  `id` bigint(10) NOT NULL,
  `submissionid` bigint(10) NOT NULL,
  `reviewerid` bigint(10) NOT NULL,
  `weight` bigint(10) NOT NULL DEFAULT 1,
  `timecreated` bigint(10) DEFAULT 0,
  `timemodified` bigint(10) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT NULL,
  `gradinggrade` decimal(10,5) DEFAULT NULL,
  `gradinggradeover` decimal(10,5) DEFAULT NULL,
  `gradinggradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext DEFAULT NULL,
  `feedbackauthorformat` smallint(3) DEFAULT 0,
  `feedbackauthorattachment` smallint(3) DEFAULT 0,
  `feedbackreviewer` longtext DEFAULT NULL,
  `feedbackreviewerformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about the made assessment and automatically calculated ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshop_grades`
--

CREATE TABLE `mdl_workshop_grades` (
  `id` bigint(10) NOT NULL,
  `assessmentid` bigint(10) NOT NULL,
  `strategy` varchar(30) NOT NULL DEFAULT '',
  `dimensionid` bigint(10) NOT NULL,
  `grade` decimal(10,5) DEFAULT NULL,
  `peercomment` longtext DEFAULT NULL,
  `peercommentformat` smallint(3) DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='How the reviewers filled-up the grading forms, given grades ' ROW_FORMAT=COMPRESSED;

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

--
-- Structure de la table `mdl_workshop_submissions`
--

CREATE TABLE `mdl_workshop_submissions` (
  `id` bigint(10) NOT NULL,
  `workshopid` bigint(10) NOT NULL,
  `example` tinyint(2) DEFAULT 0,
  `authorid` bigint(10) NOT NULL,
  `timecreated` bigint(10) NOT NULL,
  `timemodified` bigint(10) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `content` longtext DEFAULT NULL,
  `contentformat` smallint(3) NOT NULL DEFAULT 0,
  `contenttrust` smallint(3) NOT NULL DEFAULT 0,
  `attachment` tinyint(2) DEFAULT 0,
  `grade` decimal(10,5) DEFAULT NULL,
  `gradeover` decimal(10,5) DEFAULT NULL,
  `gradeoverby` bigint(10) DEFAULT NULL,
  `feedbackauthor` longtext DEFAULT NULL,
  `feedbackauthorformat` smallint(3) DEFAULT 0,
  `timegraded` bigint(10) DEFAULT NULL,
  `published` tinyint(2) DEFAULT 0,
  `late` tinyint(2) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='Info about the submission and the aggregation of the grade f' ROW_FORMAT=COMPRESSED;

--
-- Index pour les tables déchargées
--

--
-- Index pour la table `mdl_analytics_indicator_calc`
--
ALTER TABLE `mdl_analytics_indicator_calc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analindicalc_staendcon_ix` (`starttime`,`endtime`,`contextid`),
  ADD KEY `mdl_analindicalc_con_ix` (`contextid`);

--
-- Index pour la table `mdl_analytics_models`
--
ALTER TABLE `mdl_analytics_models`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analmode_enatra_ix` (`enabled`,`trained`);

--
-- Index pour la table `mdl_analytics_models_log`
--
ALTER TABLE `mdl_analytics_models_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analmodelog_mod_ix` (`modelid`);

--
-- Index pour la table `mdl_analytics_predictions`
--
ALTER TABLE `mdl_analytics_predictions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpred_modcon_ix` (`modelid`,`contextid`),
  ADD KEY `mdl_analpred_mod_ix` (`modelid`),
  ADD KEY `mdl_analpred_con_ix` (`contextid`);

--
-- Index pour la table `mdl_analytics_prediction_actions`
--
ALTER TABLE `mdl_analytics_prediction_actions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpredacti_preuseact_ix` (`predictionid`,`userid`,`actionname`),
  ADD KEY `mdl_analpredacti_pre_ix` (`predictionid`),
  ADD KEY `mdl_analpredacti_use_ix` (`userid`);

--
-- Index pour la table `mdl_analytics_predict_samples`
--
ALTER TABLE `mdl_analytics_predict_samples`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analpredsamp_modanatimr_ix` (`modelid`,`analysableid`,`timesplitting`,`rangeindex`),
  ADD KEY `mdl_analpredsamp_mod_ix` (`modelid`);

--
-- Index pour la table `mdl_analytics_train_samples`
--
ALTER TABLE `mdl_analytics_train_samples`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analtraisamp_modanatim_ix` (`modelid`,`analysableid`,`timesplitting`),
  ADD KEY `mdl_analtraisamp_mod_ix` (`modelid`);

--
-- Index pour la table `mdl_analytics_used_analysables`
--
ALTER TABLE `mdl_analytics_used_analysables`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analusedanal_modact_ix` (`modelid`,`action`),
  ADD KEY `mdl_analusedanal_ana_ix` (`analysableid`),
  ADD KEY `mdl_analusedanal_mod_ix` (`modelid`);

--
-- Index pour la table `mdl_analytics_used_files`
--
ALTER TABLE `mdl_analytics_used_files`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_analusedfile_modactfil_ix` (`modelid`,`action`,`fileid`),
  ADD KEY `mdl_analusedfile_mod_ix` (`modelid`),
  ADD KEY `mdl_analusedfile_fil_ix` (`fileid`);

--
-- Index pour la table `mdl_assign`
--
ALTER TABLE `mdl_assign`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assi_cou_ix` (`course`),
  ADD KEY `mdl_assi_tea_ix` (`teamsubmissiongroupingid`);

--
-- Index pour la table `mdl_assignfeedback_comments`
--
ALTER TABLE `mdl_assignfeedback_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assicomm_ass_ix` (`assignment`),
  ADD KEY `mdl_assicomm_gra_ix` (`grade`);

--
-- Index pour la table `mdl_assignfeedback_editpdf_annot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_annot`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditanno_grapag_ix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditanno_gra_ix` (`gradeid`);

--
-- Index pour la table `mdl_assignfeedback_editpdf_cmnt`
--
ALTER TABLE `mdl_assignfeedback_editpdf_cmnt`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditcmnt_grapag_ix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditcmnt_gra_ix` (`gradeid`);

--
-- Index pour la table `mdl_assignfeedback_editpdf_queue`
--
ALTER TABLE `mdl_assignfeedback_editpdf_queue`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assieditqueu_subsub_uix` (`submissionid`,`submissionattempt`);

--
-- Index pour la table `mdl_assignfeedback_editpdf_quick`
--
ALTER TABLE `mdl_assignfeedback_editpdf_quick`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assieditquic_use_ix` (`userid`);

--
-- Index pour la table `mdl_assignfeedback_editpdf_rot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_rot`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assieditrot_grapag_uix` (`gradeid`,`pageno`),
  ADD KEY `mdl_assieditrot_gra_ix` (`gradeid`);

--
-- Index pour la table `mdl_assignfeedback_file`
--
ALTER TABLE `mdl_assignfeedback_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assifile_ass2_ix` (`assignment`),
  ADD KEY `mdl_assifile_gra_ix` (`grade`);

--
-- Index pour la table `mdl_assignment`
--
ALTER TABLE `mdl_assignment`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assi_cou2_ix` (`course`);

--
-- Index pour la table `mdl_assignment_submissions`
--
ALTER TABLE `mdl_assignment_submissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assisubm_use2_ix` (`userid`),
  ADD KEY `mdl_assisubm_mai_ix` (`mailed`),
  ADD KEY `mdl_assisubm_tim_ix` (`timemarked`),
  ADD KEY `mdl_assisubm_ass2_ix` (`assignment`);

--
-- Index pour la table `mdl_assignment_upgrade`
--
ALTER TABLE `mdl_assignment_upgrade`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiupgr_old_ix` (`oldcmid`),
  ADD KEY `mdl_assiupgr_old2_ix` (`oldinstance`);

--
-- Index pour la table `mdl_assignsubmission_file`
--
ALTER TABLE `mdl_assignsubmission_file`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assifile_ass_ix` (`assignment`),
  ADD KEY `mdl_assifile_sub_ix` (`submission`);

--
-- Index pour la table `mdl_assignsubmission_onlinetext`
--
ALTER TABLE `mdl_assignsubmission_onlinetext`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assionli_ass_ix` (`assignment`),
  ADD KEY `mdl_assionli_sub_ix` (`submission`);

--
-- Index pour la table `mdl_assign_grades`
--
ALTER TABLE `mdl_assign_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assigrad_assuseatt_uix` (`assignment`,`userid`,`attemptnumber`),
  ADD KEY `mdl_assigrad_use_ix` (`userid`),
  ADD KEY `mdl_assigrad_att_ix` (`attemptnumber`),
  ADD KEY `mdl_assigrad_ass_ix` (`assignment`);

--
-- Index pour la table `mdl_assign_overrides`
--
ALTER TABLE `mdl_assign_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiover_ass_ix` (`assignid`),
  ADD KEY `mdl_assiover_gro_ix` (`groupid`),
  ADD KEY `mdl_assiover_use_ix` (`userid`);

--
-- Index pour la table `mdl_assign_plugin_config`
--
ALTER TABLE `mdl_assign_plugin_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiplugconf_plu_ix` (`plugin`),
  ADD KEY `mdl_assiplugconf_sub_ix` (`subtype`),
  ADD KEY `mdl_assiplugconf_nam_ix` (`name`),
  ADD KEY `mdl_assiplugconf_ass_ix` (`assignment`);

--
-- Index pour la table `mdl_assign_submission`
--
ALTER TABLE `mdl_assign_submission`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_assisubm_assusegroatt_uix` (`assignment`,`userid`,`groupid`,`attemptnumber`),
  ADD KEY `mdl_assisubm_use_ix` (`userid`),
  ADD KEY `mdl_assisubm_att_ix` (`attemptnumber`),
  ADD KEY `mdl_assisubm_assusegrolat_ix` (`assignment`,`userid`,`groupid`,`latest`),
  ADD KEY `mdl_assisubm_ass_ix` (`assignment`);

--
-- Index pour la table `mdl_assign_user_flags`
--
ALTER TABLE `mdl_assign_user_flags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiuserflag_mai_ix` (`mailed`),
  ADD KEY `mdl_assiuserflag_use_ix` (`userid`),
  ADD KEY `mdl_assiuserflag_ass_ix` (`assignment`);

--
-- Index pour la table `mdl_assign_user_mapping`
--
ALTER TABLE `mdl_assign_user_mapping`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_assiusermapp_ass_ix` (`assignment`),
  ADD KEY `mdl_assiusermapp_use_ix` (`userid`);

--
-- Index pour la table `mdl_auth_oauth2_linked_login`
--
ALTER TABLE `mdl_auth_oauth2_linked_login`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_authoautlinklogi_useis_uix` (`userid`,`issuerid`,`username`),
  ADD KEY `mdl_authoautlinklogi_issuse_ix` (`issuerid`,`username`),
  ADD KEY `mdl_authoautlinklogi_use_ix` (`usermodified`),
  ADD KEY `mdl_authoautlinklogi_use2_ix` (`userid`),
  ADD KEY `mdl_authoautlinklogi_iss_ix` (`issuerid`);

--
-- Index pour la table `mdl_backup_controllers`
--
ALTER TABLE `mdl_backup_controllers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backcont_bac_uix` (`backupid`),
  ADD KEY `mdl_backcont_typite_ix` (`type`,`itemid`),
  ADD KEY `mdl_backcont_useite_ix` (`userid`,`itemid`),
  ADD KEY `mdl_backcont_use_ix` (`userid`);

--
-- Index pour la table `mdl_backup_courses`
--
ALTER TABLE `mdl_backup_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backcour_cou_uix` (`courseid`);

--
-- Index pour la table `mdl_backup_logs`
--
ALTER TABLE `mdl_backup_logs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_backlogs_bacid_uix` (`backupid`,`id`),
  ADD KEY `mdl_backlogs_bac_ix` (`backupid`);

--
-- Index pour la table `mdl_badge`
--
ALTER TABLE `mdl_badge`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badg_typ_ix` (`type`),
  ADD KEY `mdl_badg_cou_ix` (`courseid`),
  ADD KEY `mdl_badg_use_ix` (`usermodified`),
  ADD KEY `mdl_badg_use2_ix` (`usercreated`);

--
-- Index pour la table `mdl_badge_alignment`
--
ALTER TABLE `mdl_badge_alignment`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgalig_bad_ix` (`badgeid`);

--
-- Index pour la table `mdl_badge_backpack`
--
ALTER TABLE `mdl_badge_backpack`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgback_use_ix` (`userid`),
  ADD KEY `mdl_badgback_ext_ix` (`externalbackpackid`);

--
-- Index pour la table `mdl_badge_backpack_oauth2`
--
ALTER TABLE `mdl_badge_backpack_oauth2`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgbackoaut_use_ix` (`usermodified`),
  ADD KEY `mdl_badgbackoaut_use2_ix` (`userid`),
  ADD KEY `mdl_badgbackoaut_iss_ix` (`issuerid`),
  ADD KEY `mdl_badgbackoaut_ext_ix` (`externalbackpackid`);

--
-- Index pour la table `mdl_badge_criteria`
--
ALTER TABLE `mdl_badge_criteria`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgcrit_badcri_uix` (`badgeid`,`criteriatype`),
  ADD KEY `mdl_badgcrit_cri_ix` (`criteriatype`),
  ADD KEY `mdl_badgcrit_bad_ix` (`badgeid`);

--
-- Index pour la table `mdl_badge_criteria_met`
--
ALTER TABLE `mdl_badge_criteria_met`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgcritmet_cri_ix` (`critid`),
  ADD KEY `mdl_badgcritmet_use_ix` (`userid`),
  ADD KEY `mdl_badgcritmet_iss_ix` (`issuedid`);

--
-- Index pour la table `mdl_badge_criteria_param`
--
ALTER TABLE `mdl_badge_criteria_param`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgcritpara_cri_ix` (`critid`);

--
-- Index pour la table `mdl_badge_endorsement`
--
ALTER TABLE `mdl_badge_endorsement`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgendo_bad_ix` (`badgeid`);

--
-- Index pour la table `mdl_badge_external`
--
ALTER TABLE `mdl_badge_external`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgexte_bac_ix` (`backpackid`);

--
-- Index pour la table `mdl_badge_external_backpack`
--
ALTER TABLE `mdl_badge_external_backpack`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgexteback_bac_uix` (`backpackapiurl`),
  ADD UNIQUE KEY `mdl_badgexteback_bac2_uix` (`backpackweburl`),
  ADD KEY `mdl_badgexteback_oau_ix` (`oauth2_issuerid`);

--
-- Index pour la table `mdl_badge_external_identifier`
--
ALTER TABLE `mdl_badge_external_identifier`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgexteiden_sitintext_uix` (`sitebackpackid`,`internalid`,`externalid`,`type`),
  ADD KEY `mdl_badgexteiden_sit_ix` (`sitebackpackid`);

--
-- Index pour la table `mdl_badge_issued`
--
ALTER TABLE `mdl_badge_issued`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgissu_baduse_uix` (`badgeid`,`userid`),
  ADD KEY `mdl_badgissu_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgissu_use_ix` (`userid`);

--
-- Index pour la table `mdl_badge_manual_award`
--
ALTER TABLE `mdl_badge_manual_award`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_badgmanuawar_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgmanuawar_rec_ix` (`recipientid`),
  ADD KEY `mdl_badgmanuawar_iss_ix` (`issuerid`),
  ADD KEY `mdl_badgmanuawar_iss2_ix` (`issuerrole`);

--
-- Index pour la table `mdl_badge_related`
--
ALTER TABLE `mdl_badge_related`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_badgrela_badrel_uix` (`badgeid`,`relatedbadgeid`),
  ADD KEY `mdl_badgrela_bad_ix` (`badgeid`),
  ADD KEY `mdl_badgrela_rel_ix` (`relatedbadgeid`);

--
-- Index pour la table `mdl_block`
--
ALTER TABLE `mdl_block`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_bloc_nam_uix` (`name`);

--
-- Index pour la table `mdl_block_instances`
--
ALTER TABLE `mdl_block_instances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blocinst_parshopagsub_ix` (`parentcontextid`,`showinsubcontexts`,`pagetypepattern`,`subpagepattern`),
  ADD KEY `mdl_blocinst_tim_ix` (`timemodified`),
  ADD KEY `mdl_blocinst_par_ix` (`parentcontextid`);

--
-- Index pour la table `mdl_block_positions`
--
ALTER TABLE `mdl_block_positions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_blocposi_bloconpagsub_uix` (`blockinstanceid`,`contextid`,`pagetype`,`subpage`),
  ADD KEY `mdl_blocposi_blo_ix` (`blockinstanceid`),
  ADD KEY `mdl_blocposi_con_ix` (`contextid`);

--
-- Index pour la table `mdl_block_recentlyaccesseditems`
--
ALTER TABLE `mdl_block_recentlyaccesseditems`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_blocrece_usecoucmi_uix` (`userid`,`courseid`,`cmid`),
  ADD KEY `mdl_blocrece_use_ix` (`userid`),
  ADD KEY `mdl_blocrece_cou_ix` (`courseid`),
  ADD KEY `mdl_blocrece_cmi_ix` (`cmid`);

--
-- Index pour la table `mdl_block_recent_activity`
--
ALTER TABLE `mdl_block_recent_activity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blocreceacti_coutim_ix` (`courseid`,`timecreated`);

--
-- Index pour la table `mdl_block_rss_client`
--
ALTER TABLE `mdl_block_rss_client`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_blog_association`
--
ALTER TABLE `mdl_blog_association`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blogasso_con_ix` (`contextid`),
  ADD KEY `mdl_blogasso_blo_ix` (`blogid`);

--
-- Index pour la table `mdl_blog_external`
--
ALTER TABLE `mdl_blog_external`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_blogexte_use_ix` (`userid`);

--
-- Index pour la table `mdl_book`
--
ALTER TABLE `mdl_book`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_book_chapters`
--
ALTER TABLE `mdl_book_chapters`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_cache_filters`
--
ALTER TABLE `mdl_cache_filters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cachfilt_filmd5_ix` (`filter`,`md5key`);

--
-- Index pour la table `mdl_cache_flags`
--
ALTER TABLE `mdl_cache_flags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cachflag_fla_ix` (`flagtype`),
  ADD KEY `mdl_cachflag_nam_ix` (`name`);

--
-- Index pour la table `mdl_capabilities`
--
ALTER TABLE `mdl_capabilities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_capa_nam_uix` (`name`);

--
-- Index pour la table `mdl_chat`
--
ALTER TABLE `mdl_chat`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chat_cou_ix` (`course`);

--
-- Index pour la table `mdl_chat_messages`
--
ALTER TABLE `mdl_chat_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatmess_use_ix` (`userid`),
  ADD KEY `mdl_chatmess_gro_ix` (`groupid`),
  ADD KEY `mdl_chatmess_timcha_ix` (`timestamp`,`chatid`),
  ADD KEY `mdl_chatmess_cha_ix` (`chatid`);

--
-- Index pour la table `mdl_chat_messages_current`
--
ALTER TABLE `mdl_chat_messages_current`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatmesscurr_use_ix` (`userid`),
  ADD KEY `mdl_chatmesscurr_gro_ix` (`groupid`),
  ADD KEY `mdl_chatmesscurr_timcha_ix` (`timestamp`,`chatid`),
  ADD KEY `mdl_chatmesscurr_cha_ix` (`chatid`);

--
-- Index pour la table `mdl_chat_users`
--
ALTER TABLE `mdl_chat_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_chatuser_use_ix` (`userid`),
  ADD KEY `mdl_chatuser_las_ix` (`lastping`),
  ADD KEY `mdl_chatuser_gro_ix` (`groupid`),
  ADD KEY `mdl_chatuser_cha_ix` (`chatid`);

--
-- Index pour la table `mdl_choice`
--
ALTER TABLE `mdl_choice`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choi_cou_ix` (`course`);

--
-- Index pour la table `mdl_choice_answers`
--
ALTER TABLE `mdl_choice_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choiansw_use_ix` (`userid`),
  ADD KEY `mdl_choiansw_cho_ix` (`choiceid`),
  ADD KEY `mdl_choiansw_opt_ix` (`optionid`);

--
-- Index pour la table `mdl_choice_options`
--
ALTER TABLE `mdl_choice_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_choiopti_cho_ix` (`choiceid`);

--
-- Index pour la table `mdl_cohort`
--
ALTER TABLE `mdl_cohort`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_coho_con_ix` (`contextid`);

--
-- Index pour la table `mdl_cohort_members`
--
ALTER TABLE `mdl_cohort_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_cohomemb_cohuse_uix` (`cohortid`,`userid`),
  ADD KEY `mdl_cohomemb_coh_ix` (`cohortid`),
  ADD KEY `mdl_cohomemb_use_ix` (`userid`);

--
-- Index pour la table `mdl_comments`
--
ALTER TABLE `mdl_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comm_concomite_ix` (`contextid`,`commentarea`,`itemid`),
  ADD KEY `mdl_comm_use_ix` (`userid`);

--
-- Index pour la table `mdl_competency`
--
ALTER TABLE `mdl_competency`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_comp_comidn_uix` (`competencyframeworkid`,`idnumber`),
  ADD KEY `mdl_comp_rul_ix` (`ruleoutcome`);

--
-- Index pour la table `mdl_competency_coursecomp`
--
ALTER TABLE `mdl_competency_coursecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compcour_coucom_uix` (`courseid`,`competencyid`),
  ADD KEY `mdl_compcour_courul_ix` (`courseid`,`ruleoutcome`),
  ADD KEY `mdl_compcour_cou2_ix` (`courseid`),
  ADD KEY `mdl_compcour_com_ix` (`competencyid`);

--
-- Index pour la table `mdl_competency_coursecompsetting`
--
ALTER TABLE `mdl_competency_coursecompsetting`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compcour_cou_uix` (`courseid`);

--
-- Index pour la table `mdl_competency_evidence`
--
ALTER TABLE `mdl_competency_evidence`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compevid_use_ix` (`usercompetencyid`);

--
-- Index pour la table `mdl_competency_framework`
--
ALTER TABLE `mdl_competency_framework`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compfram_idn_uix` (`idnumber`);

--
-- Index pour la table `mdl_competency_modulecomp`
--
ALTER TABLE `mdl_competency_modulecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compmodu_cmicom_uix` (`cmid`,`competencyid`),
  ADD KEY `mdl_compmodu_cmirul_ix` (`cmid`,`ruleoutcome`),
  ADD KEY `mdl_compmodu_cmi_ix` (`cmid`),
  ADD KEY `mdl_compmodu_com_ix` (`competencyid`);

--
-- Index pour la table `mdl_competency_plan`
--
ALTER TABLE `mdl_competency_plan`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compplan_usesta_ix` (`userid`,`status`),
  ADD KEY `mdl_compplan_tem_ix` (`templateid`),
  ADD KEY `mdl_compplan_stadue_ix` (`status`,`duedate`);

--
-- Index pour la table `mdl_competency_plancomp`
--
ALTER TABLE `mdl_competency_plancomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compplan_placom_uix` (`planid`,`competencyid`);

--
-- Index pour la table `mdl_competency_relatedcomp`
--
ALTER TABLE `mdl_competency_relatedcomp`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_competency_template`
--
ALTER TABLE `mdl_competency_template`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_competency_templatecohort`
--
ALTER TABLE `mdl_competency_templatecohort`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_comptemp_temcoh_uix` (`templateid`,`cohortid`),
  ADD KEY `mdl_comptemp_tem2_ix` (`templateid`);

--
-- Index pour la table `mdl_competency_templatecomp`
--
ALTER TABLE `mdl_competency_templatecomp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_comptemp_tem_ix` (`templateid`),
  ADD KEY `mdl_comptemp_com_ix` (`competencyid`);

--
-- Index pour la table `mdl_competency_usercomp`
--
ALTER TABLE `mdl_competency_usercomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecom_uix` (`userid`,`competencyid`);

--
-- Index pour la table `mdl_competency_usercompcourse`
--
ALTER TABLE `mdl_competency_usercompcourse`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecoucom_uix` (`userid`,`courseid`,`competencyid`);

--
-- Index pour la table `mdl_competency_usercompplan`
--
ALTER TABLE `mdl_competency_usercompplan`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecompla_uix` (`userid`,`competencyid`,`planid`);

--
-- Index pour la table `mdl_competency_userevidence`
--
ALTER TABLE `mdl_competency_userevidence`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_compuser_use_ix` (`userid`);

--
-- Index pour la table `mdl_competency_userevidencecomp`
--
ALTER TABLE `mdl_competency_userevidencecomp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_compuser_usecom2_uix` (`userevidenceid`,`competencyid`),
  ADD KEY `mdl_compuser_use2_ix` (`userevidenceid`);

--
-- Index pour la table `mdl_config`
--
ALTER TABLE `mdl_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_conf_nam_uix` (`name`);

--
-- Index pour la table `mdl_config_log`
--
ALTER TABLE `mdl_config_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_conflog_tim_ix` (`timemodified`),
  ADD KEY `mdl_conflog_use_ix` (`userid`);

--
-- Index pour la table `mdl_config_plugins`
--
ALTER TABLE `mdl_config_plugins`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_confplug_plunam_uix` (`plugin`,`name`);

--
-- Index pour la table `mdl_contentbank_content`
--
ALTER TABLE `mdl_contentbank_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_contcont_nam_ix` (`name`),
  ADD KEY `mdl_contcont_conconins_ix` (`contextid`,`contenttype`,`instanceid`),
  ADD KEY `mdl_contcont_con_ix` (`contextid`),
  ADD KEY `mdl_contcont_use_ix` (`usermodified`),
  ADD KEY `mdl_contcont_use2_ix` (`usercreated`);

--
-- Index pour la table `mdl_context`
--
ALTER TABLE `mdl_context`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_cont_conins_uix` (`contextlevel`,`instanceid`),
  ADD KEY `mdl_cont_ins_ix` (`instanceid`),
  ADD KEY `mdl_cont_pat_ix` (`path`);

--
-- Index pour la table `mdl_context_temp`
--
ALTER TABLE `mdl_context_temp`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_course`
--
ALTER TABLE `mdl_course`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_cour_cat_ix` (`category`),
  ADD KEY `mdl_cour_idn_ix` (`idnumber`),
  ADD KEY `mdl_cour_sho_ix` (`shortname`),
  ADD KEY `mdl_cour_sor_ix` (`sortorder`);

--
-- Index pour la table `mdl_course_categories`
--
ALTER TABLE `mdl_course_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courcate_par_ix` (`parent`);

--
-- Index pour la table `mdl_course_completions`
--
ALTER TABLE `mdl_course_completions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcomp_usecou_uix` (`userid`,`course`),
  ADD KEY `mdl_courcomp_use_ix` (`userid`),
  ADD KEY `mdl_courcomp_cou_ix` (`course`),
  ADD KEY `mdl_courcomp_tim_ix` (`timecompleted`);

--
-- Index pour la table `mdl_course_completion_aggr_methd`
--
ALTER TABLE `mdl_course_completion_aggr_methd`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompaggrmeth_coucr_uix` (`course`,`criteriatype`),
  ADD KEY `mdl_courcompaggrmeth_cou_ix` (`course`),
  ADD KEY `mdl_courcompaggrmeth_cri_ix` (`criteriatype`);

--
-- Index pour la table `mdl_course_completion_criteria`
--
ALTER TABLE `mdl_course_completion_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courcompcrit_cou_ix` (`course`);

--
-- Index pour la table `mdl_course_completion_crit_compl`
--
ALTER TABLE `mdl_course_completion_crit_compl`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompcritcomp_useco_uix` (`userid`,`course`,`criteriaid`),
  ADD KEY `mdl_courcompcritcomp_use_ix` (`userid`),
  ADD KEY `mdl_courcompcritcomp_cou_ix` (`course`),
  ADD KEY `mdl_courcompcritcomp_cri_ix` (`criteriaid`),
  ADD KEY `mdl_courcompcritcomp_tim_ix` (`timecompleted`);

--
-- Index pour la table `mdl_course_completion_defaults`
--
ALTER TABLE `mdl_course_completion_defaults`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courcompdefa_coumod_uix` (`course`,`module`),
  ADD KEY `mdl_courcompdefa_mod_ix` (`module`),
  ADD KEY `mdl_courcompdefa_cou_ix` (`course`);

--
-- Index pour la table `mdl_course_format_options`
--
ALTER TABLE `mdl_course_format_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courformopti_couforsec_uix` (`courseid`,`format`,`sectionid`,`name`),
  ADD KEY `mdl_courformopti_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_course_modules`
--
ALTER TABLE `mdl_course_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courmodu_vis_ix` (`visible`),
  ADD KEY `mdl_courmodu_cou_ix` (`course`),
  ADD KEY `mdl_courmodu_mod_ix` (`module`),
  ADD KEY `mdl_courmodu_ins_ix` (`instance`),
  ADD KEY `mdl_courmodu_idncou_ix` (`idnumber`,`course`),
  ADD KEY `mdl_courmodu_gro_ix` (`groupingid`);

--
-- Index pour la table `mdl_course_modules_completion`
--
ALTER TABLE `mdl_course_modules_completion`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_courmoducomp_usecou_uix` (`userid`,`coursemoduleid`),
  ADD KEY `mdl_courmoducomp_cou_ix` (`coursemoduleid`);

--
-- Index pour la table `mdl_course_published`
--
ALTER TABLE `mdl_course_published`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_course_request`
--
ALTER TABLE `mdl_course_request`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_courrequ_sho_ix` (`shortname`);

--
-- Index pour la table `mdl_course_sections`
--
ALTER TABLE `mdl_course_sections`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_coursect_cousec_uix` (`course`,`section`);

--
-- Index pour la table `mdl_customfield_category`
--
ALTER TABLE `mdl_customfield_category`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_custcate_comareitesor_ix` (`component`,`area`,`itemid`,`sortorder`),
  ADD KEY `mdl_custcate_con_ix` (`contextid`);

--
-- Index pour la table `mdl_customfield_data`
--
ALTER TABLE `mdl_customfield_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_custdata_insfie_uix` (`instanceid`,`fieldid`),
  ADD KEY `mdl_custdata_fieint_ix` (`fieldid`,`intvalue`),
  ADD KEY `mdl_custdata_fiesho_ix` (`fieldid`,`shortcharvalue`),
  ADD KEY `mdl_custdata_fiedec_ix` (`fieldid`,`decvalue`),
  ADD KEY `mdl_custdata_fie_ix` (`fieldid`),
  ADD KEY `mdl_custdata_con_ix` (`contextid`);

--
-- Index pour la table `mdl_customfield_field`
--
ALTER TABLE `mdl_customfield_field`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_custfiel_catsor_ix` (`categoryid`,`sortorder`),
  ADD KEY `mdl_custfiel_cat_ix` (`categoryid`);

--
-- Index pour la table `mdl_data`
--
ALTER TABLE `mdl_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_data_cou_ix` (`course`);

--
-- Index pour la table `mdl_data_content`
--
ALTER TABLE `mdl_data_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datacont_rec_ix` (`recordid`),
  ADD KEY `mdl_datacont_fie_ix` (`fieldid`);

--
-- Index pour la table `mdl_data_fields`
--
ALTER TABLE `mdl_data_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datafiel_typdat_ix` (`type`,`dataid`),
  ADD KEY `mdl_datafiel_dat_ix` (`dataid`);

--
-- Index pour la table `mdl_data_records`
--
ALTER TABLE `mdl_data_records`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_datareco_dat_ix` (`dataid`);

--
-- Index pour la table `mdl_editor_atto_autosave`
--
ALTER TABLE `mdl_editor_atto_autosave`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_editattoauto_eleconuse_uix` (`elementid`,`contextid`,`userid`,`pagehash`);

--
-- Index pour la table `mdl_enrol`
--
ALTER TABLE `mdl_enrol`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enro_enr_ix` (`enrol`),
  ADD KEY `mdl_enro_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_enrol_flatfile`
--
ALTER TABLE `mdl_enrol_flatfile`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroflat_cou_ix` (`courseid`),
  ADD KEY `mdl_enroflat_use_ix` (`userid`),
  ADD KEY `mdl_enroflat_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_consumer`
--
ALTER TABLE `mdl_enrol_lti_lti2_consumer`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2cons_con_uix` (`consumerkey256`);

--
-- Index pour la table `mdl_enrol_lti_lti2_context`
--
ALTER TABLE `mdl_enrol_lti_lti2_context`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2cont_con_ix` (`consumerid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_nonce`
--
ALTER TABLE `mdl_enrol_lti_lti2_nonce`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2nonc_con_ix` (`consumerid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_resource_link`
--
ALTER TABLE `mdl_enrol_lti_lti2_resource_link`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2resolink_con_ix` (`contextid`),
  ADD KEY `mdl_enroltilti2resolink_pri_ix` (`primaryresourcelinkid`),
  ADD KEY `mdl_enroltilti2resolink_co2_ix` (`consumerid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_share_key`
--
ALTER TABLE `mdl_enrol_lti_lti2_share_key`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2sharkey_sha_uix` (`sharekey`),
  ADD UNIQUE KEY `mdl_enroltilti2sharkey_res_uix` (`resourcelinkid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_tool_proxy`
--
ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_enroltilti2toolprox_to_uix` (`toolproxykey`),
  ADD KEY `mdl_enroltilti2toolprox_con_ix` (`consumerid`);

--
-- Index pour la table `mdl_enrol_lti_lti2_user_result`
--
ALTER TABLE `mdl_enrol_lti_lti2_user_result`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltilti2userresu_res_ix` (`resourcelinkid`);

--
-- Index pour la table `mdl_enrol_lti_tools`
--
ALTER TABLE `mdl_enrol_lti_tools`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltitool_enr_ix` (`enrolid`),
  ADD KEY `mdl_enroltitool_con_ix` (`contextid`);

--
-- Index pour la table `mdl_enrol_lti_tool_consumer_map`
--
ALTER TABLE `mdl_enrol_lti_tool_consumer_map`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltitoolconsmap_too_ix` (`toolid`),
  ADD KEY `mdl_enroltitoolconsmap_con_ix` (`consumerid`);

--
-- Index pour la table `mdl_enrol_lti_users`
--
ALTER TABLE `mdl_enrol_lti_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enroltiuser_use_ix` (`userid`),
  ADD KEY `mdl_enroltiuser_too_ix` (`toolid`);

--
-- Index pour la table `mdl_enrol_paypal`
--
ALTER TABLE `mdl_enrol_paypal`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_enropayp_bus_ix` (`business`),
  ADD KEY `mdl_enropayp_rec_ix` (`receiver_email`),
  ADD KEY `mdl_enropayp_cou_ix` (`courseid`),
  ADD KEY `mdl_enropayp_use_ix` (`userid`),
  ADD KEY `mdl_enropayp_ins_ix` (`instanceid`);

--
-- Index pour la table `mdl_event`
--
ALTER TABLE `mdl_event`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_even_cou_ix` (`courseid`),
  ADD KEY `mdl_even_use_ix` (`userid`),
  ADD KEY `mdl_even_tim_ix` (`timestart`),
  ADD KEY `mdl_even_tim2_ix` (`timeduration`),
  ADD KEY `mdl_even_uui_ix` (`uuid`),
  ADD KEY `mdl_even_typtim_ix` (`type`,`timesort`),
  ADD KEY `mdl_even_grocoucatvisuse_ix` (`groupid`,`courseid`,`categoryid`,`visible`,`userid`),
  ADD KEY `mdl_even_eve_ix` (`eventtype`),
  ADD KEY `mdl_even_modins_ix` (`modulename`,`instance`),
  ADD KEY `mdl_even_comeveins_ix` (`component`,`eventtype`,`instance`),
  ADD KEY `mdl_even_cat_ix` (`categoryid`),
  ADD KEY `mdl_even_sub_ix` (`subscriptionid`);

--
-- Index pour la table `mdl_events_handlers`
--
ALTER TABLE `mdl_events_handlers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_evenhand_evecom_uix` (`eventname`,`component`);

--
-- Index pour la table `mdl_events_queue`
--
ALTER TABLE `mdl_events_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_evenqueu_use_ix` (`userid`);

--
-- Index pour la table `mdl_events_queue_handlers`
--
ALTER TABLE `mdl_events_queue_handlers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_evenqueuhand_que_ix` (`queuedeventid`),
  ADD KEY `mdl_evenqueuhand_han_ix` (`handlerid`);

--
-- Index pour la table `mdl_event_subscriptions`
--
ALTER TABLE `mdl_event_subscriptions`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_external_functions`
--
ALTER TABLE `mdl_external_functions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_extefunc_nam_uix` (`name`);

--
-- Index pour la table `mdl_external_services`
--
ALTER TABLE `mdl_external_services`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_exteserv_nam_uix` (`name`);

--
-- Index pour la table `mdl_external_services_functions`
--
ALTER TABLE `mdl_external_services_functions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_exteservfunc_ext_ix` (`externalserviceid`);

--
-- Index pour la table `mdl_external_services_users`
--
ALTER TABLE `mdl_external_services_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_exteservuser_ext_ix` (`externalserviceid`),
  ADD KEY `mdl_exteservuser_use_ix` (`userid`);

--
-- Index pour la table `mdl_external_tokens`
--
ALTER TABLE `mdl_external_tokens`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_extetoke_use_ix` (`userid`),
  ADD KEY `mdl_extetoke_ext_ix` (`externalserviceid`),
  ADD KEY `mdl_extetoke_con_ix` (`contextid`),
  ADD KEY `mdl_extetoke_cre_ix` (`creatorid`);

--
-- Index pour la table `mdl_favourite`
--
ALTER TABLE `mdl_favourite`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_favo_comiteiteconuse_uix` (`component`,`itemtype`,`itemid`,`contextid`,`userid`),
  ADD KEY `mdl_favo_con_ix` (`contextid`),
  ADD KEY `mdl_favo_use_ix` (`userid`);

--
-- Index pour la table `mdl_feedback`
--
ALTER TABLE `mdl_feedback`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feed_cou_ix` (`course`);

--
-- Index pour la table `mdl_feedback_completed`
--
ALTER TABLE `mdl_feedback_completed`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedcomp_use_ix` (`userid`),
  ADD KEY `mdl_feedcomp_fee_ix` (`feedback`);

--
-- Index pour la table `mdl_feedback_completedtmp`
--
ALTER TABLE `mdl_feedback_completedtmp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedcomp_use2_ix` (`userid`),
  ADD KEY `mdl_feedcomp_fee2_ix` (`feedback`);

--
-- Index pour la table `mdl_feedback_item`
--
ALTER TABLE `mdl_feedback_item`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feeditem_fee_ix` (`feedback`),
  ADD KEY `mdl_feeditem_tem_ix` (`template`);

--
-- Index pour la table `mdl_feedback_sitecourse_map`
--
ALTER TABLE `mdl_feedback_sitecourse_map`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedsitemap_cou_ix` (`courseid`),
  ADD KEY `mdl_feedsitemap_fee_ix` (`feedbackid`);

--
-- Index pour la table `mdl_feedback_template`
--
ALTER TABLE `mdl_feedback_template`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_feedtemp_cou_ix` (`course`);

--
-- Index pour la table `mdl_feedback_value`
--
ALTER TABLE `mdl_feedback_value`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_feedvalu_comitecou_uix` (`completed`,`item`,`course_id`),
  ADD KEY `mdl_feedvalu_cou_ix` (`course_id`),
  ADD KEY `mdl_feedvalu_ite_ix` (`item`);

--
-- Index pour la table `mdl_feedback_valuetmp`
--
ALTER TABLE `mdl_feedback_valuetmp`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_feedvalu_comitecou2_uix` (`completed`,`item`,`course_id`),
  ADD KEY `mdl_feedvalu_cou2_ix` (`course_id`),
  ADD KEY `mdl_feedvalu_ite2_ix` (`item`);

--
-- Index pour la table `mdl_files`
--
ALTER TABLE `mdl_files`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_file_pat_uix` (`pathnamehash`),
  ADD KEY `mdl_file_comfilconite_ix` (`component`,`filearea`,`contextid`,`itemid`),
  ADD KEY `mdl_file_con_ix` (`contenthash`),
  ADD KEY `mdl_file_lic_ix` (`license`),
  ADD KEY `mdl_file_con2_ix` (`contextid`),
  ADD KEY `mdl_file_use_ix` (`userid`),
  ADD KEY `mdl_file_ref_ix` (`referencefileid`);

--
-- Index pour la table `mdl_files_reference`
--
ALTER TABLE `mdl_files_reference`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filerefe_refrep_uix` (`referencehash`,`repositoryid`),
  ADD KEY `mdl_filerefe_rep_ix` (`repositoryid`);

--
-- Index pour la table `mdl_file_conversion`
--
ALTER TABLE `mdl_file_conversion`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_fileconv_sou_ix` (`sourcefileid`),
  ADD KEY `mdl_fileconv_des_ix` (`destfileid`);

--
-- Index pour la table `mdl_filter_active`
--
ALTER TABLE `mdl_filter_active`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filtacti_confil_uix` (`contextid`,`filter`),
  ADD KEY `mdl_filtacti_con_ix` (`contextid`);

--
-- Index pour la table `mdl_filter_config`
--
ALTER TABLE `mdl_filter_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_filtconf_confilnam_uix` (`contextid`,`filter`,`name`),
  ADD KEY `mdl_filtconf_con_ix` (`contextid`);

--
-- Index pour la table `mdl_folder`
--
ALTER TABLE `mdl_folder`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_fold_cou_ix` (`course`);

--
-- Index pour la table `mdl_forum`
--
ALTER TABLE `mdl_forum`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foru_cou_ix` (`course`);

--
-- Index pour la table `mdl_forum_digests`
--
ALTER TABLE `mdl_forum_digests`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forudige_forusemai_uix` (`forum`,`userid`,`maildigest`),
  ADD KEY `mdl_forudige_use_ix` (`userid`),
  ADD KEY `mdl_forudige_for_ix` (`forum`);

--
-- Index pour la table `mdl_forum_discussions`
--
ALTER TABLE `mdl_forum_discussions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forudisc_use_ix` (`userid`),
  ADD KEY `mdl_forudisc_cou_ix` (`course`),
  ADD KEY `mdl_forudisc_for_ix` (`forum`);

--
-- Index pour la table `mdl_forum_discussion_subs`
--
ALTER TABLE `mdl_forum_discussion_subs`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forudiscsubs_usedis_uix` (`userid`,`discussion`),
  ADD KEY `mdl_forudiscsubs_for_ix` (`forum`),
  ADD KEY `mdl_forudiscsubs_use_ix` (`userid`),
  ADD KEY `mdl_forudiscsubs_dis_ix` (`discussion`);

--
-- Index pour la table `mdl_forum_grades`
--
ALTER TABLE `mdl_forum_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forugrad_foriteuse_uix` (`forum`,`itemnumber`,`userid`),
  ADD KEY `mdl_forugrad_use_ix` (`userid`),
  ADD KEY `mdl_forugrad_for_ix` (`forum`);

--
-- Index pour la table `mdl_forum_posts`
--
ALTER TABLE `mdl_forum_posts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forupost_use_ix` (`userid`),
  ADD KEY `mdl_forupost_cre_ix` (`created`),
  ADD KEY `mdl_forupost_mai_ix` (`mailed`),
  ADD KEY `mdl_forupost_pri_ix` (`privatereplyto`),
  ADD KEY `mdl_forupost_dis_ix` (`discussion`),
  ADD KEY `mdl_forupost_par_ix` (`parent`);

--
-- Index pour la table `mdl_forum_queue`
--
ALTER TABLE `mdl_forum_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foruqueu_use_ix` (`userid`),
  ADD KEY `mdl_foruqueu_dis_ix` (`discussionid`),
  ADD KEY `mdl_foruqueu_pos_ix` (`postid`);

--
-- Index pour la table `mdl_forum_read`
--
ALTER TABLE `mdl_forum_read`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_foruread_usefor_ix` (`userid`,`forumid`),
  ADD KEY `mdl_foruread_usedis_ix` (`userid`,`discussionid`),
  ADD KEY `mdl_foruread_posuse_ix` (`postid`,`userid`);

--
-- Index pour la table `mdl_forum_subscriptions`
--
ALTER TABLE `mdl_forum_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_forusubs_usefor_uix` (`userid`,`forum`),
  ADD KEY `mdl_forusubs_use_ix` (`userid`),
  ADD KEY `mdl_forusubs_for_ix` (`forum`);

--
-- Index pour la table `mdl_forum_track_prefs`
--
ALTER TABLE `mdl_forum_track_prefs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_forutracpref_usefor_ix` (`userid`,`forumid`);

--
-- Index pour la table `mdl_geogebra`
--
ALTER TABLE `mdl_geogebra`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_geog_cou_ix` (`course`);

--
-- Index pour la table `mdl_geogebra_attempts`
--
ALTER TABLE `mdl_geogebra_attempts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_geogatte_geo_ix` (`geogebra`);

--
-- Index pour la table `mdl_glossary`
--
ALTER TABLE `mdl_glossary`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glos_cou_ix` (`course`);

--
-- Index pour la table `mdl_glossary_alias`
--
ALTER TABLE `mdl_glossary_alias`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosalia_ent_ix` (`entryid`);

--
-- Index pour la table `mdl_glossary_categories`
--
ALTER TABLE `mdl_glossary_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gloscate_glo_ix` (`glossaryid`);

--
-- Index pour la table `mdl_glossary_entries`
--
ALTER TABLE `mdl_glossary_entries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosentr_use_ix` (`userid`),
  ADD KEY `mdl_glosentr_con_ix` (`concept`),
  ADD KEY `mdl_glosentr_glo_ix` (`glossaryid`);

--
-- Index pour la table `mdl_glossary_entries_categories`
--
ALTER TABLE `mdl_glossary_entries_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_glosentrcate_cat_ix` (`categoryid`),
  ADD KEY `mdl_glosentrcate_ent_ix` (`entryid`);

--
-- Index pour la table `mdl_glossary_formats`
--
ALTER TABLE `mdl_glossary_formats`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_grade_categories`
--
ALTER TABLE `mdl_grade_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradcate_cou_ix` (`courseid`),
  ADD KEY `mdl_gradcate_par_ix` (`parent`);

--
-- Index pour la table `mdl_grade_categories_history`
--
ALTER TABLE `mdl_grade_categories_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradcatehist_act_ix` (`action`),
  ADD KEY `mdl_gradcatehist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradcatehist_old_ix` (`oldid`),
  ADD KEY `mdl_gradcatehist_cou_ix` (`courseid`),
  ADD KEY `mdl_gradcatehist_par_ix` (`parent`),
  ADD KEY `mdl_gradcatehist_log_ix` (`loggeduser`);

--
-- Index pour la table `mdl_grade_grades`
--
ALTER TABLE `mdl_grade_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradgrad_useite_uix` (`userid`,`itemid`),
  ADD KEY `mdl_gradgrad_locloc_ix` (`locked`,`locktime`),
  ADD KEY `mdl_gradgrad_ite_ix` (`itemid`),
  ADD KEY `mdl_gradgrad_use_ix` (`userid`),
  ADD KEY `mdl_gradgrad_raw_ix` (`rawscaleid`),
  ADD KEY `mdl_gradgrad_use2_ix` (`usermodified`);

--
-- Index pour la table `mdl_grade_grades_history`
--
ALTER TABLE `mdl_grade_grades_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradgradhist_act_ix` (`action`),
  ADD KEY `mdl_gradgradhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradgradhist_useitetim_ix` (`userid`,`itemid`,`timemodified`),
  ADD KEY `mdl_gradgradhist_old_ix` (`oldid`),
  ADD KEY `mdl_gradgradhist_ite_ix` (`itemid`),
  ADD KEY `mdl_gradgradhist_use_ix` (`userid`),
  ADD KEY `mdl_gradgradhist_raw_ix` (`rawscaleid`),
  ADD KEY `mdl_gradgradhist_use2_ix` (`usermodified`),
  ADD KEY `mdl_gradgradhist_log_ix` (`loggeduser`);

--
-- Index pour la table `mdl_grade_import_newitem`
--
ALTER TABLE `mdl_grade_import_newitem`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradimponewi_imp_ix` (`importer`);

--
-- Index pour la table `mdl_grade_import_values`
--
ALTER TABLE `mdl_grade_import_values`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradimpovalu_ite_ix` (`itemid`),
  ADD KEY `mdl_gradimpovalu_new_ix` (`newgradeitem`),
  ADD KEY `mdl_gradimpovalu_imp_ix` (`importer`);

--
-- Index pour la table `mdl_grade_items`
--
ALTER TABLE `mdl_grade_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_graditem_locloc_ix` (`locked`,`locktime`),
  ADD KEY `mdl_graditem_itenee_ix` (`itemtype`,`needsupdate`),
  ADD KEY `mdl_graditem_gra_ix` (`gradetype`),
  ADD KEY `mdl_graditem_idncou_ix` (`idnumber`,`courseid`),
  ADD KEY `mdl_graditem_cou_ix` (`courseid`),
  ADD KEY `mdl_graditem_cat_ix` (`categoryid`),
  ADD KEY `mdl_graditem_sca_ix` (`scaleid`),
  ADD KEY `mdl_graditem_out_ix` (`outcomeid`);

--
-- Index pour la table `mdl_grade_items_history`
--
ALTER TABLE `mdl_grade_items_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_graditemhist_act_ix` (`action`),
  ADD KEY `mdl_graditemhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_graditemhist_old_ix` (`oldid`),
  ADD KEY `mdl_graditemhist_cou_ix` (`courseid`),
  ADD KEY `mdl_graditemhist_cat_ix` (`categoryid`),
  ADD KEY `mdl_graditemhist_sca_ix` (`scaleid`),
  ADD KEY `mdl_graditemhist_out_ix` (`outcomeid`),
  ADD KEY `mdl_graditemhist_log_ix` (`loggeduser`);

--
-- Index pour la table `mdl_grade_letters`
--
ALTER TABLE `mdl_grade_letters`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradlett_conlowlet_uix` (`contextid`,`lowerboundary`,`letter`);

--
-- Index pour la table `mdl_grade_outcomes`
--
ALTER TABLE `mdl_grade_outcomes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradoutc_cousho_uix` (`courseid`,`shortname`),
  ADD KEY `mdl_gradoutc_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutc_sca_ix` (`scaleid`),
  ADD KEY `mdl_gradoutc_use_ix` (`usermodified`);

--
-- Index pour la table `mdl_grade_outcomes_courses`
--
ALTER TABLE `mdl_grade_outcomes_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradoutccour_couout_uix` (`courseid`,`outcomeid`),
  ADD KEY `mdl_gradoutccour_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutccour_out_ix` (`outcomeid`);

--
-- Index pour la table `mdl_grade_outcomes_history`
--
ALTER TABLE `mdl_grade_outcomes_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradoutchist_act_ix` (`action`),
  ADD KEY `mdl_gradoutchist_tim_ix` (`timemodified`),
  ADD KEY `mdl_gradoutchist_old_ix` (`oldid`),
  ADD KEY `mdl_gradoutchist_cou_ix` (`courseid`),
  ADD KEY `mdl_gradoutchist_sca_ix` (`scaleid`),
  ADD KEY `mdl_gradoutchist_log_ix` (`loggeduser`);

--
-- Index pour la table `mdl_grade_settings`
--
ALTER TABLE `mdl_grade_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradsett_counam_uix` (`courseid`,`name`),
  ADD KEY `mdl_gradsett_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_gradingform_guide_comments`
--
ALTER TABLE `mdl_gradingform_guide_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradguidcomm_def_ix` (`definitionid`);

--
-- Index pour la table `mdl_gradingform_guide_criteria`
--
ALTER TABLE `mdl_gradingform_guide_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradguidcrit_def_ix` (`definitionid`);

--
-- Index pour la table `mdl_gradingform_guide_fillings`
--
ALTER TABLE `mdl_gradingform_guide_fillings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradguidfill_inscri_uix` (`instanceid`,`criterionid`),
  ADD KEY `mdl_gradguidfill_ins_ix` (`instanceid`),
  ADD KEY `mdl_gradguidfill_cri_ix` (`criterionid`);

--
-- Index pour la table `mdl_gradingform_rubric_criteria`
--
ALTER TABLE `mdl_gradingform_rubric_criteria`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradrubrcrit_def_ix` (`definitionid`);

--
-- Index pour la table `mdl_gradingform_rubric_fillings`
--
ALTER TABLE `mdl_gradingform_rubric_fillings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradrubrfill_inscri_uix` (`instanceid`,`criterionid`),
  ADD KEY `mdl_gradrubrfill_lev_ix` (`levelid`),
  ADD KEY `mdl_gradrubrfill_ins_ix` (`instanceid`),
  ADD KEY `mdl_gradrubrfill_cri_ix` (`criterionid`);

--
-- Index pour la table `mdl_gradingform_rubric_levels`
--
ALTER TABLE `mdl_gradingform_rubric_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradrubrleve_cri_ix` (`criterionid`);

--
-- Index pour la table `mdl_grading_areas`
--
ALTER TABLE `mdl_grading_areas`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_gradarea_concomare_uix` (`contextid`,`component`,`areaname`),
  ADD KEY `mdl_gradarea_con_ix` (`contextid`);

--
-- Index pour la table `mdl_grading_definitions`
--
ALTER TABLE `mdl_grading_definitions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_graddefi_aremet_uix` (`areaid`,`method`),
  ADD KEY `mdl_graddefi_are_ix` (`areaid`),
  ADD KEY `mdl_graddefi_use_ix` (`usermodified`),
  ADD KEY `mdl_graddefi_use2_ix` (`usercreated`);

--
-- Index pour la table `mdl_grading_instances`
--
ALTER TABLE `mdl_grading_instances`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_gradinst_def_ix` (`definitionid`),
  ADD KEY `mdl_gradinst_rat_ix` (`raterid`);

--
-- Index pour la table `mdl_groupings`
--
ALTER TABLE `mdl_groupings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grou_idn2_ix` (`idnumber`),
  ADD KEY `mdl_grou_cou2_ix` (`courseid`);

--
-- Index pour la table `mdl_groupings_groups`
--
ALTER TABLE `mdl_groupings_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grougrou_gro_ix` (`groupingid`),
  ADD KEY `mdl_grougrou_gro2_ix` (`groupid`);

--
-- Index pour la table `mdl_groups`
--
ALTER TABLE `mdl_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_grou_idn_ix` (`idnumber`),
  ADD KEY `mdl_grou_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_groups_members`
--
ALTER TABLE `mdl_groups_members`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_groumemb_usegro_uix` (`userid`,`groupid`),
  ADD KEY `mdl_groumemb_gro_ix` (`groupid`),
  ADD KEY `mdl_groumemb_use_ix` (`userid`);

--
-- Index pour la table `mdl_h5p`
--
ALTER TABLE `mdl_h5p`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5p_mai_ix` (`mainlibraryid`);

--
-- Index pour la table `mdl_h5pactivity`
--
ALTER TABLE `mdl_h5pactivity`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5pa_cou_ix` (`course`);

--
-- Index pour la table `mdl_h5pactivity_attempts`
--
ALTER TABLE `mdl_h5pactivity_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_h5paatte_h5puseatt_uix` (`h5pactivityid`,`userid`,`attempt`),
  ADD KEY `mdl_h5paatte_tim_ix` (`timecreated`),
  ADD KEY `mdl_h5paatte_h5ptim_ix` (`h5pactivityid`,`timecreated`),
  ADD KEY `mdl_h5paatte_h5puse_ix` (`h5pactivityid`,`userid`),
  ADD KEY `mdl_h5paatte_h5p_ix` (`h5pactivityid`);

--
-- Index pour la table `mdl_h5pactivity_attempts_results`
--
ALTER TABLE `mdl_h5pactivity_attempts_results`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5paatteresu_atttim_ix` (`attemptid`,`timecreated`),
  ADD KEY `mdl_h5paatteresu_att_ix` (`attemptid`);

--
-- Index pour la table `mdl_h5p_contents_libraries`
--
ALTER TABLE `mdl_h5p_contents_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5pcontlibr_h5p_ix` (`h5pid`),
  ADD KEY `mdl_h5pcontlibr_lib_ix` (`libraryid`);

--
-- Index pour la table `mdl_h5p_libraries`
--
ALTER TABLE `mdl_h5p_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibr_macmajminpatrun_ix` (`machinename`,`majorversion`,`minorversion`,`patchversion`,`runnable`);

--
-- Index pour la table `mdl_h5p_libraries_cachedassets`
--
ALTER TABLE `mdl_h5p_libraries_cachedassets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibrcach_lib_ix` (`libraryid`);

--
-- Index pour la table `mdl_h5p_library_dependencies`
--
ALTER TABLE `mdl_h5p_library_dependencies`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_h5plibrdepe_lib_ix` (`libraryid`),
  ADD KEY `mdl_h5plibrdepe_req_ix` (`requiredlibraryid`);

--
-- Index pour la table `mdl_hvp`
--
ALTER TABLE `mdl_hvp`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_auth`
--
ALTER TABLE `mdl_hvp_auth`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_hvpauth_use_uix` (`user_id`);

--
-- Index pour la table `mdl_hvp_contents_libraries`
--
ALTER TABLE `mdl_hvp_contents_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_hvpcontlibr_dro_ix` (`drop_css`);

--
-- Index pour la table `mdl_hvp_content_hub_cache`
--
ALTER TABLE `mdl_hvp_content_hub_cache`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_hvpconthubcach_lan_uix` (`language`);

--
-- Index pour la table `mdl_hvp_content_user_data`
--
ALTER TABLE `mdl_hvp_content_user_data`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_counters`
--
ALTER TABLE `mdl_hvp_counters`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_hvpcoun_typliblib_ix` (`type`,`library_name`,`library_version`);

--
-- Index pour la table `mdl_hvp_events`
--
ALTER TABLE `mdl_hvp_events`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_libraries`
--
ALTER TABLE `mdl_hvp_libraries`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_hvplibr_macmajminpatrun_ix` (`machine_name`,`major_version`,`minor_version`,`patch_version`,`runnable`);

--
-- Index pour la table `mdl_hvp_libraries_cachedassets`
--
ALTER TABLE `mdl_hvp_libraries_cachedassets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_hvplibrcach_libhas_uix` (`library_id`,`hash`);

--
-- Index pour la table `mdl_hvp_libraries_hub_cache`
--
ALTER TABLE `mdl_hvp_libraries_hub_cache`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_libraries_languages`
--
ALTER TABLE `mdl_hvp_libraries_languages`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_libraries_libraries`
--
ALTER TABLE `mdl_hvp_libraries_libraries`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_tmpfiles`
--
ALTER TABLE `mdl_hvp_tmpfiles`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_hvp_xapi_results`
--
ALTER TABLE `mdl_hvp_xapi_results`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_hvpxapiresu_conuse_ix` (`content_id`,`user_id`);

--
-- Index pour la table `mdl_imscp`
--
ALTER TABLE `mdl_imscp`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_imsc_cou_ix` (`course`);

--
-- Index pour la table `mdl_label`
--
ALTER TABLE `mdl_label`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_labe_cou_ix` (`course`);

--
-- Index pour la table `mdl_lesson`
--
ALTER TABLE `mdl_lesson`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_less_cou_ix` (`course`);

--
-- Index pour la table `mdl_lesson_answers`
--
ALTER TABLE `mdl_lesson_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessansw_les_ix` (`lessonid`),
  ADD KEY `mdl_lessansw_pag_ix` (`pageid`);

--
-- Index pour la table `mdl_lesson_attempts`
--
ALTER TABLE `mdl_lesson_attempts`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessatte_use_ix` (`userid`),
  ADD KEY `mdl_lessatte_les_ix` (`lessonid`),
  ADD KEY `mdl_lessatte_pag_ix` (`pageid`),
  ADD KEY `mdl_lessatte_ans_ix` (`answerid`);

--
-- Index pour la table `mdl_lesson_branch`
--
ALTER TABLE `mdl_lesson_branch`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessbran_use_ix` (`userid`),
  ADD KEY `mdl_lessbran_les_ix` (`lessonid`),
  ADD KEY `mdl_lessbran_pag_ix` (`pageid`);

--
-- Index pour la table `mdl_lesson_grades`
--
ALTER TABLE `mdl_lesson_grades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessgrad_use_ix` (`userid`),
  ADD KEY `mdl_lessgrad_les_ix` (`lessonid`);

--
-- Index pour la table `mdl_lesson_overrides`
--
ALTER TABLE `mdl_lesson_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lessover_les_ix` (`lessonid`),
  ADD KEY `mdl_lessover_gro_ix` (`groupid`),
  ADD KEY `mdl_lessover_use_ix` (`userid`);

--
-- Index pour la table `mdl_lesson_pages`
--
ALTER TABLE `mdl_lesson_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lesspage_les_ix` (`lessonid`);

--
-- Index pour la table `mdl_lesson_timer`
--
ALTER TABLE `mdl_lesson_timer`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lesstime_use_ix` (`userid`),
  ADD KEY `mdl_lesstime_les_ix` (`lessonid`);

--
-- Index pour la table `mdl_license`
--
ALTER TABLE `mdl_license`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_lock_db`
--
ALTER TABLE `mdl_lock_db`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_lockdb_res_uix` (`resourcekey`),
  ADD KEY `mdl_lockdb_exp_ix` (`expires`),
  ADD KEY `mdl_lockdb_own_ix` (`owner`);

--
-- Index pour la table `mdl_log`
--
ALTER TABLE `mdl_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_log_coumodact_ix` (`course`,`module`,`action`),
  ADD KEY `mdl_log_tim_ix` (`time`),
  ADD KEY `mdl_log_act_ix` (`action`),
  ADD KEY `mdl_log_usecou_ix` (`userid`,`course`),
  ADD KEY `mdl_log_cmi_ix` (`cmid`);

--
-- Index pour la table `mdl_logstore_standard_log`
--
ALTER TABLE `mdl_logstore_standard_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_logsstanlog_tim_ix` (`timecreated`),
  ADD KEY `mdl_logsstanlog_couanotim_ix` (`courseid`,`anonymous`,`timecreated`),
  ADD KEY `mdl_logsstanlog_useconconcr_ix` (`userid`,`contextlevel`,`contextinstanceid`,`crud`,`edulevel`,`timecreated`),
  ADD KEY `mdl_logsstanlog_con_ix` (`contextid`);

--
-- Index pour la table `mdl_log_display`
--
ALTER TABLE `mdl_log_display`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_logdisp_modact_uix` (`module`,`action`);

--
-- Index pour la table `mdl_log_queries`
--
ALTER TABLE `mdl_log_queries`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_lti`
--
ALTER TABLE `mdl_lti`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_lti_cou_ix` (`course`);

--
-- Index pour la table `mdl_ltiservice_gradebookservices`
--
ALTER TABLE `mdl_ltiservice_gradebookservices`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltisgrad_lti_ix` (`ltilinkid`),
  ADD KEY `mdl_ltisgrad_gracou_ix` (`gradeitemid`,`courseid`);

--
-- Index pour la table `mdl_lti_access_tokens`
--
ALTER TABLE `mdl_lti_access_tokens`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltiaccetoke_tok_uix` (`token`),
  ADD KEY `mdl_ltiaccetoke_typ_ix` (`typeid`);

--
-- Index pour la table `mdl_lti_submission`
--
ALTER TABLE `mdl_lti_submission`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltisubm_lti_ix` (`ltiid`);

--
-- Index pour la table `mdl_lti_tool_proxies`
--
ALTER TABLE `mdl_lti_tool_proxies`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltitoolprox_gui_uix` (`guid`);

--
-- Index pour la table `mdl_lti_tool_settings`
--
ALTER TABLE `mdl_lti_tool_settings`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltitoolsett_too_ix` (`toolproxyid`),
  ADD KEY `mdl_ltitoolsett_typ_ix` (`typeid`),
  ADD KEY `mdl_ltitoolsett_cou_ix` (`course`),
  ADD KEY `mdl_ltitoolsett_cou2_ix` (`coursemoduleid`);

--
-- Index pour la table `mdl_lti_types`
--
ALTER TABLE `mdl_lti_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ltitype_cli_uix` (`clientid`),
  ADD KEY `mdl_ltitype_cou_ix` (`course`),
  ADD KEY `mdl_ltitype_too_ix` (`tooldomain`);

--
-- Index pour la table `mdl_lti_types_config`
--
ALTER TABLE `mdl_lti_types_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_ltitypeconf_typ_ix` (`typeid`);

--
-- Index pour la table `mdl_message`
--
ALTER TABLE `mdl_message`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mess_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`),
  ADD KEY `mdl_mess_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`),
  ADD KEY `mdl_mess_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`);

--
-- Index pour la table `mdl_messageinbound_datakeys`
--
ALTER TABLE `mdl_messageinbound_datakeys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messdata_handat_uix` (`handler`,`datavalue`),
  ADD KEY `mdl_messdata_han_ix` (`handler`);

--
-- Index pour la table `mdl_messageinbound_handlers`
--
ALTER TABLE `mdl_messageinbound_handlers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messhand_cla_uix` (`classname`);

--
-- Index pour la table `mdl_messageinbound_messagelist`
--
ALTER TABLE `mdl_messageinbound_messagelist`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messmess_use_ix` (`userid`);

--
-- Index pour la table `mdl_messages`
--
ALTER TABLE `mdl_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mess_contim_ix` (`conversationid`,`timecreated`),
  ADD KEY `mdl_mess_use_ix` (`useridfrom`),
  ADD KEY `mdl_mess_con_ix` (`conversationid`);

--
-- Index pour la table `mdl_message_airnotifier_devices`
--
ALTER TABLE `mdl_message_airnotifier_devices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messairndevi_use_uix` (`userdeviceid`);

--
-- Index pour la table `mdl_message_contacts`
--
ALTER TABLE `mdl_message_contacts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messcont_usecon_uix` (`userid`,`contactid`),
  ADD KEY `mdl_messcont_use_ix` (`userid`),
  ADD KEY `mdl_messcont_con_ix` (`contactid`);

--
-- Index pour la table `mdl_message_contact_requests`
--
ALTER TABLE `mdl_message_contact_requests`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messcontrequ_usereq_uix` (`userid`,`requesteduserid`),
  ADD KEY `mdl_messcontrequ_use_ix` (`userid`),
  ADD KEY `mdl_messcontrequ_req_ix` (`requesteduserid`);

--
-- Index pour la table `mdl_message_conversations`
--
ALTER TABLE `mdl_message_conversations`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconv_typ_ix` (`type`),
  ADD KEY `mdl_messconv_con_ix` (`convhash`),
  ADD KEY `mdl_messconv_comiteitecon_ix` (`component`,`itemtype`,`itemid`,`contextid`),
  ADD KEY `mdl_messconv_con2_ix` (`contextid`);

--
-- Index pour la table `mdl_message_conversation_actions`
--
ALTER TABLE `mdl_message_conversation_actions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconvacti_use_ix` (`userid`),
  ADD KEY `mdl_messconvacti_con_ix` (`conversationid`);

--
-- Index pour la table `mdl_message_conversation_members`
--
ALTER TABLE `mdl_message_conversation_members`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messconvmemb_con_ix` (`conversationid`),
  ADD KEY `mdl_messconvmemb_use_ix` (`userid`);

--
-- Index pour la table `mdl_message_email_messages`
--
ALTER TABLE `mdl_message_email_messages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messemaimess_use_ix` (`useridto`),
  ADD KEY `mdl_messemaimess_con_ix` (`conversationid`),
  ADD KEY `mdl_messemaimess_mes_ix` (`messageid`);

--
-- Index pour la table `mdl_message_popup`
--
ALTER TABLE `mdl_message_popup`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messpopu_mesisr_uix` (`messageid`,`isread`),
  ADD KEY `mdl_messpopu_isr_ix` (`isread`);

--
-- Index pour la table `mdl_message_popup_notifications`
--
ALTER TABLE `mdl_message_popup_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messpopunoti_not_ix` (`notificationid`);

--
-- Index pour la table `mdl_message_processors`
--
ALTER TABLE `mdl_message_processors`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_message_providers`
--
ALTER TABLE `mdl_message_providers`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messprov_comnam_uix` (`component`,`name`);

--
-- Index pour la table `mdl_message_read`
--
ALTER TABLE `mdl_message_read`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_messread_useusetimtim_ix` (`useridfrom`,`useridto`,`timeuserfromdeleted`,`timeusertodeleted`),
  ADD KEY `mdl_messread_nottim_ix` (`notification`,`timeread`),
  ADD KEY `mdl_messread_usetimnot_ix` (`useridfrom`,`timeuserfromdeleted`,`notification`),
  ADD KEY `mdl_messread_usetimnot2_ix` (`useridto`,`timeusertodeleted`,`notification`);

--
-- Index pour la table `mdl_message_users_blocked`
--
ALTER TABLE `mdl_message_users_blocked`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messuserbloc_useblo_uix` (`userid`,`blockeduserid`),
  ADD KEY `mdl_messuserbloc_use_ix` (`userid`),
  ADD KEY `mdl_messuserbloc_blo_ix` (`blockeduserid`);

--
-- Index pour la table `mdl_message_user_actions`
--
ALTER TABLE `mdl_message_user_actions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_messuseracti_usemesact_uix` (`userid`,`messageid`,`action`),
  ADD KEY `mdl_messuseracti_use_ix` (`userid`),
  ADD KEY `mdl_messuseracti_mes_ix` (`messageid`);

--
-- Index pour la table `mdl_mnetservice_enrol_courses`
--
ALTER TABLE `mdl_mnetservice_enrol_courses`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetenrocour_hosrem_uix` (`hostid`,`remoteid`);

--
-- Index pour la table `mdl_mnetservice_enrol_enrolments`
--
ALTER TABLE `mdl_mnetservice_enrol_enrolments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetenroenro_use_ix` (`userid`),
  ADD KEY `mdl_mnetenroenro_hos_ix` (`hostid`);

--
-- Index pour la table `mdl_mnet_application`
--
ALTER TABLE `mdl_mnet_application`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_mnet_host`
--
ALTER TABLE `mdl_mnet_host`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnethost_app_ix` (`applicationid`);

--
-- Index pour la table `mdl_mnet_host2service`
--
ALTER TABLE `mdl_mnet_host2service`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnethost_hosser_uix` (`hostid`,`serviceid`);

--
-- Index pour la table `mdl_mnet_log`
--
ALTER TABLE `mdl_mnet_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetlog_hosusecou_ix` (`hostid`,`userid`,`course`);

--
-- Index pour la table `mdl_mnet_remote_rpc`
--
ALTER TABLE `mdl_mnet_remote_rpc`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_mnet_remote_service2rpc`
--
ALTER TABLE `mdl_mnet_remote_service2rpc`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetremoserv_rpcser_uix` (`rpcid`,`serviceid`);

--
-- Index pour la table `mdl_mnet_rpc`
--
ALTER TABLE `mdl_mnet_rpc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mnetrpc_enaxml_ix` (`enabled`,`xmlrpcpath`);

--
-- Index pour la table `mdl_mnet_service`
--
ALTER TABLE `mdl_mnet_service`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_mnet_service2rpc`
--
ALTER TABLE `mdl_mnet_service2rpc`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetserv_rpcser_uix` (`rpcid`,`serviceid`);

--
-- Index pour la table `mdl_mnet_session`
--
ALTER TABLE `mdl_mnet_session`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetsess_tok_uix` (`token`);

--
-- Index pour la table `mdl_mnet_sso_access_control`
--
ALTER TABLE `mdl_mnet_sso_access_control`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_mnetssoaccecont_mneuse_uix` (`mnet_host_id`,`username`);

--
-- Index pour la table `mdl_modules`
--
ALTER TABLE `mdl_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_modu_nam_ix` (`name`);

--
-- Index pour la table `mdl_my_pages`
--
ALTER TABLE `mdl_my_pages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_mypage_usepri_ix` (`userid`,`private`);

--
-- Index pour la table `mdl_notifications`
--
ALTER TABLE `mdl_notifications`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_noti_use_ix` (`useridfrom`),
  ADD KEY `mdl_noti_use2_ix` (`useridto`);

--
-- Index pour la table `mdl_oauth2_access_token`
--
ALTER TABLE `mdl_oauth2_access_token`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautaccetoke_iss_uix` (`issuerid`);

--
-- Index pour la table `mdl_oauth2_endpoint`
--
ALTER TABLE `mdl_oauth2_endpoint`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_oautendp_iss_ix` (`issuerid`);

--
-- Index pour la table `mdl_oauth2_issuer`
--
ALTER TABLE `mdl_oauth2_issuer`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_oauth2_system_account`
--
ALTER TABLE `mdl_oauth2_system_account`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautsystacco_iss_uix` (`issuerid`);

--
-- Index pour la table `mdl_oauth2_user_field_mapping`
--
ALTER TABLE `mdl_oauth2_user_field_mapping`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_oautuserfielmapp_issin_uix` (`issuerid`,`internalfield`),
  ADD KEY `mdl_oautuserfielmapp_iss_ix` (`issuerid`);

--
-- Index pour la table `mdl_page`
--
ALTER TABLE `mdl_page`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_page_cou_ix` (`course`);

--
-- Index pour la table `mdl_portfolio_instance`
--
ALTER TABLE `mdl_portfolio_instance`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_portfolio_instance_config`
--
ALTER TABLE `mdl_portfolio_instance_config`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portinstconf_nam_ix` (`name`),
  ADD KEY `mdl_portinstconf_ins_ix` (`instance`);

--
-- Index pour la table `mdl_portfolio_instance_user`
--
ALTER TABLE `mdl_portfolio_instance_user`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portinstuser_ins_ix` (`instance`),
  ADD KEY `mdl_portinstuser_use_ix` (`userid`);

--
-- Index pour la table `mdl_portfolio_log`
--
ALTER TABLE `mdl_portfolio_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portlog_use_ix` (`userid`),
  ADD KEY `mdl_portlog_por_ix` (`portfolio`);

--
-- Index pour la table `mdl_portfolio_mahara_queue`
--
ALTER TABLE `mdl_portfolio_mahara_queue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_portmahaqueu_tok_ix` (`token`),
  ADD KEY `mdl_portmahaqueu_tra_ix` (`transferid`);

--
-- Index pour la table `mdl_portfolio_tempdata`
--
ALTER TABLE `mdl_portfolio_tempdata`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_porttemp_use_ix` (`userid`),
  ADD KEY `mdl_porttemp_ins_ix` (`instance`);

--
-- Index pour la table `mdl_post`
--
ALTER TABLE `mdl_post`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_post_iduse_uix` (`id`,`userid`),
  ADD KEY `mdl_post_las_ix` (`lastmodified`),
  ADD KEY `mdl_post_mod_ix` (`module`),
  ADD KEY `mdl_post_sub_ix` (`subject`),
  ADD KEY `mdl_post_use_ix` (`usermodified`);

--
-- Index pour la table `mdl_profiling`
--
ALTER TABLE `mdl_profiling`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_prof_run_uix` (`runid`),
  ADD KEY `mdl_prof_urlrun_ix` (`url`,`runreference`),
  ADD KEY `mdl_prof_timrun_ix` (`timecreated`,`runreference`);

--
-- Index pour la table `mdl_qtype_ddimageortext`
--
ALTER TABLE `mdl_qtype_ddimageortext`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddim_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_ddimageortext_drags`
--
ALTER TABLE `mdl_qtype_ddimageortext_drags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddimdrag_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_ddimageortext_drops`
--
ALTER TABLE `mdl_qtype_ddimageortext_drops`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddimdrop_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_ddmarker`
--
ALTER TABLE `mdl_qtype_ddmarker`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddma_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_ddmarker_drags`
--
ALTER TABLE `mdl_qtype_ddmarker_drags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddmadrag_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_ddmarker_drops`
--
ALTER TABLE `mdl_qtype_ddmarker_drops`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypddmadrop_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_essay_options`
--
ALTER TABLE `mdl_qtype_essay_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypessaopti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_qtype_formulas_answers`
--
ALTER TABLE `mdl_qtype_formulas_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypformansw_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_formulas_options`
--
ALTER TABLE `mdl_qtype_formulas_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypformopti_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_geogebra_options`
--
ALTER TABLE `mdl_qtype_geogebra_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypgeogopti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_qtype_match_options`
--
ALTER TABLE `mdl_qtype_match_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypmatcopti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_qtype_match_subquestions`
--
ALTER TABLE `mdl_qtype_match_subquestions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_qtypmatcsubq_que_ix` (`questionid`);

--
-- Index pour la table `mdl_qtype_multichoice_options`
--
ALTER TABLE `mdl_qtype_multichoice_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypmultopti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_qtype_randomsamatch_options`
--
ALTER TABLE `mdl_qtype_randomsamatch_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtyprandopti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_qtype_shortanswer_options`
--
ALTER TABLE `mdl_qtype_shortanswer_options`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_qtypshoropti_que_uix` (`questionid`);

--
-- Index pour la table `mdl_question`
--
ALTER TABLE `mdl_question`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_ques_catidn_uix` (`category`,`idnumber`),
  ADD KEY `mdl_ques_qty_ix` (`qtype`),
  ADD KEY `mdl_ques_cat_ix` (`category`),
  ADD KEY `mdl_ques_par_ix` (`parent`),
  ADD KEY `mdl_ques_cre_ix` (`createdby`),
  ADD KEY `mdl_ques_mod_ix` (`modifiedby`);

--
-- Index pour la table `mdl_question_answers`
--
ALTER TABLE `mdl_question_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesansw_que_ix` (`question`);

--
-- Index pour la table `mdl_question_attempts`
--
ALTER TABLE `mdl_question_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesatte_queslo_uix` (`questionusageid`,`slot`),
  ADD KEY `mdl_quesatte_beh_ix` (`behaviour`),
  ADD KEY `mdl_quesatte_que_ix` (`questionid`),
  ADD KEY `mdl_quesatte_que2_ix` (`questionusageid`);

--
-- Index pour la table `mdl_question_attempt_steps`
--
ALTER TABLE `mdl_question_attempt_steps`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesattestep_queseq_uix` (`questionattemptid`,`sequencenumber`),
  ADD KEY `mdl_quesattestep_que_ix` (`questionattemptid`),
  ADD KEY `mdl_quesattestep_use_ix` (`userid`);

--
-- Index pour la table `mdl_question_attempt_step_data`
--
ALTER TABLE `mdl_question_attempt_step_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesattestepdata_att_ix` (`attemptstepid`);

--
-- Index pour la table `mdl_question_calculated`
--
ALTER TABLE `mdl_question_calculated`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quescalc_ans_ix` (`answer`),
  ADD KEY `mdl_quescalc_que_ix` (`question`);

--
-- Index pour la table `mdl_question_calculated_options`
--
ALTER TABLE `mdl_question_calculated_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quescalcopti_que_ix` (`question`);

--
-- Index pour la table `mdl_question_categories`
--
ALTER TABLE `mdl_question_categories`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quescate_consta_uix` (`contextid`,`stamp`),
  ADD UNIQUE KEY `mdl_quescate_conidn_uix` (`contextid`,`idnumber`),
  ADD KEY `mdl_quescate_con_ix` (`contextid`),
  ADD KEY `mdl_quescate_par_ix` (`parent`);

--
-- Index pour la table `mdl_question_datasets`
--
ALTER TABLE `mdl_question_datasets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdata_quedat_ix` (`question`,`datasetdefinition`),
  ADD KEY `mdl_quesdata_que_ix` (`question`),
  ADD KEY `mdl_quesdata_dat_ix` (`datasetdefinition`);

--
-- Index pour la table `mdl_question_dataset_definitions`
--
ALTER TABLE `mdl_question_dataset_definitions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdatadefi_cat_ix` (`category`);

--
-- Index pour la table `mdl_question_dataset_items`
--
ALTER TABLE `mdl_question_dataset_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesdataitem_def_ix` (`definition`);

--
-- Index pour la table `mdl_question_ddwtos`
--
ALTER TABLE `mdl_question_ddwtos`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesddwt_que_ix` (`questionid`);

--
-- Index pour la table `mdl_question_gapselect`
--
ALTER TABLE `mdl_question_gapselect`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesgaps_que_ix` (`questionid`);

--
-- Index pour la table `mdl_question_hints`
--
ALTER TABLE `mdl_question_hints`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_queshint_que_ix` (`questionid`);

--
-- Index pour la table `mdl_question_multianswer`
--
ALTER TABLE `mdl_question_multianswer`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesmult_que_ix` (`question`);

--
-- Index pour la table `mdl_question_numerical`
--
ALTER TABLE `mdl_question_numerical`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesnume_ans_ix` (`answer`),
  ADD KEY `mdl_quesnume_que_ix` (`question`);

--
-- Index pour la table `mdl_question_numerical_options`
--
ALTER TABLE `mdl_question_numerical_options`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesnumeopti_que_ix` (`question`);

--
-- Index pour la table `mdl_question_numerical_units`
--
ALTER TABLE `mdl_question_numerical_units`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quesnumeunit_queuni_uix` (`question`,`unit`),
  ADD KEY `mdl_quesnumeunit_que_ix` (`question`);

--
-- Index pour la table `mdl_question_response_analysis`
--
ALTER TABLE `mdl_question_response_analysis`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_question_response_count`
--
ALTER TABLE `mdl_question_response_count`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesrespcoun_ana_ix` (`analysisid`);

--
-- Index pour la table `mdl_question_statistics`
--
ALTER TABLE `mdl_question_statistics`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_question_truefalse`
--
ALTER TABLE `mdl_question_truefalse`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_questrue_que_ix` (`question`);

--
-- Index pour la table `mdl_question_usages`
--
ALTER TABLE `mdl_question_usages`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quesusag_con_ix` (`contextid`);

--
-- Index pour la table `mdl_quiz`
--
ALTER TABLE `mdl_quiz`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quiz_cou_ix` (`course`);

--
-- Index pour la table `mdl_quizaccess_seb_quizsettings`
--
ALTER TABLE `mdl_quizaccess_seb_quizsettings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizsebquiz_qui_uix` (`quizid`),
  ADD UNIQUE KEY `mdl_quizsebquiz_cmi_uix` (`cmid`),
  ADD KEY `mdl_quizsebquiz_tem_ix` (`templateid`),
  ADD KEY `mdl_quizsebquiz_use_ix` (`usermodified`);

--
-- Index pour la table `mdl_quizaccess_seb_template`
--
ALTER TABLE `mdl_quizaccess_seb_template`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizsebtemp_use_ix` (`usermodified`);

--
-- Index pour la table `mdl_quiz_attempts`
--
ALTER TABLE `mdl_quiz_attempts`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizatte_quiuseatt_uix` (`quiz`,`userid`,`attempt`),
  ADD UNIQUE KEY `mdl_quizatte_uni_uix` (`uniqueid`),
  ADD KEY `mdl_quizatte_statim_ix` (`state`,`timecheckstate`),
  ADD KEY `mdl_quizatte_qui_ix` (`quiz`),
  ADD KEY `mdl_quizatte_use_ix` (`userid`);

--
-- Index pour la table `mdl_quiz_feedback`
--
ALTER TABLE `mdl_quiz_feedback`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizfeed_qui_ix` (`quizid`);

--
-- Index pour la table `mdl_quiz_grades`
--
ALTER TABLE `mdl_quiz_grades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizgrad_use_ix` (`userid`),
  ADD KEY `mdl_quizgrad_qui_ix` (`quiz`);

--
-- Index pour la table `mdl_quiz_overrides`
--
ALTER TABLE `mdl_quiz_overrides`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizover_qui_ix` (`quiz`),
  ADD KEY `mdl_quizover_gro_ix` (`groupid`),
  ADD KEY `mdl_quizover_use_ix` (`userid`);

--
-- Index pour la table `mdl_quiz_overview_regrades`
--
ALTER TABLE `mdl_quiz_overview_regrades`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizoverregr_queslo_ix` (`questionusageid`,`slot`);

--
-- Index pour la table `mdl_quiz_reports`
--
ALTER TABLE `mdl_quiz_reports`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizrepo_nam_uix` (`name`);

--
-- Index pour la table `mdl_quiz_sections`
--
ALTER TABLE `mdl_quiz_sections`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizsect_quifir_uix` (`quizid`,`firstslot`),
  ADD KEY `mdl_quizsect_qui_ix` (`quizid`);

--
-- Index pour la table `mdl_quiz_slots`
--
ALTER TABLE `mdl_quiz_slots`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_quizslot_quislo_uix` (`quizid`,`slot`),
  ADD KEY `mdl_quizslot_qui_ix` (`quizid`),
  ADD KEY `mdl_quizslot_que_ix` (`questionid`),
  ADD KEY `mdl_quizslot_que2_ix` (`questioncategoryid`);

--
-- Index pour la table `mdl_quiz_slot_tags`
--
ALTER TABLE `mdl_quiz_slot_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_quizslottags_slo_ix` (`slotid`),
  ADD KEY `mdl_quizslottags_tag_ix` (`tagid`);

--
-- Index pour la table `mdl_quiz_statistics`
--
ALTER TABLE `mdl_quiz_statistics`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_rating`
--
ALTER TABLE `mdl_rating`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_rati_comratconite_ix` (`component`,`ratingarea`,`contextid`,`itemid`),
  ADD KEY `mdl_rati_con_ix` (`contextid`),
  ADD KEY `mdl_rati_use_ix` (`userid`);

--
-- Index pour la table `mdl_registration_hubs`
--
ALTER TABLE `mdl_registration_hubs`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_repository`
--
ALTER TABLE `mdl_repository`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_repository_instances`
--
ALTER TABLE `mdl_repository_instances`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_repository_instance_config`
--
ALTER TABLE `mdl_repository_instance_config`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_repository_onedrive_access`
--
ALTER TABLE `mdl_repository_onedrive_access`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_repoonedacce_use_ix` (`usermodified`);

--
-- Index pour la table `mdl_resource`
--
ALTER TABLE `mdl_resource`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_reso_cou_ix` (`course`);

--
-- Index pour la table `mdl_resource_old`
--
ALTER TABLE `mdl_resource_old`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_resoold_old_uix` (`oldid`),
  ADD KEY `mdl_resoold_cmi_ix` (`cmid`);

--
-- Index pour la table `mdl_role`
--
ALTER TABLE `mdl_role`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_role_sor_uix` (`sortorder`),
  ADD UNIQUE KEY `mdl_role_sho_uix` (`shortname`);

--
-- Index pour la table `mdl_role_allow_assign`
--
ALTER TABLE `mdl_role_allow_assign`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloassi_rolall_uix` (`roleid`,`allowassign`),
  ADD KEY `mdl_rolealloassi_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloassi_all_ix` (`allowassign`);

--
-- Index pour la table `mdl_role_allow_override`
--
ALTER TABLE `mdl_role_allow_override`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloover_rolall_uix` (`roleid`,`allowoverride`),
  ADD KEY `mdl_rolealloover_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloover_all_ix` (`allowoverride`);

--
-- Index pour la table `mdl_role_allow_switch`
--
ALTER TABLE `mdl_role_allow_switch`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloswit_rolall_uix` (`roleid`,`allowswitch`),
  ADD KEY `mdl_rolealloswit_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloswit_all_ix` (`allowswitch`);

--
-- Index pour la table `mdl_role_allow_view`
--
ALTER TABLE `mdl_role_allow_view`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolealloview_rolall_uix` (`roleid`,`allowview`),
  ADD KEY `mdl_rolealloview_rol_ix` (`roleid`),
  ADD KEY `mdl_rolealloview_all_ix` (`allowview`);

--
-- Index pour la table `mdl_role_assignments`
--
ALTER TABLE `mdl_role_assignments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_roleassi_sor_ix` (`sortorder`),
  ADD KEY `mdl_roleassi_rolcon_ix` (`roleid`,`contextid`),
  ADD KEY `mdl_roleassi_useconrol_ix` (`userid`,`contextid`,`roleid`),
  ADD KEY `mdl_roleassi_comiteuse_ix` (`component`,`itemid`,`userid`),
  ADD KEY `mdl_roleassi_rol_ix` (`roleid`),
  ADD KEY `mdl_roleassi_con_ix` (`contextid`),
  ADD KEY `mdl_roleassi_use_ix` (`userid`);

--
-- Index pour la table `mdl_role_capabilities`
--
ALTER TABLE `mdl_role_capabilities`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolecapa_rolconcap_uix` (`roleid`,`contextid`,`capability`),
  ADD KEY `mdl_rolecapa_rol_ix` (`roleid`),
  ADD KEY `mdl_rolecapa_con_ix` (`contextid`),
  ADD KEY `mdl_rolecapa_mod_ix` (`modifierid`),
  ADD KEY `mdl_rolecapa_cap_ix` (`capability`);

--
-- Index pour la table `mdl_role_context_levels`
--
ALTER TABLE `mdl_role_context_levels`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolecontleve_conrol_uix` (`contextlevel`,`roleid`),
  ADD KEY `mdl_rolecontleve_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_role_names`
--
ALTER TABLE `mdl_role_names`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_rolename_rolcon_uix` (`roleid`,`contextid`),
  ADD KEY `mdl_rolename_rol_ix` (`roleid`),
  ADD KEY `mdl_rolename_con_ix` (`contextid`);

--
-- Index pour la table `mdl_scale`
--
ALTER TABLE `mdl_scale`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scal_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_scale_history`
--
ALTER TABLE `mdl_scale_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scalhist_act_ix` (`action`),
  ADD KEY `mdl_scalhist_tim_ix` (`timemodified`),
  ADD KEY `mdl_scalhist_old_ix` (`oldid`),
  ADD KEY `mdl_scalhist_cou_ix` (`courseid`),
  ADD KEY `mdl_scalhist_log_ix` (`loggeduser`);

--
-- Index pour la table `mdl_scorm`
--
ALTER TABLE `mdl_scorm`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scor_cou_ix` (`course`);

--
-- Index pour la table `mdl_scorm_aicc_session`
--
ALTER TABLE `mdl_scorm_aicc_session`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scoraiccsess_sco_ix` (`scormid`),
  ADD KEY `mdl_scoraiccsess_use_ix` (`userid`);

--
-- Index pour la table `mdl_scorm_scoes`
--
ALTER TABLE `mdl_scorm_scoes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scorscoe_sco_ix` (`scorm`);

--
-- Index pour la table `mdl_scorm_scoes_data`
--
ALTER TABLE `mdl_scorm_scoes_data`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_scorscoedata_sco_ix` (`scoid`);

--
-- Index pour la table `mdl_scorm_scoes_track`
--
ALTER TABLE `mdl_scorm_scoes_track`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorscoetrac_usescosco_uix` (`userid`,`scormid`,`scoid`,`attempt`,`element`),
  ADD KEY `mdl_scorscoetrac_use_ix` (`userid`),
  ADD KEY `mdl_scorscoetrac_sco_ix` (`scormid`),
  ADD KEY `mdl_scorscoetrac_sco2_ix` (`scoid`);

--
-- Index pour la table `mdl_scorm_seq_mapinfo`
--
ALTER TABLE `mdl_scorm_seq_mapinfo`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqmapi_scoidobj_uix` (`scoid`,`id`,`objectiveid`),
  ADD KEY `mdl_scorseqmapi_sco_ix` (`scoid`),
  ADD KEY `mdl_scorseqmapi_obj_ix` (`objectiveid`);

--
-- Index pour la table `mdl_scorm_seq_objective`
--
ALTER TABLE `mdl_scorm_seq_objective`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqobje_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqobje_sco_ix` (`scoid`);

--
-- Index pour la table `mdl_scorm_seq_rolluprule`
--
ALTER TABLE `mdl_scorm_seq_rolluprule`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqroll_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqroll_sco_ix` (`scoid`);

--
-- Index pour la table `mdl_scorm_seq_rolluprulecond`
--
ALTER TABLE `mdl_scorm_seq_rolluprulecond`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqroll_scorolid_uix` (`scoid`,`rollupruleid`,`id`),
  ADD KEY `mdl_scorseqroll_sco2_ix` (`scoid`),
  ADD KEY `mdl_scorseqroll_rol_ix` (`rollupruleid`);

--
-- Index pour la table `mdl_scorm_seq_rulecond`
--
ALTER TABLE `mdl_scorm_seq_rulecond`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqrule_idscorul_uix` (`id`,`scoid`,`ruleconditionsid`),
  ADD KEY `mdl_scorseqrule_sco2_ix` (`scoid`),
  ADD KEY `mdl_scorseqrule_rul_ix` (`ruleconditionsid`);

--
-- Index pour la table `mdl_scorm_seq_ruleconds`
--
ALTER TABLE `mdl_scorm_seq_ruleconds`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_scorseqrule_scoid_uix` (`scoid`,`id`),
  ADD KEY `mdl_scorseqrule_sco_ix` (`scoid`);

--
-- Index pour la table `mdl_search_index_requests`
--
ALTER TABLE `mdl_search_index_requests`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_searinderequ_indtim_ix` (`indexpriority`,`timerequested`),
  ADD KEY `mdl_searinderequ_con_ix` (`contextid`);

--
-- Index pour la table `mdl_search_simpledb_index`
--
ALTER TABLE `mdl_search_simpledb_index`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_searsimpinde_doc_uix` (`docid`),
  ADD KEY `mdl_searsimpinde_owncon_ix` (`owneruserid`,`contextid`);
ALTER TABLE `mdl_search_simpledb_index` ADD FULLTEXT KEY `mdl_search_simpledb_index_index` (`title`,`content`,`description1`,`description2`);

--
-- Index pour la table `mdl_sessions`
--
ALTER TABLE `mdl_sessions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_sess_sid_uix` (`sid`),
  ADD KEY `mdl_sess_sta_ix` (`state`),
  ADD KEY `mdl_sess_tim_ix` (`timecreated`),
  ADD KEY `mdl_sess_tim2_ix` (`timemodified`),
  ADD KEY `mdl_sess_use_ix` (`userid`);

--
-- Index pour la table `mdl_stats_daily`
--
ALTER TABLE `mdl_stats_daily`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statdail_cou_ix` (`courseid`),
  ADD KEY `mdl_statdail_tim_ix` (`timeend`),
  ADD KEY `mdl_statdail_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_stats_monthly`
--
ALTER TABLE `mdl_stats_monthly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statmont_cou_ix` (`courseid`),
  ADD KEY `mdl_statmont_tim_ix` (`timeend`),
  ADD KEY `mdl_statmont_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_stats_user_daily`
--
ALTER TABLE `mdl_stats_user_daily`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statuserdail_cou_ix` (`courseid`),
  ADD KEY `mdl_statuserdail_use_ix` (`userid`),
  ADD KEY `mdl_statuserdail_rol_ix` (`roleid`),
  ADD KEY `mdl_statuserdail_tim_ix` (`timeend`);

--
-- Index pour la table `mdl_stats_user_monthly`
--
ALTER TABLE `mdl_stats_user_monthly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statusermont_cou_ix` (`courseid`),
  ADD KEY `mdl_statusermont_use_ix` (`userid`),
  ADD KEY `mdl_statusermont_rol_ix` (`roleid`),
  ADD KEY `mdl_statusermont_tim_ix` (`timeend`);

--
-- Index pour la table `mdl_stats_user_weekly`
--
ALTER TABLE `mdl_stats_user_weekly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statuserweek_cou_ix` (`courseid`),
  ADD KEY `mdl_statuserweek_use_ix` (`userid`),
  ADD KEY `mdl_statuserweek_rol_ix` (`roleid`),
  ADD KEY `mdl_statuserweek_tim_ix` (`timeend`);

--
-- Index pour la table `mdl_stats_weekly`
--
ALTER TABLE `mdl_stats_weekly`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_statweek_cou_ix` (`courseid`),
  ADD KEY `mdl_statweek_tim_ix` (`timeend`),
  ADD KEY `mdl_statweek_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_survey`
--
ALTER TABLE `mdl_survey`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_surv_cou_ix` (`course`);

--
-- Index pour la table `mdl_survey_analysis`
--
ALTER TABLE `mdl_survey_analysis`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_survanal_use_ix` (`userid`),
  ADD KEY `mdl_survanal_sur_ix` (`survey`);

--
-- Index pour la table `mdl_survey_answers`
--
ALTER TABLE `mdl_survey_answers`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_survansw_use_ix` (`userid`),
  ADD KEY `mdl_survansw_sur_ix` (`survey`),
  ADD KEY `mdl_survansw_que_ix` (`question`);

--
-- Index pour la table `mdl_survey_questions`
--
ALTER TABLE `mdl_survey_questions`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tag`
--
ALTER TABLE `mdl_tag`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tag_tagnam_uix` (`tagcollid`,`name`),
  ADD KEY `mdl_tag_tagiss_ix` (`tagcollid`,`isstandard`),
  ADD KEY `mdl_tag_use_ix` (`userid`),
  ADD KEY `mdl_tag_tag_ix` (`tagcollid`);

--
-- Index pour la table `mdl_tag_area`
--
ALTER TABLE `mdl_tag_area`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tagarea_comite_uix` (`component`,`itemtype`),
  ADD KEY `mdl_tagarea_tag_ix` (`tagcollid`);

--
-- Index pour la table `mdl_tag_coll`
--
ALTER TABLE `mdl_tag_coll`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tag_correlation`
--
ALTER TABLE `mdl_tag_correlation`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tagcorr_tag_ix` (`tagid`);

--
-- Index pour la table `mdl_tag_instance`
--
ALTER TABLE `mdl_tag_instance`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_taginst_comiteiteconti_uix` (`component`,`itemtype`,`itemid`,`contextid`,`tiuserid`,`tagid`),
  ADD KEY `mdl_taginst_itecomtagcon_ix` (`itemtype`,`component`,`tagid`,`contextid`),
  ADD KEY `mdl_taginst_tag_ix` (`tagid`),
  ADD KEY `mdl_taginst_con_ix` (`contextid`);

--
-- Index pour la table `mdl_task_adhoc`
--
ALTER TABLE `mdl_task_adhoc`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_taskadho_nex_ix` (`nextruntime`),
  ADD KEY `mdl_taskadho_use_ix` (`userid`);

--
-- Index pour la table `mdl_task_log`
--
ALTER TABLE `mdl_task_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tasklog_cla_ix` (`classname`),
  ADD KEY `mdl_tasklog_tim_ix` (`timestart`);

--
-- Index pour la table `mdl_task_scheduled`
--
ALTER TABLE `mdl_task_scheduled`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tasksche_cla_uix` (`classname`);

--
-- Index pour la table `mdl_tool_cohortroles`
--
ALTER TABLE `mdl_tool_cohortroles`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolcoho_cohroluse_uix` (`cohortid`,`roleid`,`userid`);

--
-- Index pour la table `mdl_tool_customlang`
--
ALTER TABLE `mdl_tool_customlang`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolcust_lancomstr_uix` (`lang`,`componentid`,`stringid`),
  ADD KEY `mdl_toolcust_com_ix` (`componentid`);

--
-- Index pour la table `mdl_tool_customlang_components`
--
ALTER TABLE `mdl_tool_customlang_components`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tool_dataprivacy_category`
--
ALTER TABLE `mdl_tool_dataprivacy_category`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tool_dataprivacy_ctxexpired`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxexpired`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxe_con_uix` (`contextid`);

--
-- Index pour la table `mdl_tool_dataprivacy_ctxinstance`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxinstance`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxi_con_uix` (`contextid`),
  ADD KEY `mdl_tooldatactxi_pur_ix` (`purposeid`),
  ADD KEY `mdl_tooldatactxi_cat_ix` (`categoryid`);

--
-- Index pour la table `mdl_tool_dataprivacy_ctxlevel`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlevel`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatactxl_con_uix` (`contextlevel`),
  ADD KEY `mdl_tooldatactxl_cat_ix` (`categoryid`),
  ADD KEY `mdl_tooldatactxl_pur_ix` (`purposeid`);

--
-- Index pour la table `mdl_tool_dataprivacy_purpose`
--
ALTER TABLE `mdl_tool_dataprivacy_purpose`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tool_dataprivacy_purposerole`
--
ALTER TABLE `mdl_tool_dataprivacy_purposerole`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_tooldatapurp_purrol_uix` (`purposeid`,`roleid`),
  ADD KEY `mdl_tooldatapurp_pur_ix` (`purposeid`),
  ADD KEY `mdl_tooldatapurp_rol_ix` (`roleid`);

--
-- Index pour la table `mdl_tool_dataprivacy_request`
--
ALTER TABLE `mdl_tool_dataprivacy_request`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tooldatarequ_use_ix` (`userid`),
  ADD KEY `mdl_tooldatarequ_req_ix` (`requestedby`),
  ADD KEY `mdl_tooldatarequ_dpo_ix` (`dpo`),
  ADD KEY `mdl_tooldatarequ_use2_ix` (`usermodified`);

--
-- Index pour la table `mdl_tool_monitor_events`
--
ALTER TABLE `mdl_tool_monitor_events`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_tool_monitor_history`
--
ALTER TABLE `mdl_tool_monitor_history`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolmonihist_sidusetim_uix` (`sid`,`userid`,`timesent`),
  ADD KEY `mdl_toolmonihist_sid_ix` (`sid`);

--
-- Index pour la table `mdl_tool_monitor_rules`
--
ALTER TABLE `mdl_tool_monitor_rules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmonirule_couuse_ix` (`courseid`,`userid`),
  ADD KEY `mdl_toolmonirule_eve_ix` (`eventname`);

--
-- Index pour la table `mdl_tool_monitor_subscriptions`
--
ALTER TABLE `mdl_tool_monitor_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolmonisubs_couuse_ix` (`courseid`,`userid`),
  ADD KEY `mdl_toolmonisubs_rul_ix` (`ruleid`);

--
-- Index pour la table `mdl_tool_policy`
--
ALTER TABLE `mdl_tool_policy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolpoli_cur_ix` (`currentversionid`);

--
-- Index pour la table `mdl_tool_policy_acceptances`
--
ALTER TABLE `mdl_tool_policy_acceptances`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_toolpoliacce_poluse_uix` (`policyversionid`,`userid`),
  ADD KEY `mdl_toolpoliacce_pol_ix` (`policyversionid`),
  ADD KEY `mdl_toolpoliacce_use_ix` (`userid`),
  ADD KEY `mdl_toolpoliacce_use2_ix` (`usermodified`);

--
-- Index pour la table `mdl_tool_policy_versions`
--
ALTER TABLE `mdl_tool_policy_versions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolpolivers_use_ix` (`usermodified`),
  ADD KEY `mdl_toolpolivers_pol_ix` (`policyid`);

--
-- Index pour la table `mdl_tool_recyclebin_category`
--
ALTER TABLE `mdl_tool_recyclebin_category`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolrecycate_tim_ix` (`timecreated`),
  ADD KEY `mdl_toolrecycate_cat_ix` (`categoryid`);

--
-- Index pour la table `mdl_tool_recyclebin_course`
--
ALTER TABLE `mdl_tool_recyclebin_course`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_toolrecycour_tim_ix` (`timecreated`),
  ADD KEY `mdl_toolrecycour_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_tool_usertours_steps`
--
ALTER TABLE `mdl_tool_usertours_steps`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_tooluserstep_tousor_ix` (`tourid`,`sortorder`),
  ADD KEY `mdl_tooluserstep_tou_ix` (`tourid`);

--
-- Index pour la table `mdl_tool_usertours_tours`
--
ALTER TABLE `mdl_tool_usertours_tours`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_upgrade_log`
--
ALTER TABLE `mdl_upgrade_log`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_upgrlog_tim_ix` (`timemodified`),
  ADD KEY `mdl_upgrlog_typtim_ix` (`type`,`timemodified`),
  ADD KEY `mdl_upgrlog_use_ix` (`userid`);

--
-- Index pour la table `mdl_url`
--
ALTER TABLE `mdl_url`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_url_cou_ix` (`course`);

--
-- Index pour la table `mdl_user`
--
ALTER TABLE `mdl_user`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_user_mneuse_uix` (`mnethostid`,`username`),
  ADD KEY `mdl_user_del_ix` (`deleted`),
  ADD KEY `mdl_user_con_ix` (`confirmed`),
  ADD KEY `mdl_user_fir_ix` (`firstname`),
  ADD KEY `mdl_user_las_ix` (`lastname`),
  ADD KEY `mdl_user_cit_ix` (`city`),
  ADD KEY `mdl_user_cou_ix` (`country`),
  ADD KEY `mdl_user_las2_ix` (`lastaccess`),
  ADD KEY `mdl_user_ema_ix` (`email`),
  ADD KEY `mdl_user_aut_ix` (`auth`),
  ADD KEY `mdl_user_idn_ix` (`idnumber`),
  ADD KEY `mdl_user_fir2_ix` (`firstnamephonetic`),
  ADD KEY `mdl_user_las3_ix` (`lastnamephonetic`),
  ADD KEY `mdl_user_mid_ix` (`middlename`),
  ADD KEY `mdl_user_alt_ix` (`alternatename`);

--
-- Index pour la table `mdl_user_devices`
--
ALTER TABLE `mdl_user_devices`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userdevi_pususe_uix` (`pushid`,`userid`),
  ADD KEY `mdl_userdevi_uuiuse_ix` (`uuid`,`userid`),
  ADD KEY `mdl_userdevi_use_ix` (`userid`);

--
-- Index pour la table `mdl_user_enrolments`
--
ALTER TABLE `mdl_user_enrolments`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userenro_enruse_uix` (`enrolid`,`userid`),
  ADD KEY `mdl_userenro_enr_ix` (`enrolid`),
  ADD KEY `mdl_userenro_use_ix` (`userid`),
  ADD KEY `mdl_userenro_mod_ix` (`modifierid`);

--
-- Index pour la table `mdl_user_info_category`
--
ALTER TABLE `mdl_user_info_category`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_user_info_data`
--
ALTER TABLE `mdl_user_info_data`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userinfodata_usefie_uix` (`userid`,`fieldid`);

--
-- Index pour la table `mdl_user_info_field`
--
ALTER TABLE `mdl_user_info_field`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_user_lastaccess`
--
ALTER TABLE `mdl_user_lastaccess`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userlast_usecou_uix` (`userid`,`courseid`),
  ADD KEY `mdl_userlast_use_ix` (`userid`),
  ADD KEY `mdl_userlast_cou_ix` (`courseid`);

--
-- Index pour la table `mdl_user_password_history`
--
ALTER TABLE `mdl_user_password_history`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userpasshist_use_ix` (`userid`);

--
-- Index pour la table `mdl_user_password_resets`
--
ALTER TABLE `mdl_user_password_resets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userpassrese_use_ix` (`userid`);

--
-- Index pour la table `mdl_user_preferences`
--
ALTER TABLE `mdl_user_preferences`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_userpref_usenam_uix` (`userid`,`name`);

--
-- Index pour la table `mdl_user_private_key`
--
ALTER TABLE `mdl_user_private_key`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_userprivkey_scrval_ix` (`script`,`value`),
  ADD KEY `mdl_userprivkey_use_ix` (`userid`);

--
-- Index pour la table `mdl_wiki`
--
ALTER TABLE `mdl_wiki`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wiki_cou_ix` (`course`);

--
-- Index pour la table `mdl_wiki_links`
--
ALTER TABLE `mdl_wiki_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wikilink_fro_ix` (`frompageid`),
  ADD KEY `mdl_wikilink_sub_ix` (`subwikiid`);

--
-- Index pour la table `mdl_wiki_locks`
--
ALTER TABLE `mdl_wiki_locks`
  ADD PRIMARY KEY (`id`);

--
-- Index pour la table `mdl_wiki_pages`
--
ALTER TABLE `mdl_wiki_pages`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikipage_subtituse_uix` (`subwikiid`,`title`,`userid`),
  ADD KEY `mdl_wikipage_sub_ix` (`subwikiid`);

--
-- Index pour la table `mdl_wiki_subwikis`
--
ALTER TABLE `mdl_wiki_subwikis`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikisubw_wikgrouse_uix` (`wikiid`,`groupid`,`userid`),
  ADD KEY `mdl_wikisubw_wik_ix` (`wikiid`);

--
-- Index pour la table `mdl_wiki_synonyms`
--
ALTER TABLE `mdl_wiki_synonyms`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_wikisyno_pagpag_uix` (`pageid`,`pagesynonym`);

--
-- Index pour la table `mdl_wiki_versions`
--
ALTER TABLE `mdl_wiki_versions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_wikivers_pag_ix` (`pageid`);

--
-- Index pour la table `mdl_workshop`
--
ALTER TABLE `mdl_workshop`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_work_cou_ix` (`course`);

--
-- Index pour la table `mdl_workshopallocation_scheduled`
--
ALTER TABLE `mdl_workshopallocation_scheduled`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_worksche_wor_uix` (`workshopid`);

--
-- Index pour la table `mdl_workshopeval_best_settings`
--
ALTER TABLE `mdl_workshopeval_best_settings`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workbestsett_wor_uix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_accumulative`
--
ALTER TABLE `mdl_workshopform_accumulative`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workaccu_wor_ix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_comments`
--
ALTER TABLE `mdl_workshopform_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workcomm_wor_ix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_numerrors`
--
ALTER TABLE `mdl_workshopform_numerrors`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_worknume_wor_ix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_numerrors_map`
--
ALTER TABLE `mdl_workshopform_numerrors_map`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_worknumemap_wornon_uix` (`workshopid`,`nonegative`),
  ADD KEY `mdl_worknumemap_wor_ix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_rubric`
--
ALTER TABLE `mdl_workshopform_rubric`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workrubr_wor_ix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_rubric_config`
--
ALTER TABLE `mdl_workshopform_rubric_config`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workrubrconf_wor_uix` (`workshopid`);

--
-- Index pour la table `mdl_workshopform_rubric_levels`
--
ALTER TABLE `mdl_workshopform_rubric_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workrubrleve_dim_ix` (`dimensionid`);

--
-- Index pour la table `mdl_workshop_aggregations`
--
ALTER TABLE `mdl_workshop_aggregations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workaggr_woruse_uix` (`workshopid`,`userid`),
  ADD KEY `mdl_workaggr_wor_ix` (`workshopid`),
  ADD KEY `mdl_workaggr_use_ix` (`userid`);

--
-- Index pour la table `mdl_workshop_assessments`
--
ALTER TABLE `mdl_workshop_assessments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_workasse_sub_ix` (`submissionid`),
  ADD KEY `mdl_workasse_gra_ix` (`gradinggradeoverby`),
  ADD KEY `mdl_workasse_rev_ix` (`reviewerid`);

--
-- Index pour la table `mdl_workshop_grades`
--
ALTER TABLE `mdl_workshop_grades`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `mdl_workgrad_assstrdim_uix` (`assessmentid`,`strategy`,`dimensionid`),
  ADD KEY `mdl_workgrad_ass_ix` (`assessmentid`);

--
-- Index pour la table `mdl_workshop_submissions`
--
ALTER TABLE `mdl_workshop_submissions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `mdl_worksubm_wor_ix` (`workshopid`),
  ADD KEY `mdl_worksubm_gra_ix` (`gradeoverby`),
  ADD KEY `mdl_worksubm_aut_ix` (`authorid`);

--
-- AUTO_INCREMENT pour les tables déchargées
--

--
-- AUTO_INCREMENT pour la table `mdl_analytics_indicator_calc`
--
ALTER TABLE `mdl_analytics_indicator_calc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_models`
--
ALTER TABLE `mdl_analytics_models`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_models_log`
--
ALTER TABLE `mdl_analytics_models_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_predictions`
--
ALTER TABLE `mdl_analytics_predictions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_prediction_actions`
--
ALTER TABLE `mdl_analytics_prediction_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_predict_samples`
--
ALTER TABLE `mdl_analytics_predict_samples`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_train_samples`
--
ALTER TABLE `mdl_analytics_train_samples`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_used_analysables`
--
ALTER TABLE `mdl_analytics_used_analysables`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_analytics_used_files`
--
ALTER TABLE `mdl_analytics_used_files`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign`
--
ALTER TABLE `mdl_assign`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_comments`
--
ALTER TABLE `mdl_assignfeedback_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_editpdf_annot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_annot`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_editpdf_cmnt`
--
ALTER TABLE `mdl_assignfeedback_editpdf_cmnt`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_editpdf_queue`
--
ALTER TABLE `mdl_assignfeedback_editpdf_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_editpdf_quick`
--
ALTER TABLE `mdl_assignfeedback_editpdf_quick`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_editpdf_rot`
--
ALTER TABLE `mdl_assignfeedback_editpdf_rot`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignfeedback_file`
--
ALTER TABLE `mdl_assignfeedback_file`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignment`
--
ALTER TABLE `mdl_assignment`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignment_submissions`
--
ALTER TABLE `mdl_assignment_submissions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignment_upgrade`
--
ALTER TABLE `mdl_assignment_upgrade`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignsubmission_file`
--
ALTER TABLE `mdl_assignsubmission_file`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assignsubmission_onlinetext`
--
ALTER TABLE `mdl_assignsubmission_onlinetext`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_grades`
--
ALTER TABLE `mdl_assign_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_overrides`
--
ALTER TABLE `mdl_assign_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_plugin_config`
--
ALTER TABLE `mdl_assign_plugin_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_submission`
--
ALTER TABLE `mdl_assign_submission`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_user_flags`
--
ALTER TABLE `mdl_assign_user_flags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_assign_user_mapping`
--
ALTER TABLE `mdl_assign_user_mapping`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_auth_oauth2_linked_login`
--
ALTER TABLE `mdl_auth_oauth2_linked_login`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_backup_controllers`
--
ALTER TABLE `mdl_backup_controllers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_backup_courses`
--
ALTER TABLE `mdl_backup_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_backup_logs`
--
ALTER TABLE `mdl_backup_logs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge`
--
ALTER TABLE `mdl_badge`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_alignment`
--
ALTER TABLE `mdl_badge_alignment`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_backpack`
--
ALTER TABLE `mdl_badge_backpack`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_backpack_oauth2`
--
ALTER TABLE `mdl_badge_backpack_oauth2`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_criteria`
--
ALTER TABLE `mdl_badge_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_criteria_met`
--
ALTER TABLE `mdl_badge_criteria_met`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_criteria_param`
--
ALTER TABLE `mdl_badge_criteria_param`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_endorsement`
--
ALTER TABLE `mdl_badge_endorsement`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_external`
--
ALTER TABLE `mdl_badge_external`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_external_backpack`
--
ALTER TABLE `mdl_badge_external_backpack`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_badge_external_identifier`
--
ALTER TABLE `mdl_badge_external_identifier`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_issued`
--
ALTER TABLE `mdl_badge_issued`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_manual_award`
--
ALTER TABLE `mdl_badge_manual_award`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_badge_related`
--
ALTER TABLE `mdl_badge_related`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_block`
--
ALTER TABLE `mdl_block`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=44;

--
-- AUTO_INCREMENT pour la table `mdl_block_instances`
--
ALTER TABLE `mdl_block_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT pour la table `mdl_block_positions`
--
ALTER TABLE `mdl_block_positions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_block_recentlyaccesseditems`
--
ALTER TABLE `mdl_block_recentlyaccesseditems`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_block_recent_activity`
--
ALTER TABLE `mdl_block_recent_activity`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_block_rss_client`
--
ALTER TABLE `mdl_block_rss_client`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_blog_association`
--
ALTER TABLE `mdl_blog_association`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_blog_external`
--
ALTER TABLE `mdl_blog_external`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_book`
--
ALTER TABLE `mdl_book`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_book_chapters`
--
ALTER TABLE `mdl_book_chapters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_cache_filters`
--
ALTER TABLE `mdl_cache_filters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_cache_flags`
--
ALTER TABLE `mdl_cache_flags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_capabilities`
--
ALTER TABLE `mdl_capabilities`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=701;

--
-- AUTO_INCREMENT pour la table `mdl_chat`
--
ALTER TABLE `mdl_chat`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_chat_messages`
--
ALTER TABLE `mdl_chat_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_chat_messages_current`
--
ALTER TABLE `mdl_chat_messages_current`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_chat_users`
--
ALTER TABLE `mdl_chat_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_choice`
--
ALTER TABLE `mdl_choice`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_choice_answers`
--
ALTER TABLE `mdl_choice_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_choice_options`
--
ALTER TABLE `mdl_choice_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_cohort`
--
ALTER TABLE `mdl_cohort`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_cohort_members`
--
ALTER TABLE `mdl_cohort_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_comments`
--
ALTER TABLE `mdl_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency`
--
ALTER TABLE `mdl_competency`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_coursecomp`
--
ALTER TABLE `mdl_competency_coursecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_coursecompsetting`
--
ALTER TABLE `mdl_competency_coursecompsetting`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_evidence`
--
ALTER TABLE `mdl_competency_evidence`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_framework`
--
ALTER TABLE `mdl_competency_framework`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_modulecomp`
--
ALTER TABLE `mdl_competency_modulecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_plan`
--
ALTER TABLE `mdl_competency_plan`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_plancomp`
--
ALTER TABLE `mdl_competency_plancomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_relatedcomp`
--
ALTER TABLE `mdl_competency_relatedcomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_template`
--
ALTER TABLE `mdl_competency_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_templatecohort`
--
ALTER TABLE `mdl_competency_templatecohort`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_templatecomp`
--
ALTER TABLE `mdl_competency_templatecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_usercomp`
--
ALTER TABLE `mdl_competency_usercomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_usercompcourse`
--
ALTER TABLE `mdl_competency_usercompcourse`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_usercompplan`
--
ALTER TABLE `mdl_competency_usercompplan`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_userevidence`
--
ALTER TABLE `mdl_competency_userevidence`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_competency_userevidencecomp`
--
ALTER TABLE `mdl_competency_userevidencecomp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_config`
--
ALTER TABLE `mdl_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=516;

--
-- AUTO_INCREMENT pour la table `mdl_config_log`
--
ALTER TABLE `mdl_config_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1897;

--
-- AUTO_INCREMENT pour la table `mdl_config_plugins`
--
ALTER TABLE `mdl_config_plugins`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2196;

--
-- AUTO_INCREMENT pour la table `mdl_contentbank_content`
--
ALTER TABLE `mdl_contentbank_content`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_context`
--
ALTER TABLE `mdl_context`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=42;

--
-- AUTO_INCREMENT pour la table `mdl_course`
--
ALTER TABLE `mdl_course`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_course_categories`
--
ALTER TABLE `mdl_course_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11;

--
-- AUTO_INCREMENT pour la table `mdl_course_completions`
--
ALTER TABLE `mdl_course_completions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_completion_aggr_methd`
--
ALTER TABLE `mdl_course_completion_aggr_methd`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_completion_criteria`
--
ALTER TABLE `mdl_course_completion_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_completion_crit_compl`
--
ALTER TABLE `mdl_course_completion_crit_compl`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_completion_defaults`
--
ALTER TABLE `mdl_course_completion_defaults`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_format_options`
--
ALTER TABLE `mdl_course_format_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT pour la table `mdl_course_modules`
--
ALTER TABLE `mdl_course_modules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT pour la table `mdl_course_modules_completion`
--
ALTER TABLE `mdl_course_modules_completion`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_published`
--
ALTER TABLE `mdl_course_published`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_request`
--
ALTER TABLE `mdl_course_request`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_course_sections`
--
ALTER TABLE `mdl_course_sections`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT pour la table `mdl_customfield_category`
--
ALTER TABLE `mdl_customfield_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_customfield_data`
--
ALTER TABLE `mdl_customfield_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_customfield_field`
--
ALTER TABLE `mdl_customfield_field`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_data`
--
ALTER TABLE `mdl_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_data_content`
--
ALTER TABLE `mdl_data_content`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_data_fields`
--
ALTER TABLE `mdl_data_fields`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_data_records`
--
ALTER TABLE `mdl_data_records`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_editor_atto_autosave`
--
ALTER TABLE `mdl_editor_atto_autosave`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=37;

--
-- AUTO_INCREMENT pour la table `mdl_enrol`
--
ALTER TABLE `mdl_enrol`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_flatfile`
--
ALTER TABLE `mdl_enrol_flatfile`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_consumer`
--
ALTER TABLE `mdl_enrol_lti_lti2_consumer`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_context`
--
ALTER TABLE `mdl_enrol_lti_lti2_context`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_nonce`
--
ALTER TABLE `mdl_enrol_lti_lti2_nonce`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_resource_link`
--
ALTER TABLE `mdl_enrol_lti_lti2_resource_link`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_share_key`
--
ALTER TABLE `mdl_enrol_lti_lti2_share_key`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_tool_proxy`
--
ALTER TABLE `mdl_enrol_lti_lti2_tool_proxy`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_lti2_user_result`
--
ALTER TABLE `mdl_enrol_lti_lti2_user_result`
  MODIFY `id` bigint(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_tools`
--
ALTER TABLE `mdl_enrol_lti_tools`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_tool_consumer_map`
--
ALTER TABLE `mdl_enrol_lti_tool_consumer_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_lti_users`
--
ALTER TABLE `mdl_enrol_lti_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_enrol_paypal`
--
ALTER TABLE `mdl_enrol_paypal`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_event`
--
ALTER TABLE `mdl_event`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_events_handlers`
--
ALTER TABLE `mdl_events_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_events_queue`
--
ALTER TABLE `mdl_events_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_events_queue_handlers`
--
ALTER TABLE `mdl_events_queue_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_event_subscriptions`
--
ALTER TABLE `mdl_event_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_external_functions`
--
ALTER TABLE `mdl_external_functions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=611;

--
-- AUTO_INCREMENT pour la table `mdl_external_services`
--
ALTER TABLE `mdl_external_services`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_external_services_functions`
--
ALTER TABLE `mdl_external_services_functions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=376;

--
-- AUTO_INCREMENT pour la table `mdl_external_services_users`
--
ALTER TABLE `mdl_external_services_users`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_external_tokens`
--
ALTER TABLE `mdl_external_tokens`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_favourite`
--
ALTER TABLE `mdl_favourite`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback`
--
ALTER TABLE `mdl_feedback`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_completed`
--
ALTER TABLE `mdl_feedback_completed`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_completedtmp`
--
ALTER TABLE `mdl_feedback_completedtmp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_item`
--
ALTER TABLE `mdl_feedback_item`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_sitecourse_map`
--
ALTER TABLE `mdl_feedback_sitecourse_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_template`
--
ALTER TABLE `mdl_feedback_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_value`
--
ALTER TABLE `mdl_feedback_value`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_feedback_valuetmp`
--
ALTER TABLE `mdl_feedback_valuetmp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_files`
--
ALTER TABLE `mdl_files`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=117;

--
-- AUTO_INCREMENT pour la table `mdl_files_reference`
--
ALTER TABLE `mdl_files_reference`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_file_conversion`
--
ALTER TABLE `mdl_file_conversion`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_filter_active`
--
ALTER TABLE `mdl_filter_active`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT pour la table `mdl_filter_config`
--
ALTER TABLE `mdl_filter_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_folder`
--
ALTER TABLE `mdl_folder`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum`
--
ALTER TABLE `mdl_forum`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_forum_digests`
--
ALTER TABLE `mdl_forum_digests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_discussions`
--
ALTER TABLE `mdl_forum_discussions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_discussion_subs`
--
ALTER TABLE `mdl_forum_discussion_subs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_grades`
--
ALTER TABLE `mdl_forum_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_posts`
--
ALTER TABLE `mdl_forum_posts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_queue`
--
ALTER TABLE `mdl_forum_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_read`
--
ALTER TABLE `mdl_forum_read`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_subscriptions`
--
ALTER TABLE `mdl_forum_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_forum_track_prefs`
--
ALTER TABLE `mdl_forum_track_prefs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_geogebra`
--
ALTER TABLE `mdl_geogebra`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_geogebra_attempts`
--
ALTER TABLE `mdl_geogebra_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary`
--
ALTER TABLE `mdl_glossary`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary_alias`
--
ALTER TABLE `mdl_glossary_alias`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary_categories`
--
ALTER TABLE `mdl_glossary_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary_entries`
--
ALTER TABLE `mdl_glossary_entries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary_entries_categories`
--
ALTER TABLE `mdl_glossary_entries_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_glossary_formats`
--
ALTER TABLE `mdl_glossary_formats`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT pour la table `mdl_grade_categories`
--
ALTER TABLE `mdl_grade_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_grade_categories_history`
--
ALTER TABLE `mdl_grade_categories_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_grades`
--
ALTER TABLE `mdl_grade_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_grades_history`
--
ALTER TABLE `mdl_grade_grades_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_import_newitem`
--
ALTER TABLE `mdl_grade_import_newitem`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_import_values`
--
ALTER TABLE `mdl_grade_import_values`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_items`
--
ALTER TABLE `mdl_grade_items`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_grade_items_history`
--
ALTER TABLE `mdl_grade_items_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_grade_letters`
--
ALTER TABLE `mdl_grade_letters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_outcomes`
--
ALTER TABLE `mdl_grade_outcomes`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_outcomes_courses`
--
ALTER TABLE `mdl_grade_outcomes_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_outcomes_history`
--
ALTER TABLE `mdl_grade_outcomes_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grade_settings`
--
ALTER TABLE `mdl_grade_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_guide_comments`
--
ALTER TABLE `mdl_gradingform_guide_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_guide_criteria`
--
ALTER TABLE `mdl_gradingform_guide_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_guide_fillings`
--
ALTER TABLE `mdl_gradingform_guide_fillings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_rubric_criteria`
--
ALTER TABLE `mdl_gradingform_rubric_criteria`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_rubric_fillings`
--
ALTER TABLE `mdl_gradingform_rubric_fillings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_gradingform_rubric_levels`
--
ALTER TABLE `mdl_gradingform_rubric_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grading_areas`
--
ALTER TABLE `mdl_grading_areas`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grading_definitions`
--
ALTER TABLE `mdl_grading_definitions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_grading_instances`
--
ALTER TABLE `mdl_grading_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_groupings`
--
ALTER TABLE `mdl_groupings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_groupings_groups`
--
ALTER TABLE `mdl_groupings_groups`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_groups`
--
ALTER TABLE `mdl_groups`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_groups_members`
--
ALTER TABLE `mdl_groups_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5p`
--
ALTER TABLE `mdl_h5p`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5pactivity`
--
ALTER TABLE `mdl_h5pactivity`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5pactivity_attempts`
--
ALTER TABLE `mdl_h5pactivity_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5pactivity_attempts_results`
--
ALTER TABLE `mdl_h5pactivity_attempts_results`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5p_contents_libraries`
--
ALTER TABLE `mdl_h5p_contents_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5p_libraries`
--
ALTER TABLE `mdl_h5p_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5p_libraries_cachedassets`
--
ALTER TABLE `mdl_h5p_libraries_cachedassets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_h5p_library_dependencies`
--
ALTER TABLE `mdl_h5p_library_dependencies`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp`
--
ALTER TABLE `mdl_hvp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_auth`
--
ALTER TABLE `mdl_hvp_auth`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_contents_libraries`
--
ALTER TABLE `mdl_hvp_contents_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_content_hub_cache`
--
ALTER TABLE `mdl_hvp_content_hub_cache`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_content_user_data`
--
ALTER TABLE `mdl_hvp_content_user_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_counters`
--
ALTER TABLE `mdl_hvp_counters`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_events`
--
ALTER TABLE `mdl_hvp_events`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_libraries`
--
ALTER TABLE `mdl_hvp_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_libraries_cachedassets`
--
ALTER TABLE `mdl_hvp_libraries_cachedassets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_libraries_hub_cache`
--
ALTER TABLE `mdl_hvp_libraries_hub_cache`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=49;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_libraries_languages`
--
ALTER TABLE `mdl_hvp_libraries_languages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_libraries_libraries`
--
ALTER TABLE `mdl_hvp_libraries_libraries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_hvp_xapi_results`
--
ALTER TABLE `mdl_hvp_xapi_results`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_imscp`
--
ALTER TABLE `mdl_imscp`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_label`
--
ALTER TABLE `mdl_label`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_lesson`
--
ALTER TABLE `mdl_lesson`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_answers`
--
ALTER TABLE `mdl_lesson_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_attempts`
--
ALTER TABLE `mdl_lesson_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_branch`
--
ALTER TABLE `mdl_lesson_branch`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_grades`
--
ALTER TABLE `mdl_lesson_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_overrides`
--
ALTER TABLE `mdl_lesson_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_pages`
--
ALTER TABLE `mdl_lesson_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lesson_timer`
--
ALTER TABLE `mdl_lesson_timer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_license`
--
ALTER TABLE `mdl_license`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT pour la table `mdl_lock_db`
--
ALTER TABLE `mdl_lock_db`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_log`
--
ALTER TABLE `mdl_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_logstore_standard_log`
--
ALTER TABLE `mdl_logstore_standard_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1392;

--
-- AUTO_INCREMENT pour la table `mdl_log_display`
--
ALTER TABLE `mdl_log_display`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=193;

--
-- AUTO_INCREMENT pour la table `mdl_log_queries`
--
ALTER TABLE `mdl_log_queries`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti`
--
ALTER TABLE `mdl_lti`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_ltiservice_gradebookservices`
--
ALTER TABLE `mdl_ltiservice_gradebookservices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_access_tokens`
--
ALTER TABLE `mdl_lti_access_tokens`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_submission`
--
ALTER TABLE `mdl_lti_submission`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_tool_proxies`
--
ALTER TABLE `mdl_lti_tool_proxies`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_tool_settings`
--
ALTER TABLE `mdl_lti_tool_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_types`
--
ALTER TABLE `mdl_lti_types`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_lti_types_config`
--
ALTER TABLE `mdl_lti_types_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message`
--
ALTER TABLE `mdl_message`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_messageinbound_datakeys`
--
ALTER TABLE `mdl_messageinbound_datakeys`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_messageinbound_handlers`
--
ALTER TABLE `mdl_messageinbound_handlers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT pour la table `mdl_messageinbound_messagelist`
--
ALTER TABLE `mdl_messageinbound_messagelist`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_messages`
--
ALTER TABLE `mdl_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_airnotifier_devices`
--
ALTER TABLE `mdl_message_airnotifier_devices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_contacts`
--
ALTER TABLE `mdl_message_contacts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_contact_requests`
--
ALTER TABLE `mdl_message_contact_requests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_conversations`
--
ALTER TABLE `mdl_message_conversations`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_conversation_actions`
--
ALTER TABLE `mdl_message_conversation_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_conversation_members`
--
ALTER TABLE `mdl_message_conversation_members`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_email_messages`
--
ALTER TABLE `mdl_message_email_messages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_popup`
--
ALTER TABLE `mdl_message_popup`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_popup_notifications`
--
ALTER TABLE `mdl_message_popup_notifications`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_processors`
--
ALTER TABLE `mdl_message_processors`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_message_providers`
--
ALTER TABLE `mdl_message_providers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=41;

--
-- AUTO_INCREMENT pour la table `mdl_message_read`
--
ALTER TABLE `mdl_message_read`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_users_blocked`
--
ALTER TABLE `mdl_message_users_blocked`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_message_user_actions`
--
ALTER TABLE `mdl_message_user_actions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnetservice_enrol_courses`
--
ALTER TABLE `mdl_mnetservice_enrol_courses`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnetservice_enrol_enrolments`
--
ALTER TABLE `mdl_mnetservice_enrol_enrolments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_application`
--
ALTER TABLE `mdl_mnet_application`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_host`
--
ALTER TABLE `mdl_mnet_host`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_host2service`
--
ALTER TABLE `mdl_mnet_host2service`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_log`
--
ALTER TABLE `mdl_mnet_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_remote_rpc`
--
ALTER TABLE `mdl_mnet_remote_rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_remote_service2rpc`
--
ALTER TABLE `mdl_mnet_remote_service2rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=17;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_rpc`
--
ALTER TABLE `mdl_mnet_rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_service`
--
ALTER TABLE `mdl_mnet_service`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_service2rpc`
--
ALTER TABLE `mdl_mnet_service2rpc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_session`
--
ALTER TABLE `mdl_mnet_session`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_mnet_sso_access_control`
--
ALTER TABLE `mdl_mnet_sso_access_control`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_modules`
--
ALTER TABLE `mdl_modules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;

--
-- AUTO_INCREMENT pour la table `mdl_my_pages`
--
ALTER TABLE `mdl_my_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT pour la table `mdl_notifications`
--
ALTER TABLE `mdl_notifications`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_oauth2_access_token`
--
ALTER TABLE `mdl_oauth2_access_token`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_oauth2_endpoint`
--
ALTER TABLE `mdl_oauth2_endpoint`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_oauth2_issuer`
--
ALTER TABLE `mdl_oauth2_issuer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_oauth2_system_account`
--
ALTER TABLE `mdl_oauth2_system_account`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_oauth2_user_field_mapping`
--
ALTER TABLE `mdl_oauth2_user_field_mapping`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_page`
--
ALTER TABLE `mdl_page`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_instance`
--
ALTER TABLE `mdl_portfolio_instance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_instance_config`
--
ALTER TABLE `mdl_portfolio_instance_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_instance_user`
--
ALTER TABLE `mdl_portfolio_instance_user`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_log`
--
ALTER TABLE `mdl_portfolio_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_mahara_queue`
--
ALTER TABLE `mdl_portfolio_mahara_queue`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_portfolio_tempdata`
--
ALTER TABLE `mdl_portfolio_tempdata`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_post`
--
ALTER TABLE `mdl_post`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_profiling`
--
ALTER TABLE `mdl_profiling`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddimageortext`
--
ALTER TABLE `mdl_qtype_ddimageortext`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddimageortext_drags`
--
ALTER TABLE `mdl_qtype_ddimageortext_drags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddimageortext_drops`
--
ALTER TABLE `mdl_qtype_ddimageortext_drops`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddmarker`
--
ALTER TABLE `mdl_qtype_ddmarker`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddmarker_drags`
--
ALTER TABLE `mdl_qtype_ddmarker_drags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_ddmarker_drops`
--
ALTER TABLE `mdl_qtype_ddmarker_drops`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_essay_options`
--
ALTER TABLE `mdl_qtype_essay_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_formulas_answers`
--
ALTER TABLE `mdl_qtype_formulas_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_formulas_options`
--
ALTER TABLE `mdl_qtype_formulas_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=28;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_geogebra_options`
--
ALTER TABLE `mdl_qtype_geogebra_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_match_options`
--
ALTER TABLE `mdl_qtype_match_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_match_subquestions`
--
ALTER TABLE `mdl_qtype_match_subquestions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_multichoice_options`
--
ALTER TABLE `mdl_qtype_multichoice_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_randomsamatch_options`
--
ALTER TABLE `mdl_qtype_randomsamatch_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_qtype_shortanswer_options`
--
ALTER TABLE `mdl_qtype_shortanswer_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question`
--
ALTER TABLE `mdl_question`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29;

--
-- AUTO_INCREMENT pour la table `mdl_question_answers`
--
ALTER TABLE `mdl_question_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_question_attempts`
--
ALTER TABLE `mdl_question_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_attempt_steps`
--
ALTER TABLE `mdl_question_attempt_steps`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_attempt_step_data`
--
ALTER TABLE `mdl_question_attempt_step_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_calculated`
--
ALTER TABLE `mdl_question_calculated`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_calculated_options`
--
ALTER TABLE `mdl_question_calculated_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_categories`
--
ALTER TABLE `mdl_question_categories`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_question_datasets`
--
ALTER TABLE `mdl_question_datasets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_dataset_definitions`
--
ALTER TABLE `mdl_question_dataset_definitions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_dataset_items`
--
ALTER TABLE `mdl_question_dataset_items`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_ddwtos`
--
ALTER TABLE `mdl_question_ddwtos`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_gapselect`
--
ALTER TABLE `mdl_question_gapselect`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_hints`
--
ALTER TABLE `mdl_question_hints`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_question_multianswer`
--
ALTER TABLE `mdl_question_multianswer`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_numerical`
--
ALTER TABLE `mdl_question_numerical`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_numerical_options`
--
ALTER TABLE `mdl_question_numerical_options`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_numerical_units`
--
ALTER TABLE `mdl_question_numerical_units`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_response_analysis`
--
ALTER TABLE `mdl_question_response_analysis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_response_count`
--
ALTER TABLE `mdl_question_response_count`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_statistics`
--
ALTER TABLE `mdl_question_statistics`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_truefalse`
--
ALTER TABLE `mdl_question_truefalse`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_question_usages`
--
ALTER TABLE `mdl_question_usages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz`
--
ALTER TABLE `mdl_quiz`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quizaccess_seb_quizsettings`
--
ALTER TABLE `mdl_quizaccess_seb_quizsettings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quizaccess_seb_template`
--
ALTER TABLE `mdl_quizaccess_seb_template`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_attempts`
--
ALTER TABLE `mdl_quiz_attempts`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_feedback`
--
ALTER TABLE `mdl_quiz_feedback`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_grades`
--
ALTER TABLE `mdl_quiz_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_overrides`
--
ALTER TABLE `mdl_quiz_overrides`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_overview_regrades`
--
ALTER TABLE `mdl_quiz_overview_regrades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_reports`
--
ALTER TABLE `mdl_quiz_reports`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_sections`
--
ALTER TABLE `mdl_quiz_sections`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_slots`
--
ALTER TABLE `mdl_quiz_slots`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_slot_tags`
--
ALTER TABLE `mdl_quiz_slot_tags`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_quiz_statistics`
--
ALTER TABLE `mdl_quiz_statistics`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_rating`
--
ALTER TABLE `mdl_rating`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_registration_hubs`
--
ALTER TABLE `mdl_registration_hubs`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_repository`
--
ALTER TABLE `mdl_repository`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT pour la table `mdl_repository_instances`
--
ALTER TABLE `mdl_repository_instances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT pour la table `mdl_repository_instance_config`
--
ALTER TABLE `mdl_repository_instance_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_repository_onedrive_access`
--
ALTER TABLE `mdl_repository_onedrive_access`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_resource`
--
ALTER TABLE `mdl_resource`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_resource_old`
--
ALTER TABLE `mdl_resource_old`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_role`
--
ALTER TABLE `mdl_role`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT pour la table `mdl_role_allow_assign`
--
ALTER TABLE `mdl_role_allow_assign`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT pour la table `mdl_role_allow_override`
--
ALTER TABLE `mdl_role_allow_override`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT pour la table `mdl_role_allow_switch`
--
ALTER TABLE `mdl_role_allow_switch`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT pour la table `mdl_role_allow_view`
--
ALTER TABLE `mdl_role_allow_view`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;

--
-- AUTO_INCREMENT pour la table `mdl_role_assignments`
--
ALTER TABLE `mdl_role_assignments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_role_capabilities`
--
ALTER TABLE `mdl_role_capabilities`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1473;

--
-- AUTO_INCREMENT pour la table `mdl_role_context_levels`
--
ALTER TABLE `mdl_role_context_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT pour la table `mdl_role_names`
--
ALTER TABLE `mdl_role_names`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scale`
--
ALTER TABLE `mdl_scale`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_scale_history`
--
ALTER TABLE `mdl_scale_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm`
--
ALTER TABLE `mdl_scorm`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_aicc_session`
--
ALTER TABLE `mdl_scorm_aicc_session`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_scoes`
--
ALTER TABLE `mdl_scorm_scoes`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_scoes_data`
--
ALTER TABLE `mdl_scorm_scoes_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_scoes_track`
--
ALTER TABLE `mdl_scorm_scoes_track`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_mapinfo`
--
ALTER TABLE `mdl_scorm_seq_mapinfo`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_objective`
--
ALTER TABLE `mdl_scorm_seq_objective`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_rolluprule`
--
ALTER TABLE `mdl_scorm_seq_rolluprule`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_rolluprulecond`
--
ALTER TABLE `mdl_scorm_seq_rolluprulecond`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_rulecond`
--
ALTER TABLE `mdl_scorm_seq_rulecond`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_scorm_seq_ruleconds`
--
ALTER TABLE `mdl_scorm_seq_ruleconds`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_search_index_requests`
--
ALTER TABLE `mdl_search_index_requests`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_search_simpledb_index`
--
ALTER TABLE `mdl_search_simpledb_index`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_sessions`
--
ALTER TABLE `mdl_sessions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;

--
-- AUTO_INCREMENT pour la table `mdl_stats_daily`
--
ALTER TABLE `mdl_stats_daily`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_stats_monthly`
--
ALTER TABLE `mdl_stats_monthly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_stats_user_daily`
--
ALTER TABLE `mdl_stats_user_daily`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_stats_user_monthly`
--
ALTER TABLE `mdl_stats_user_monthly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_stats_user_weekly`
--
ALTER TABLE `mdl_stats_user_weekly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_stats_weekly`
--
ALTER TABLE `mdl_stats_weekly`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_survey`
--
ALTER TABLE `mdl_survey`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT pour la table `mdl_survey_analysis`
--
ALTER TABLE `mdl_survey_analysis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_survey_answers`
--
ALTER TABLE `mdl_survey_answers`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_survey_questions`
--
ALTER TABLE `mdl_survey_questions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=74;

--
-- AUTO_INCREMENT pour la table `mdl_tag`
--
ALTER TABLE `mdl_tag`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tag_area`
--
ALTER TABLE `mdl_tag_area`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

--
-- AUTO_INCREMENT pour la table `mdl_tag_coll`
--
ALTER TABLE `mdl_tag_coll`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_tag_correlation`
--
ALTER TABLE `mdl_tag_correlation`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tag_instance`
--
ALTER TABLE `mdl_tag_instance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_task_adhoc`
--
ALTER TABLE `mdl_task_adhoc`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_task_log`
--
ALTER TABLE `mdl_task_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_task_scheduled`
--
ALTER TABLE `mdl_task_scheduled`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=103;

--
-- AUTO_INCREMENT pour la table `mdl_tool_cohortroles`
--
ALTER TABLE `mdl_tool_cohortroles`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_customlang`
--
ALTER TABLE `mdl_tool_customlang`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_customlang_components`
--
ALTER TABLE `mdl_tool_customlang_components`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_category`
--
ALTER TABLE `mdl_tool_dataprivacy_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_ctxexpired`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxexpired`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_ctxinstance`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxinstance`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_ctxlevel`
--
ALTER TABLE `mdl_tool_dataprivacy_ctxlevel`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_purpose`
--
ALTER TABLE `mdl_tool_dataprivacy_purpose`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_purposerole`
--
ALTER TABLE `mdl_tool_dataprivacy_purposerole`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_dataprivacy_request`
--
ALTER TABLE `mdl_tool_dataprivacy_request`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_monitor_events`
--
ALTER TABLE `mdl_tool_monitor_events`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_monitor_history`
--
ALTER TABLE `mdl_tool_monitor_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_monitor_rules`
--
ALTER TABLE `mdl_tool_monitor_rules`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_monitor_subscriptions`
--
ALTER TABLE `mdl_tool_monitor_subscriptions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_policy`
--
ALTER TABLE `mdl_tool_policy`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_policy_acceptances`
--
ALTER TABLE `mdl_tool_policy_acceptances`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_policy_versions`
--
ALTER TABLE `mdl_tool_policy_versions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_recyclebin_category`
--
ALTER TABLE `mdl_tool_recyclebin_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_recyclebin_course`
--
ALTER TABLE `mdl_tool_recyclebin_course`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_usertours_steps`
--
ALTER TABLE `mdl_tool_usertours_steps`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_tool_usertours_tours`
--
ALTER TABLE `mdl_tool_usertours_tours`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_upgrade_log`
--
ALTER TABLE `mdl_upgrade_log`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1260;

--
-- AUTO_INCREMENT pour la table `mdl_url`
--
ALTER TABLE `mdl_url`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_user`
--
ALTER TABLE `mdl_user`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT pour la table `mdl_user_devices`
--
ALTER TABLE `mdl_user_devices`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_enrolments`
--
ALTER TABLE `mdl_user_enrolments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_info_category`
--
ALTER TABLE `mdl_user_info_category`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_info_data`
--
ALTER TABLE `mdl_user_info_data`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_info_field`
--
ALTER TABLE `mdl_user_info_field`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_lastaccess`
--
ALTER TABLE `mdl_user_lastaccess`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT pour la table `mdl_user_password_history`
--
ALTER TABLE `mdl_user_password_history`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_password_resets`
--
ALTER TABLE `mdl_user_password_resets`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_user_preferences`
--
ALTER TABLE `mdl_user_preferences`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT pour la table `mdl_user_private_key`
--
ALTER TABLE `mdl_user_private_key`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki`
--
ALTER TABLE `mdl_wiki`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_links`
--
ALTER TABLE `mdl_wiki_links`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_locks`
--
ALTER TABLE `mdl_wiki_locks`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_pages`
--
ALTER TABLE `mdl_wiki_pages`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_subwikis`
--
ALTER TABLE `mdl_wiki_subwikis`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_synonyms`
--
ALTER TABLE `mdl_wiki_synonyms`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_wiki_versions`
--
ALTER TABLE `mdl_wiki_versions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshop`
--
ALTER TABLE `mdl_workshop`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopallocation_scheduled`
--
ALTER TABLE `mdl_workshopallocation_scheduled`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopeval_best_settings`
--
ALTER TABLE `mdl_workshopeval_best_settings`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_accumulative`
--
ALTER TABLE `mdl_workshopform_accumulative`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_comments`
--
ALTER TABLE `mdl_workshopform_comments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_numerrors`
--
ALTER TABLE `mdl_workshopform_numerrors`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_numerrors_map`
--
ALTER TABLE `mdl_workshopform_numerrors_map`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_rubric`
--
ALTER TABLE `mdl_workshopform_rubric`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_rubric_config`
--
ALTER TABLE `mdl_workshopform_rubric_config`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshopform_rubric_levels`
--
ALTER TABLE `mdl_workshopform_rubric_levels`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshop_aggregations`
--
ALTER TABLE `mdl_workshop_aggregations`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshop_assessments`
--
ALTER TABLE `mdl_workshop_assessments`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshop_grades`
--
ALTER TABLE `mdl_workshop_grades`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT pour la table `mdl_workshop_submissions`
--
ALTER TABLE `mdl_workshop_submissions`
  MODIFY `id` bigint(10) NOT NULL AUTO_INCREMENT;
COMMIT;

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